10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-06-30 00:44:18 +02:00
QCaml/ao_basis/test/dune

11 lines
177 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
qcaml.ao_basis
)
(synopsis "Tests for the AO basis"))