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
Just wanted to let you know that the simplified model you have chosen has some limitations. Like the handling of multiple force_eval sections, keyword repetitions, etc.
Nevertheless, we have implemented a very similar schema in the [https://github.com/aiidateam/aiida-cp2k](AiiDA CP2K Plugin).
I finally got around and formalized the schema and implemented a library to parse and generate CP2K input files here (before I found yours): https://github.com/dev-zero/cp2k-input-tools
While the canonical schema is different from the straight forward tree generated in your library and the AiiDA CP2K plugin, there is a simplified schema which resembles your model here.
In that sense we could try to combine our efforts if you like.
The text was updated successfully, but these errors were encountered:
Just wanted to let you know that the simplified model you have chosen has some limitations. Like the handling of multiple
force_eval
sections, keyword repetitions, etc.Nevertheless, we have implemented a very similar schema in the [https://github.com/aiidateam/aiida-cp2k](AiiDA CP2K Plugin).
I finally got around and formalized the schema and implemented a library to parse and generate CP2K input files here (before I found yours): https://github.com/dev-zero/cp2k-input-tools
While the canonical schema is different from the straight forward tree generated in your library and the AiiDA CP2K plugin, there is a simplified schema which resembles your model here.
In that sense we could try to combine our efforts if you like.
The text was updated successfully, but these errors were encountered: