mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-03 20:54:00 +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
|
||
|
|
||
|
|