10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-12-23 12:56:14 +01:00
quantum_package/ocaml
2016-10-06 16:39:34 +02:00
..
_tags Added Zmatrix module 2016-09-08 22:40:58 +02:00
.merlin
Address.ml
Atom.ml
Atom.mli
Basis.ml Corrected libint bug 2016-04-06 21:23:26 +02:00
Basis.mli
Bit.ml
Bit.mli
Bitlist.ml
Bitlist.mli
Charge.ml
Charge.mli
create_git_sha1.sh
Determinant.ml Only 10k determinants max in qp_edit 2016-02-22 23:33:30 +01:00
Determinant.mli
Element.ml
Element.mli Added Zmatrix module 2016-09-08 22:40:58 +02:00
Excitation.ml
Excitation.mli
Generic_input_of_rst.ml Now ocaml compiles again 2014-11-12 21:58:13 +01:00
Gto.ml
Gto.mli
Id.ml
Input_ao_basis.ml
Input_bi_integrals.ml
Input_bitmasks.ml
Input_determinants_by_hand.ml Moved n_states_diag 2016-09-25 23:28:25 +02:00
Input_electrons.ml
Input_mo_basis.ml
Input_nuclei.ml
Input.ml
Long_basis.ml
Long_basis.mli
Makefile
Message.ml
MO_class.ml
MO_class.mli
MO_label.ml
MO_label.mli
Molecule.ml
Molecule.mli
Multiplicity.ml
Multiplicity.mli
Point3d.ml
Point3d.mli Option to add automatically dummy basis functions 2015-11-17 22:25:26 +01:00
Primitive.ml
Primitive.mli
Progress_bar.ml
Pseudo.ml
qp_basis_clean.ml
qp_create_ezfio_from_xyz.ml
qp_create_guess.ml
qp_overlap_of_wf.ml
qp_print_basis.ml
qp_print.ml Exists -> exist 2015-12-01 23:16:04 +01:00
qp_run.ml
qp_set_ddci.ml
qp_set_mo_class.ml
Qpackage.ml
qptypes_generator.ml
Qputils.ml
Queuing_system.ml Accelerated queue 2016-08-02 17:44:41 +02:00
Range.ml
Range.mli
README_qp_edit.rst
README.rst
Symmetry.ml
Symmetry.mli
TaskServer.ml
TaskServer.mli
test_atom.ml Added qp_print.ml 2014-10-07 19:33:11 +02:00
test_basis.ml
test_bitlist.ml
test_determinants.ml
test_elements.ml
test_excitation.ml
test_gto.ml
test_message.ml
test_mo_label.ml
test_molecule.ml
test_point3d.ml
test_pseudo.ml
test_queuing_system.ml
test_symmetry.ml
test_task_server.ml
test_task_server.py
To_md5.ml
Units.ml
Units.mli Cleaning 2014-10-27 01:14:18 +01:00
Zmatrix.ml

===============
Ocaml scripts
===============

This directory contains all the scripts that control the input/output
with the user.

All executables start with `qp_` and all tests start with `test_`. Modules
file names start with a capital letter.

Info on how to extend the `qp_edit` tool is given in
`README_qp_edit.rst <https://github.com/LCPQ/quantum_package/blob/master/ocaml/README_qp_edit.rst>`_.