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

16 lines
156 B
Plaintext
Raw Normal View History

2020-12-28 12:03:13 +01:00
2020-12-07 13:52:56 +01:00
(library
(name perturbation)
(public_name qcaml.perturbation)
2020-12-28 12:03:13 +01:00
(synopsis
"Perturbation theory"
)
2020-12-07 13:52:56 +01:00
(libraries
2020-12-28 12:03:13 +01:00
qcaml.simulation
qcaml.mo
)
)