10
0
mirror of https://github.com/QuantumPackage/qp2.git synced 2024-06-20 20:22:32 +02:00
QuantumPackage/ocaml/Units.mli

8 lines
118 B
OCaml
Raw Normal View History

2019-01-25 11:39:31 +01:00
type units = Bohr | Angstrom
(** Conversion functions *)
val angstrom_to_bohr : float
val bohr_to_angstrom : float