mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-31 16:45:41 +01:00
20 lines
279 B
Plaintext
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)
|
|
|
|
)
|
|
|