qp2/ocaml/Units.mli

8 lines
118 B
OCaml

type units = Bohr | Angstrom
(** Conversion functions *)
val angstrom_to_bohr : float
val bohr_to_angstrom : float