10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-09-16 17:35:44 +02:00
QCaml/docs/index.org
2021-01-01 18:52:29 +01:00

33 lines
689 B
Org Mode

#+TITLE: QCaml documentation
#+SETUPFILE: ../docs/org-html-themes/org/theme-readtheorg.setup
QCaml is an OCaml library for writing quantum chemistry codes.
It is written using literate programming with org-mode.
[[./chamo_bg.png]]
To use it interactively in the top level or in a Jupyter or org-mode
notebook, use
#+begin_src ocaml
#require "qcaml.top" ;;
#+end_src
This loads all the sub-libraries provided with QCaml, and installs
the pretty printers.
* Documentation of Modules
#+NAME: list
#+begin_src sh :exports results :results org
ls ../*/README.org \
| cut -d '/' -f 2 \
| sed 's/[^.]*/- \[\[.\/&\.html\]\[\u&\]\]/g'
#+end_src