Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 308 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 308 Bytes

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