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
Because you parse the COORD section in *-1.restart file, however, the COORD section in *-1.restart of NEB don't have information of chemical symbols, then E+ is regarded as chemical symbol. The COORD section in *-1.restart of NEB like follows.
I tend to agree here: whenever we can let CP2K write a (more or less) standardized file format we should do that and use a parser for the specific file. The other option would be to use the cp2k-input-tools to parse the restart file (which is an input file).
Environment
aiida-core version 1.2.1
aiida-cp2k version 1.1.0
Error Report
When I use
Cp2kBaseWorkChain
for a NEB calculation, error happened inparse
step.Possible Reason
I think the reason maybe in def parse_cp2k_trajectory code.
Because you parse the
COORD section
in*-1.restart
file, however, theCOORD section
in*-1.restart
of NEB don't have information of chemicalsymbols
, thenE+
is regarded as chemical symbol. TheCOORD section
in*-1.restart
of NEB like follows.I think parse the last frame of
*-pos-1.xyz
file maybe a better choice.The text was updated successfully, but these errors were encountered: