mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-07 06:33:39 +01:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
|
(library
|
||
|
(name test_gaussian_integrals)
|
||
|
(libraries
|
||
|
alcotest
|
||
|
qcaml.particles
|
||
|
qcaml.gaussian_integrals
|
||
|
)
|
||
|
(synopsis "Tests for integrals on the Gaussian basis sets"))
|