xyz-parse

Simple parser for the XYZ file format


Keywords
xyz, chemistry, parser, parse
Licenses
MIT/Apache-2.0
Install
pip install xyz-parse==0.1.3

Documentation

xyz-parse

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