mirror of
https://gitlab.com/scemama/QCaml.git
synced 2024-11-19 20:42:22 +01:00
8 lines
118 B
OCaml
8 lines
118 B
OCaml
type units = Bohr | Angstrom
|
|
|
|
(** Conversion functions *)
|
|
val angstrom_to_bohr : float
|
|
val bohr_to_angstrom : float
|
|
|
|
|