mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-13 17:43:41 +01:00
617 B
617 B
Developper's instructions
General
The developper writes org-mode files, and the OCaml files are produced
by running the make
command. Then, the OCaml files are compiled
using dune
.
In each directory, the README.org
file is the entry point. It
contains the script to generate the dune files, which should be
created by executing Ctrl-C Ctrl-C
in the appropriate code block.
If necessary, some pure OCaml files can be added in the lib
directory.
Basis
Basis_poly
is a polymorphic basisBasis_gaussian
contains the basis and integralsGaussian.Basis
is the actual Gaussian basis