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
The command to find the coord key information in handling the output file of CP2K by dpdata is using if "Atom Kind Element" in ii: These words are separated by two spaces. In the 2023 version of CP2K, these three words are reduced to one space, causing dpdata to be unable to process the output files of the 2023 version of CP2K. This needs to be manually modified.
The text was updated successfully, but these errors were encountered:
The command to find the coord key information in handling the output file of CP2K by dpdata is using if "Atom Kind Element" in ii: These words are separated by two spaces. In the 2023 version of CP2K, these three words are reduced to one space, causing dpdata to be unable to process the output files of the 2023 version of CP2K. This needs to be manually modified.
The text was updated successfully, but these errors were encountered: