9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-07-25 11:57:23 +02:00
qp2/ocaml
2023-02-08 13:12:29 +01:00
..
tests
_tags Merge Master (#69) 2019-10-21 16:45:00 +02:00
.merlin
Address.ml
Angmom.ml Changed Symmetry into Angmom in OCaml 2021-05-21 16:42:48 +02:00
Angmom.mli Changed Symmetry into Angmom in OCaml 2021-05-21 16:42:48 +02:00
Atom.ml
Atom.mli
Basis.ml Initial commit 2019-01-25 11:39:31 +01:00
Basis.mli
Bit.ml
Bit.mli
Bitlist.ml Merge Master (#69) 2019-10-21 16:45:00 +02:00
Bitlist.mli Merge Master (#69) 2019-10-21 16:45:00 +02:00
c_bindings.c
Charge.ml Removing Core 2019-03-13 14:08:02 +01:00
Charge.mli Initial commit 2019-01-25 11:39:31 +01:00
Command_line.ml OCaml code modernization 2023-02-07 16:11:25 +01:00
Command_line.mli OCaml code modernization 2023-02-07 16:11:25 +01:00
create_git_sha1.sh
Determinant.ml Merge Master (#69) 2019-10-21 16:45:00 +02:00
Determinant.mli Merge Master (#69) 2019-10-21 16:45:00 +02:00
element_create_db.ml
Element.ml
Element.mli
Excitation.ml
Excitation.mli
Gamess.ml
GaussianPrimitive.ml Changed Symmetry into Angmom in OCaml 2021-05-21 16:42:48 +02:00
Generic_input_of_rst.ml Linear dependencies cutoff 2020-05-25 11:31:28 +02:00
Gto.ml Changed Symmetry into Angmom in OCaml 2021-05-21 16:42:48 +02:00
Gto.mli Changed Symmetry into Angmom in OCaml 2021-05-21 16:42:48 +02:00
Id.ml
Id.mli
Input_ao_basis.ml Changed Symmetry into Angmom in OCaml 2021-05-21 16:42:48 +02:00
Input_bitmasks.ml removed generators bitmaks, and casscf with not continuous orbital windows is working 2019-10-24 19:02:42 +02:00
Input_determinants_by_hand.ml Linear dependencies cutoff 2020-05-25 11:31:28 +02:00
Input_electrons.ml Removed core 2019-03-13 15:49:57 +01:00
Input_mo_basis.ml Linear dependencies cutoff 2020-05-25 11:31:28 +02:00
Input_nuclei_by_hand.ml Fix warning in OCaml 2023-02-08 13:12:29 +01:00
Input.ml
Io_ext.ml
Long_basis.ml Changed Symmetry into Angmom in OCaml 2021-05-21 16:42:48 +02:00
Long_basis.mli Changed Symmetry into Angmom in OCaml 2021-05-21 16:42:48 +02:00
Makefile OCaml code modernization 2023-02-07 16:11:25 +01:00
Message_lexer.mll
Message.ml OCaml code modernization 2023-02-07 16:11:25 +01:00
MO_class.ml Linear dependencies cutoff 2020-05-25 11:31:28 +02:00
MO_class.mli
MO_label.ml added MCSCF type (for PETER) 2019-04-11 17:04:49 +02:00
MO_label.mli
Molecule.ml OCaml code modernization 2023-02-07 16:11:25 +01:00
Molecule.mli
Multiplicity.ml
Multiplicity.mli
myocamlbuild.ml
Point3d.ml Linear dependencies cutoff 2020-05-25 11:31:28 +02:00
Point3d.mli
Primitive.mli Changed Symmetry into Angmom in OCaml 2021-05-21 16:42:48 +02:00
Progress_bar.ml OCaml code modernization 2023-02-07 16:11:25 +01:00
Pseudo.ml Linear dependencies cutoff 2020-05-25 11:31:28 +02:00
qp_create_ezfio.ml OCaml code modernization 2023-02-07 16:11:25 +01:00
qp_print_basis.ml Merge Master (#69) 2019-10-21 16:45:00 +02:00
qp_run.ml OCaml code modernization 2023-02-07 16:11:25 +01:00
qp_set_mo_class.ml Documentation in configure 2020-02-04 19:04:36 +01:00
qp_tunnel.ml OCaml code modernization 2023-02-07 16:11:25 +01:00
Qpackage.ml Linear dependencies cutoff 2020-05-25 11:31:28 +02:00
qptypes_generator.ml Minor changes 2020-12-15 23:46:19 +01:00
Qputils.ml OCaml code modernization 2023-02-07 16:11:25 +01:00
Queuing_system.ml
Queuing_system.mli
Range.ml
Range.mli
README_qp_edit.rst
README.rst
String_ext.ml
TaskServer.ml OCaml code modernization 2023-02-07 16:11:25 +01:00
TaskServer.mli
To_md5.ml
Units.ml Fixed Schwartz and added banned-excitations 2020-09-25 15:14:56 +02:00
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>`_.