10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-02 03:15:19 +02:00
QCaml/gaussian_integrals/lib/dune

21 lines
343 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)
2023-06-16 18:27:23 +02:00
(synopsis
2020-12-28 12:03:13 +01:00
"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
2023-04-24 13:05:01 +02:00
unix
2023-06-16 18:27:23 +02:00
domainslib
2023-06-30 12:22:26 +02:00
landmarks
)
(instrumentation (backend landmarks))
2020-09-26 12:02:53 +02:00
(modules_without_implementation matrix_on_basis)
2020-12-28 12:03:13 +01:00
)