Xtals.jl
Xtals.jl copied to clipboard
modularize cif reader
trafficstars
would be great to modularize the .cif reader by breaking it into small functions, e.g. _read_abc, _read_alpha_beta_gamma and call these functions when reading in a .cif.
Could make our file input depend on Chemfiles.jl. That should handle essentially every input file type, and we would only need to translate from the Chemfiles.Trajectory/Frame/Atom/UnitCell/Topology types into our Crystal/Atoms/Box etc.