Skip to content

using ase for loading datasets #190

Discussion options

You must be logged in to vote

hi @nisargjoshi10 ,

ASE provides a large variety of parsers in a common interface, although of course not every format can be supported. In particular ASE has mature parsers for a wide variety of quantum chemistry codes, which are typically the source of training data. (It is very unusual to get training data from classical potentials such as those used in GROMACS.)

ASE does support LAMMPS output files, please see their documentation.

For formats not supported by ASE, you can find another parser or write your own, create ase.Atoms objects containing the relevant information, and write them out to extxyz format using ase.io.write. In general NequIP is not in the business of writing, mainta…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by simonbatzner
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants