mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-14 01:53:39 +01:00
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
(library
|
|
(name test_ao_basis)
|
|
(libraries
|
|
alcotest
|
|
qcaml.common
|
|
qcaml.linear_algebra
|
|
qcaml.gaussian_integrals
|
|
qcaml.ao
|
|
)
|
|
(synopsis "Tests for the AO basis"))
|