Quantum chemistry written with OCaml
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Anthony Scemama 5691b450ed Add .gitlab-ci.yml 2 years ago
Basis Added multipole integrals in run_integrals 3 years ago
CI Merlin 3 years ago
MOBasis Removed Schwartz screening 3 years ago
Notebooks Added tikz files 3 years ago
Nuclei Merlin 3 years ago
Parallel_mpi MPI improved and 3-electron F12 optimized 3 years ago
Parallel_serial Fixed serial code 3 years ago
Perturbation Merlin 3 years ago
SCF Removed Schwartz screening 3 years ago
Utils Merlin 3 years ago
data Forgot file 3 years ago
test_files Fixed tests 3 years ago
.gitignore Choosing MPI or not at configuration 4 years ago
.gitlab-ci.yml Add .gitlab-ci.yml 2 years ago
.merlin Merlin 3 years ago
.ocamlinit Makefile OK for notebooks 4 years ago
INSTALL.md Fix? 3 years ago
LICENSE Add LICENSE 5 years ago
META Opam package 5 years ago
Makefile.include Revert changes + make clean 3 years ago
README.md Image 3 years ago
Simulation.ml mu_erf propagated from input 3 years ago
Simulation.mli mu_erf propagated from input 3 years ago
_tags Makefile OK for notebooks 4 years ago
configure Makefile OK for notebooks 4 years ago
myocamlbuild.ml Erf 5 years ago
run_Localisation.ml Simplified Localization 3 years ago
run_cas.ml Improved EN 3 years ago
run_cis.ml S2 is programmed in CI 4 years ago
run_fci.ml Improved FCI and CAS 3 years ago
run_fci_f12.ml F12 with modifiable parameters 3 years ago
run_hartree_fock.ml Huckel is the default in run_hartree_fock 3 years ago
run_integrals.ml Added multipole integrals in run_integrals 3 years ago
run_mp2.ml Adapt for Notebooks 4 years ago
run_parallel.ml Prepared inter-node 4 years ago
run_test_f12.ml f12 test file 3 years ago
run_tests.ml Renamed mu_erf into range_separation 3 years ago
style.css Documentation and printing 5 years ago

README.md

QCaml (Quantum Camel)

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