10
1
mirror of https://gitlab.com/scemama/QCaml.git synced 2024-08-08 05:20:13 +02:00
QCaml/Nuclei/Xyz_ast.mli

14 lines
176 B
OCaml
Raw Normal View History

2018-02-13 17:36:25 +01:00
type nucleus =
{
element: Element.t ;
coord: Angstrom.t;
}
type xyz_file =
{
number_of_atoms : int;
file_title : string;
nuclei : nucleus list;
}