10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-01 19:05:18 +02:00
QCaml/ao/lib/dune
2024-01-17 10:30:24 +01:00

20 lines
279 B
Plaintext

(library
(name ao)
(public_name qcaml.ao)
(synopsis
"Atomic basis set"
)
(libraries
qcaml.common
qcaml.particles
qcaml.gaussian
qcaml.gaussian_integrals
qcaml.operators
)
(instrumentation (backend landmarks))
(modules_without_implementation ao_dim)
)