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
by default avogadro determines the PROJECT by the formula, calculation type, and basisset
here the calculation type is "エネルギー" (Energy in ja), correctly shown in the GUI, but saved wrongly
CP2K uses PROJECT for the prefix of intermediate files; anyway, i.e. in any locale, CP2K 2024.2 rejects the line since it contains spaces (and | is not suitable for filename); it must be e.g. PROJECT CO_Energy_SVZ-GTH
FORCE_EVAL
METHOD 8: METHOD DFT DFT must be QS or QUICKSTEP for electronic structure methods including DFT
9:&END FORCE_EVAL this must be put at the EOF but 58: $END appears instead
SUBSYS: surrounding &SUBSYS and &END SUBSYS are missing
Avogadro version: (please complete the following information from the About box):
Desktop version: (please complete the following information):
Describe the bug
Generated CP2K input is malformed. See ja.txt (Japanese locale).
Regarding Energy calculation:
2: PROJECT CO | ????? | SZV-GTH
PROJECT
by the formula, calculation type, and basissetPROJECT
for the prefix of intermediate files; anyway, i.e. in any locale, CP2K 2024.2 rejects the line since it contains spaces (and|
is not suitable for filename); it must be e.g.PROJECT CO_Energy_SVZ-GTH
8: METHOD DFT
DFT
must beQS
orQUICKSTEP
for electronic structure methods including DFT9:&END FORCE_EVAL
this must be put at the EOF but58: $END
appears instead&SUBSYS
and&END SUBSYS
are missing&END KIND
is gone&COORD
and&END COORD
are missed around the C and O coordinates50: &XC_FUNCTIONAL 0
enum
of BLYP is used instead of stringBLYP
I have not checked the other calculation types.
To Reproduce
Expected behavior
Generated CP2K input is valid.
Screenshots
The text was updated successfully, but these errors were encountered: