mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-12-22 20:33:36 +01:00
11 lines
177 B
Plaintext
11 lines
177 B
Plaintext
|
(library
|
||
|
(name test_ao_basis)
|
||
|
(libraries
|
||
|
alcotest
|
||
|
qcaml.common
|
||
|
qcaml.linear_algebra
|
||
|
qcaml.gaussian_integrals
|
||
|
qcaml.ao_basis
|
||
|
)
|
||
|
(synopsis "Tests for the AO basis"))
|