10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-08-16 01:38:30 +02:00
QCaml/gaussian/test/dune

9 lines
143 B
Plaintext
Raw Normal View History

2020-09-26 12:02:53 +02:00
(library
(name test_gaussian_basis)
(libraries
alcotest
qcaml.particles
2020-10-10 10:59:09 +02:00
qcaml.gaussian
2020-09-26 12:02:53 +02:00
)
(synopsis "Tests for Gaussian basis sets"))