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
Currently, the ASE is used for loading coordinate, box size and element information. I wonder if it is possible to load the data through MDAnalysis.Universe?
The coordinate, cell, atom type can be accessed via
The slightly inconvenient method would be to use MDAnalysis.Universe to fill the input tree manually, or first convert it into an ase.Atoms object and use create_cell/create_coords.
It should be extremely simple to also add support for MDAnalysis.Universe in the create_cell/create_coords methods. Do you think you could create a pull request for this implementation? I would be glad to include it.
Currently, the ASE is used for loading coordinate, box size and element information. I wonder if it is possible to load the data through MDAnalysis.Universe?
The coordinate, cell, atom type can be accessed via
The text was updated successfully, but these errors were encountered: