#+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