NQCD / NQCBase.jl

Base definitions of atoms, cell and unit conversions used in NQCModels.jl and NQCDynamics.jl.
MIT License
0 stars 0 forks source link

Add AtomsBase conversions #6

Closed jamesgardner1421 closed 1 year ago

jamesgardner1421 commented 1 year ago

Some convenient functions for converting to and from the standard AtomsBase systems. A tighter integration with the AtomsBase interface is currently incompatible with our handling of initial distributions and launching simulations such that the larger changes would be required.

For now, this will make it easier to use things like AtomsIO and potentially facilitate other features in the future. I plan to add a section about these features to main documentation. I considered deprecating some of the existing IO features using ASE and ExtXYZ but have decided to leave them for now. However, I believe these new conversions will be the better option moving forward.