10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-07-17 08:30:22 +02:00
QCaml/mo/lib/dune

15 lines
124 B
Plaintext
Raw Normal View History

2020-12-28 12:03:13 +01:00
(library
(name mo)
(public_name qcaml.mo)
2020-12-28 12:03:13 +01:00
(synopsis
"Molecular orbitals"
)
(libraries
2020-12-28 12:03:13 +01:00
qcaml.simulation
)
)