mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
21 lines
617 B
Org Mode
21 lines
617 B
Org Mode
|
#+TITLE: 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
|