You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.The text was updated successfully, but these errors were encountered: