Quantum chemistry written with OCaml
Go to file
Anthony Scemama 8b1b260c90 All one- and two- electron integrals OK 2018-02-06 17:39:14 +01:00
Basis All one- and two- electron integrals OK 2018-02-06 17:39:14 +01:00
Nuclei Inserted overlap 2018-01-22 23:19:24 +01:00
Utils Indentation 2018-02-03 19:01:30 +01:00
.gitignore Lexer/Parser for basis sets 2017-12-30 19:06:07 +01:00
Makefile Optimization 2018-02-02 01:25:10 +01:00
README.rst All one- and two- electron integrals OK 2018-02-06 17:39:14 +01:00
_tags Store ERI in a genarray 2018-02-02 10:10:05 +01:00
myocamlbuild.ml Erf 2018-02-01 22:19:23 +01:00
run_integrals.ml All one- and two- electron integrals OK 2018-02-06 17:39:14 +01:00

README.rst

Requirements
------------

* gsl: GNU Scientific Library
* gmp : GNU Multiple Precision arithmetic library
* zarith : Arbitrary-precision integers
* BLAS/LAPACK : Linear algebra
* LaCaml : LAPACK OCaml interface
* SklMl : Parallel skeletons for OCaml