10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-12-23 04:43:50 +01:00
quantum_package/ocaml
2017-06-20 19:26:14 +02:00
..
_tags
.merlin Changed ao_coef to ao_coef_normalized_ordered 2015-04-25 01:10:02 +02:00
Address.ml Parallelized psi_energy 2017-05-17 21:23:03 +02:00
Atom.ml
Atom.mli
Basis.ml Wf analyzis 2016-12-19 13:27:16 +01:00
Basis.mli Wf analyzis 2016-12-19 13:27:16 +01:00
Bit.ml Added lots of mli files for better error messages 2014-10-26 17:35:39 +01:00
Bit.mli Added lots of mli files for better error messages 2014-10-26 17:35:39 +01:00
Bitlist.ml
Bitlist.mli Only 10k determinants max in qp_edit 2016-02-22 23:33:30 +01:00
Charge.ml Fixed minor bugs 2017-05-02 16:43:55 +02:00
Charge.mli
create_git_sha1.sh Merge some changes 2017-04-20 18:38:31 +02:00
Determinant.ml
Determinant.mli
Element.ml
Element.mli
Excitation.ml
Excitation.mli
Gamess.ml Fixed CASSD 2017-05-31 01:12:06 +02:00
GaussianPrimitive.ml Changed Primitive.ml into GaussianPrimitive.ml 2017-05-31 23:47:18 +02:00
Generic_input_of_rst.ml
Gto.ml Changed Primitive.ml into GaussianPrimitive.ml 2017-05-31 23:47:18 +02:00
Gto.mli Changed Primitive.ml into GaussianPrimitive.ml 2017-05-31 23:47:18 +02:00
Id.ml Removed core from queuing_system 2016-10-13 12:32:22 +02:00
Id.mli Removed core from queuing_system 2016-10-13 12:32:22 +02:00
Input_ao_basis.ml Changed Primitive.ml into GaussianPrimitive.ml 2017-05-31 23:47:18 +02:00
Input_bi_integrals.ml
Input_bitmasks.ml
Input_determinants_by_hand.ml Added -state option to qp_edit 2017-04-12 14:46:12 +02:00
Input_electrons.ml
Input_mo_basis.ml Introduced mo_class in EZFIO 2017-06-13 12:20:55 +02:00
Input_nuclei_by_hand.ml Add Read / Write for Nuclear Repulsion (usefull for PBC) 2017-05-08 16:27:29 +00:00
Input.ml Add Read / Write for Nuclear Repulsion (usefull for PBC) 2017-05-08 16:27:29 +00:00
Long_basis.ml
Long_basis.mli
Makefile Added OcamlLex parser for messages 2017-02-27 19:24:19 +01:00
Message_lexer.mll Introduced Abort Keyword 2017-05-10 00:04:34 +02:00
Message.ml Accelerated OCaml Psi messages 2017-05-18 18:53:55 +02:00
MO_class.ml Introduced mo_class in EZFIO 2017-06-13 12:20:55 +02:00
MO_class.mli Introduced mo_class in EZFIO 2017-06-13 12:20:55 +02:00
MO_label.ml
MO_label.mli
Molecule.ml XYZError 2017-05-30 23:27:25 +02:00
Molecule.mli
Multiplicity.ml
Multiplicity.mli
Point3d.ml Option to add automatically dummy basis functions 2015-11-17 22:25:26 +01:00
Point3d.mli
Primitive.mli
Progress_bar.ml Fixed minor bugs 2017-05-02 16:43:55 +02:00
Pseudo.ml Changed Primitive.ml into GaussianPrimitive.ml 2017-05-31 23:47:18 +02:00
qp_basis_clean.ml
qp_create_ezfio_from_xyz.ml Changed Primitive.ml into GaussianPrimitive.ml 2017-05-31 23:47:18 +02:00
qp_create_guess.ml Randomized multiplet guess 2016-12-07 20:51:58 +01:00
qp_overlap_of_wf.ml Put fast davidson in mrcc 2016-09-27 10:10:39 +02:00
qp_print_basis.ml
qp_print.ml
qp_run.ml Working on dressing 2017-06-20 19:26:14 +02:00
qp_set_mo_class.ml Errors in QPtypes 2017-06-13 13:25:33 +02:00
Qpackage.ml Introduced qp_run -slave 2016-10-12 11:26:21 +02:00
qptypes_generator.ml Errors in QPtypes 2017-06-13 13:25:33 +02:00
Qputils.ml
Queuing_system.ml Queuing_system.ml pops from the back and adds to the front 2016-10-17 17:40:51 +02:00
Queuing_system.mli Queuing_system.ml pops from the back and adds to the front 2016-10-17 17:40:51 +02:00
Range.ml Added s-expressions (sexplib) 2014-10-25 21:24:21 +02:00
Range.mli
README_qp_edit.rst
README.rst
Symmetry.ml Fixed density matrix 2017-04-07 18:01:57 +02:00
Symmetry.mli
TaskServer.ml Accelerated OCaml Psi messages 2017-05-18 18:53:55 +02:00
TaskServer.mli Accelerated OCaml Psi messages 2017-05-18 18:53:55 +02:00
test_atom.ml
test_basis.ml
test_bitlist.ml
test_determinants.ml
test_elements.ml
test_excitation.ml
test_gto.ml Changed Primitive.ml into GaussianPrimitive.ml 2017-05-31 23:47:18 +02:00
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
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>`_.