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
2018-10-17 11:44:28 +02:00
Basis Four-idx transformation 2018-07-20 16:10:20 +02:00
CI Added sign in determinants 2018-07-20 19:02:56 +02:00
MOBasis Fixed 4-idx 2018-08-05 00:31:48 +02:00
Nuclei Added small_core function 2018-07-04 18:08:38 +02:00
Parallel Dot product OK 2018-10-17 11:44:28 +02:00
SCF Four-idx transformation 2018-07-20 16:10:20 +02:00
test_files Added tests for AOBasis 2018-07-05 00:39:44 +02:00
Utils Fixed 4-idx 2018-08-05 00:31:48 +02:00
_tags Initiated parallel 2018-10-16 00:27:58 +02:00
.gitignore Opam package 2018-03-28 01:50:19 +02:00
.merlin Added sign in determinants 2018-07-20 19:02:56 +02:00
.ocamlinit Removed gamess parser 2018-03-08 23:29:08 +01:00
configure Update configure 2018-10-17 10:15:02 +02:00
INSTALL.md Working on parallel 2018-10-16 19:09:00 +02:00
LICENSE Add LICENSE 2018-07-04 18:28:17 +00:00
Makefile.include Working on parallel 2018-10-16 19:09:00 +02: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_cis.ml Forgot file 2018-08-04 23:18:32 +02:00
run_hartree_fock.ml Pretty print RHF 2018-05-30 18:07:05 +02:00
run_integrals.ml Introduced AOBasis 2018-06-13 17:49:58 +02:00
run_parallel.ml Dot product OK 2018-10-17 11:44:28 +02:00
run_tests.ml Added sign in determinants 2018-07-20 19:02:56 +02:00
Simulation.ml Introduced AOBasis 2018-06-13 17:49:58 +02: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
---------------