10
0
mirror of https://github.com/LCPQ/quantum_package synced 2025-03-12 11:52:07 +01:00

6 lines
155 B
OCaml

let test_atom =
let line = "C 6.0 1. 2. 3." in
let atom = Atom.of_string Units.Bohr line in
print_string (Atom.to_string Units.Angstrom atom)
;;