10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-17 16:33:28 +02:00
QCaml/gaussian_integrals/lib/dune

18 lines
276 B
Plaintext
Raw Normal View History

2020-12-28 12:03:13 +01:00
2020-09-26 12:02:53 +02:00
(library
2020-10-09 09:47:57 +02:00
(name gaussian_integrals)
2020-09-26 12:02:53 +02:00
(public_name qcaml.gaussian_integrals)
2020-12-28 12:03:13 +01:00
(synopsis
"Integrals on the Gaussian basis sets"
)
2020-09-26 12:02:53 +02:00
(libraries
2020-12-28 12:03:13 +01:00
qcaml.common
qcaml.linear_algebra
qcaml.gaussian
qcaml.operators
)
2020-09-26 12:02:53 +02:00
(modules_without_implementation matrix_on_basis)
2020-12-28 12:03:13 +01:00
)