mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-18 12:03:40 +01:00
20 lines
294 B
Plaintext
20 lines
294 B
Plaintext
|
|
(library
|
|
(name gaussian_integrals)
|
|
(public_name qcaml.gaussian_integrals)
|
|
(synopsis
|
|
"Integrals on the Gaussian basis sets"
|
|
)
|
|
(libraries
|
|
qcaml.common
|
|
qcaml.linear_algebra
|
|
qcaml.gaussian
|
|
qcaml.operators
|
|
unix
|
|
domainslib
|
|
)
|
|
(modules_without_implementation matrix_on_basis)
|
|
|
|
)
|
|
|