Not sure why it pasted all in one line, here's the SCF section in an easier to read way
&SCF
IGNORE_CONVERGENCE_FAILURE
EPS_SCF 1.0E-7
MAX_SCF 100
SCF_GUESS RESTART
&RESTART ON
&END RESTART
&ITERATION_INFO ON
FILENAME ./SCF.O
&EACH
QS_SCF 1
&END EACH
&END ITERATION_INFO
&END PRINT
&OUTER_SCF
EPS_SCF 1.0E-7
MAX_SCF 3
&END OUTER_SCF
&OT
PRECONDITIONER FULL_ALL
MINIMIZER DIIS
&END OT
&END SCF
Hi
The following CP2K input
&SCF
&PROGRAM_RUN_INFO
COMMON_ITERATION_LEVELS 1
FILENAME SCF
&END PROGRAM_RUN_INFO
&END PRINT
&END SCF
should write the SCF output to separate files <PROJECT>-SCF-1_<step>.log for each MD, GEO_OPT, or CELL_OPT <step>.
With COMMON_ITERATION_LEVELS 2 all SCF cycles are written to the same output file <PROJECT>-SCF-1.log.
The initial SCF header is written to <PROJECT>-SCF.scfLog which causes that currently FILENAME =SCF does not work for this print key.
HTH
Matthias
--
You received this message because you are subscribed to the Google Groups "cp2k" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
cp2k+uns...@googlegroups.com.
To view this discussion visit
https://groups.google.com/d/msgid/cp2k/0f03d53f-0ba0-4902-aa2f-cc968833d405n%40googlegroups.com.