Expand description
A parser for the XYZ file format
The formatting of the .xyz file format is as follows:
<number of atoms>
comment line
<element> <X> <Y> <Z>
...
Currently the parser does not support extended XYZ format, but may do so in the future
Re-exports§
pub use rust_decimal;
Structs§
- An atom in a molecule
- A molecule
- A list of molecules
Enums§
- An error that can occur when parsing an
Atom
- An error that can occur when parsing a
Molecule
- An error that can occur while parsing an
Xyz
Functions§
- Parse an
Xyz
string