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
Hi @jameskermode. In AtomsIO I received mfherbst/AtomsIO.jl#19, which essentially is a parsing failure in ExtXYZ for an xyz file produced by LAMMPS --- so something I'd argue we would want to support.
Here is a simplified reproducer:
1
Atoms. Timestep: 1000000
Ar 1.4102613692638457 0.9647607662828660 1.3209769521273491
where the error message printed is:
Failed to parse string at pos 7
The text was updated successfully, but these errors were encountered:
Thanks for the reminder @ejmeitz. I implemented most of what is needed in libAtoms/extxyz#16 but need to make a new release of libextxyz and then update ExtXYZ.jl to use it. What is blocking this at the moment is the failures to build on Windows in libAtoms/extxyz#17, so if you have the time or expertise to help with that this would be much appreciated.
Hi @jameskermode. In AtomsIO I received mfherbst/AtomsIO.jl#19, which essentially is a parsing failure in ExtXYZ for an xyz file produced by LAMMPS --- so something I'd argue we would want to support.
Here is a simplified reproducer:
where the error message printed is:
The text was updated successfully, but these errors were encountered: