type units = Bohr | Angstrom
type angle_units = Degree | Radian
val to_radian : float -> float
val to_degree : float -> float
val angstrom_to_bohr : float
val bohr_to_angstrom : float