Dear CP2K Developers and Users,
I’m encountering an issue while running a simulation involving a metal/water interface. Specifically, I fixed all metal atoms (while keeping the water molecules free) and received the following error during the SCF procedure:
Hotelling inversion did not converge
I'm using the 2nd generation CPMD method. Below is the relevant part of my input file:
&SCF
SCF_GUESS RESTART
EPS_SCF 3.0E-7
MAX_SCF 50
MAX_SCF_HISTORY 5
CHOLESKY INVERSE_DBCSR
&OUTER_SCF
EPS_SCF 1.0E-6
MAX_SCF 20
&END
&END SCF
&OT
MINIMIZER DIIS
PRECOND_SOLVER INVERSE_UPDATE
PRECONDITIONER FULL_SINGLE_INVERSE
STEPSIZE 0.01
&END OT
This issue seems to be related to the SCF convergence when all metal atoms are constrained. I’d appreciate any suggestions or insights from others who may have encountered something similar.
Thank you in advance for your help!
Best regards,
Lang
OT is not suitable for metals
--
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/5d7b8639-475c-4b6c-b109-e1b6dd7b1293n%40googlegroups.com.
Dear Jürg,
Thank you for your suggestion.
I followed your advice and adjusted my input as follows:
Do you have any further suggestions on how to address this issue?
Best regards,
Lang