10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-11-19 12:32:21 +01:00
QCaml/Utils/Units.mli

8 lines
118 B
OCaml
Raw Normal View History

2018-01-02 22:33:17 +01:00
type units = Bohr | Angstrom
(** Conversion functions *)
val angstrom_to_bohr : float
val bohr_to_angstrom : float