Dear CP2K community,
I recently started working on cp2k. I am performing DFT-MD calculations and facing problem regarding SCF convergence during the NVT run.
Initially for around 1.8 ps each step (NVT run) SCF was converging smoothly (within one loop) but there after some of the steps are not converging during the run. For such steps maximum limit of the inner and outer loops were reached and the SCF was not converged. The cp2k still dumps the position, velocity and the energy for the system for such steps (with a warning SCF NOT CONVERGED). The system then runs further and convergence is achieved after few fs. But later on in around 4.3 ps same problem arises and all the maximum no of loops (inner and outer) were completed and yet no convergence was achieved.
Kindly help me in finding the cause of the problem and if it is a regular problem faced in most of the cases then suggest the reason for the same.
Enclosed within are parameters of the .inp file for the DFT-MD simulation and also the .ener file of the run carried out so far.
Thanks
Best Regards
Rohan Gupta
PARAMETERS (INPUT) FILE:
PBC: ON
Basis Set:
TZVP-MOLOPT-GTH : For N/S/O/C/F/H atoms
DZVP-MOLOPT-GTH: For Li atom
Mass for H atom: 2
Potential:
GTH-PBE-qx : Where x are the no of valence electrons for each atom used
&DFT
BASIS_SET_FILE_NAME BASIS_MOLOPT
POTENTIAL_FILE_NAME GTH_POTENTIALS
&QS
EPS_DEFAULT 1.0E-10
&END QS
&MGRID
NGRIDS 4
CUTOFF 500
REL_CUTOFF 50
&END MGRID
&SCF
SCF_GUESS ATOMIC
EPS_SCF 1.0E-07
MAX_SCF 200
&OT
PRECONDITIONER FULL_KINETIC
MINIMIZER DIIS
&END OT
&OUTER_SCF
MAX_SCF 200
EPS_SCF 1.0E-07
&END OUTER_SCF
&MIXING T
METHOD BROYDEN_MIXING
ALPHA 0.4
NBROYDEN 8
&END MIXING
&PRINT
&RESTART OFF
&END RESTART
&END PRINT
&END SCF
&XC
&XC_FUNCTIONAL PBE
&END XC_FUNCTIONAL
&VDW_POTENTIAL
POTENTIAL_TYPE PAIR_POTENTIAL
&PAIR_POTENTIAL
PARAMETER_FILE_NAME dftd3.dat
TYPE DFTD3
REFERENCE_FUNCTIONAL PBE
R_CUTOFF 16
&END
&END VDW_POTENTIAL
&END XC
&PRINT
&MULLIKEN ON
FILENAME charges
#PRINT_ALL
&EACH
MD 1
&END EACH
&END MULLIKEN
&END PRINT
&END DFT
&MOTION
&MD
ENSEMBLE NVT
STEPS 500000
TIMESTEP 1
TEMPERATURE 400
&THERMOSTAT
&NOSE
TIMECON 100
&END NOSE
&END THERMOSTAT
&END MD
&END MOTION