Importing files from the aissquare.com datasets #440
Unanswered
bananenpampe
asked this question in
Q&A
Replies: 2 comments 1 reply
-
okay, so I was able to resolve this by passing my own custom typemap dpdata.MultiSystems().load_systems_from_file(datadir, type_map=["O","H"],fmt="deepmd/npy") I am still surprised, that it does not recognize the type_map files eventhough they are present in the directories. |
Beta Was this translation helpful? Give feedback.
1 reply
-
For AISSquare issues, you can report or contribute to https://github.com/deepmodeling/AIS-Square if the documentation is incorrect. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello together,
I am trying to import one of the datasets from the aissquare datasets using:
The import works, but for some reason it does not recognize the typemap and assignes own atom types:
This than leads to issues, when for example writing the MultiSystems to disk in the ase.atoms format, because ASE cannot convert "Type_0".
Is there something I am doing wrong?
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions