mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-12 17:13:39 +01:00
9 lines
149 B
Plaintext
9 lines
149 B
Plaintext
|
(library
|
||
|
(name test_gaussian_basis)
|
||
|
(libraries
|
||
|
alcotest
|
||
|
qcaml.particles
|
||
|
qcaml.gaussian_basis
|
||
|
)
|
||
|
(synopsis "Tests for Gaussian basis sets"))
|