21 lines
529 B
Org Mode
21 lines
529 B
Org Mode
#+title: ATRIP: An MPI-asynchronous implementation of CCSD(T)
|
|
#+PROPERTY: header-args+ :noweb yes :comments noweb :mkdirp t
|
|
|
|
#+begin_export rst
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
atrip
|
|
#+end_export
|
|
|
|
* About this document
|
|
|
|
You can find this project written as a literate program
|
|
|
|
- [[https://alejandrogallo.github.io/atrip/atrip.html][Literate program]]
|
|
|
|
or if you prefer reading the source code with Doxygen there is also a built
|
|
of doxygen available:
|
|
|
|
- [[https://alejandrogallo.github.io/atrip/doxygen/html/index.html][Doxygen]]
|