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
* refactor dict merges to use pipe operator
plus typo fix
* more readable var names
* Cp2kInputSet.is_valid warn that not implemented
* Cp2kInputGenerator.get_input_set allow optional_files=False, meaning no optional files will be written
before there was no way to disable writing potentially redundant BASIS and POTENTIAL files
* don't write kpoints if user_kpoints_settings or base KPOINTS config is None
KPOINTS are not compatible with orbital transformation (OT) mode and CP2K will crash if found
* add asserts in cp2k/test_drones.py test_structure_optimization
* fix test_structure_optimization assert doc.completed_at
* more unit tests in cp2k/test_files.py
* more atomate2.cp2k.powerups unit tests
0 commit comments