10
0
mirror of https://github.com/LCPQ/quantum_package synced 2025-03-14 12:46:50 +01:00
2014-10-27 01:14:18 +01:00

8 lines
118 B
OCaml

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