QCaml/DevInstructions.org

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 basis
  • Basis_gaussian contains the basis and integrals
  • Gaussian.Basis is the actual Gaussian basis