10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-01 19:05:18 +02:00
Quantum chemistry written with OCaml
Go to file
2019-03-19 15:05:58 +01:00
Basis CAS+EN2 works for multiple determinants 2019-03-19 15:05:58 +01:00
CI CAS+EN2 works for multiple determinants 2019-03-19 15:05:58 +01:00
MOBasis CAS+EN OK 2019-03-18 23:38:01 +01:00
Nuclei Added small_core function 2018-07-04 18:08:38 +02:00
Parallel_mpi Warn when nested parallel regions are found 2019-03-02 19:46:03 +01:00
Parallel_serial Choosing MPI or not at configuration 2019-01-15 15:17:34 +01:00
Perturbation CAS+EN OK 2019-03-18 23:38:01 +01:00
SCF CAS+EN OK 2019-03-18 23:38:01 +01:00
test_files Added tests for AOBasis 2018-07-05 00:39:44 +02:00
Utils CAS+EN2 works for multiple determinants 2019-03-19 15:05:58 +01:00
_tags Added Command_line module 2019-02-25 14:36:59 +01:00
.gitignore Choosing MPI or not at configuration 2019-01-15 15:17:34 +01:00
.merlin Working on determinants 2019-02-15 13:48:48 +01:00
.ocamlinit Removed gamess parser 2018-03-08 23:29:08 +01:00
configure Fixed makefile for doc 2019-02-15 11:08:10 +01:00
INSTALL.md Working on parallelism 2019-02-25 14:37:20 +01:00
LICENSE Add LICENSE 2018-07-04 18:28:17 +00:00
Makefile.include Added MP2 2019-03-18 12:41:32 +01:00
META Opam package 2018-03-28 01:50:19 +02:00
myocamlbuild.ml Erf 2018-02-01 22:19:23 +01:00
README.rst Working on parallel 2018-10-16 19:09:00 +02:00
run_cas.ml CAS+EN OK for 1 det 2019-03-19 00:10:34 +01:00
run_cis.ml S2 is programmed in CI 2019-02-22 19:19:11 +01:00
run_fci.ml Improved arbitrary space 2019-03-04 23:27:08 +01:00
run_hartree_fock.ml Added Hartree-Fock guess with projection 2019-03-04 19:01:54 +01:00
run_integrals.ml F12 integrals 2019-03-13 22:02:08 +01:00
run_mp2.ml Added MP2 2019-03-18 12:41:32 +01:00
run_parallel.ml Ordering is preserved 2018-10-22 19:10:38 +02:00
run_tests.ml Reimplemented arbitrary space 2019-03-03 01:43:04 +01:00
Simulation.ml Cleaned simulation 2019-02-20 18:15:15 +01:00
Simulation.mli Cleaned simulation 2019-02-20 18:15:15 +01:00
style.css Documentation and printing 2018-03-16 00:23:47 +01:00

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

* MPI : Message Passing Interface
* BLAS/LAPACK : Linear algebra
* LaCaml : LAPACK OCaml interface
* Zarith : Arbitrary-precision integers
* gmp : GNU Multiple Precision arithmetic library
* odoc-ltxhtml : https://github.com/akabe/odoc-ltxhtml
* Alcotest : Lightweight testing framework

Troubleshooting
---------------