10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-01 08:55:55 +02:00
QCaml/ao/test/dune

11 lines
171 B
Plaintext
Raw Normal View History

2020-10-03 15:46:21 +02:00
(library
(name test_ao_basis)
(libraries
alcotest
qcaml.common
qcaml.linear_algebra
qcaml.gaussian_integrals
2020-10-09 09:38:52 +02:00
qcaml.ao
2020-10-03 15:46:21 +02:00
)
(synopsis "Tests for the AO basis"))