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
int mixing_restart_step = 0; //which step to restart mixing during SCF
105
+
int mixing_restart_step = 0; //which step to restart mixing during SCF, always equal to scf_namx except for the mixing restart
106
106
int mixing_restart_count = 0; // the number of restart mixing during SCF. Do not set mixing_restart_count as bool since I want to keep some flexibility in the future
107
+
int mixing_restart_last = 0; // the label of mixing restart step, store the step number of the last mixing restart
107
108
108
109
// to calculate the slope of drho curve during SCF, which is used to determine if SCF oscillate
0 commit comments