10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2025-01-03 10:05:40 +01:00
QCaml/qcaml/lib/qcaml.ml

16 lines
389 B
OCaml
Raw Permalink Normal View History

2020-10-09 12:48:41 +02:00
module Ao = Ao
2024-06-24 14:28:30 +02:00
module Ci = Ci
2020-10-26 11:33:51 +01:00
module Common = Common
2020-10-10 10:59:09 +02:00
module Gaussian = Gaussian
2020-10-09 15:56:50 +02:00
module Gaussian_integrals = Gaussian_integrals
module Linear_algebra = Linear_algebra
2020-10-26 11:33:51 +01:00
module Mo = Mo
2020-10-09 15:56:50 +02:00
module Operators = Operators
module Particles = Particles
2020-12-07 13:52:56 +01:00
module Perturbation = Perturbation
2020-10-26 11:33:51 +01:00
module Simulation = Simulation
2024-09-10 16:58:28 +02:00
let (%.) = Linear_algebra.Vector.(%.) ;;
let (%:) = Linear_algebra.Matrix.(%:) ;;