mirror of
https://gitlab.com/scemama/QCaml.git
synced 2025-01-03 18:15:47 +01:00
17 lines
274 B
Plaintext
17 lines
274 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)
|
|
|
|
)
|
|
|