mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-19 12:32:21 +01:00
19 lines
283 B
Plaintext
19 lines
283 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
|
|
)
|
|
(modules_without_implementation matrix_on_basis)
|
|
|
|
)
|
|
|