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
Superficially, it seems like this should be a drop-in replacement for ase.io.read/write that just moves the parsing into C for speed (which is great!). Are there any pitfalls or other considerations, however, to be aware of when replacing ase.io.read/write with libextxyz?
Thanks!
The text was updated successfully, but these errors were encountered:
Yes, that’s right, although note there are some slight changes to the syntax. This implementation follows the specification set out in the readme, while the ase.io one is not formalised.
We intend to switch over ASE to use this library before too long.
Hello,
Superficially, it seems like this should be a drop-in replacement for
ase.io.read
/write
that just moves the parsing into C for speed (which is great!). Are there any pitfalls or other considerations, however, to be aware of when replacingase.io.read
/write
withlibextxyz
?Thanks!
The text was updated successfully, but these errors were encountered: