mirror of
https://github.com/LCPQ/quantum_package
synced 2025-05-06 23:24:53 +02:00
6 lines
142 B
OCaml
6 lines
142 B
OCaml
let test_atom =
|
|
let line = "C 6.0 1. 2. 3." in
|
|
let atom = Atom.of_string Point3d.Bohr line in
|
|
print_string (Atom.to_string atom)
|
|
;;
|