We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6f218 commit ceb05e3Copy full SHA for ceb05e3
utils/dftParameters.cc
@@ -1260,7 +1260,7 @@ namespace dftfe
1260
useMixedPrecXTHXSpectrumSplit = false;
1261
useMixedPrecSubspaceRotRR = false;
1262
useMixedPrecCommunOnlyXTHXCGSO = false;
1263
- spectrumSplitStartingScfIter = 1;
+ spectrumSplitStartingScfIter = 0;
1264
useELPA = false;
1265
constraintsParallelCheck = true;
1266
createConstraintsFromSerialDofhandler = true;
@@ -2013,6 +2013,9 @@ namespace dftfe
2013
{
2014
spinMixingEnhancementFactor = 1.0;
2015
}
2016
+
2017
+ if (numCoreWfcRR == 0)
2018
+ spectrumSplitStartingScfIter = 10000;
2019
2020
2021
0 commit comments