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.
2 parents 13d0a5e + c961832 commit 43fd169Copy full SHA for 43fd169
source/src_lcao/dmft.cpp
@@ -352,7 +352,10 @@ namespace ModuleDMFT
352
<< std::setw(6) << iband
353
<< std::setw(6) << ik
354
<< std::setw(25) << std::fixed << std::setprecision(15)
355
- << ekb[ik+is*nks_tot][iband]/2.0 << std::endl; //Rydberg to Hartree
+ << ekb[ik+is*nks_tot][iband]/2.0
356
+ << std::setw(17) << std::fixed << std::setprecision(12)
357
+ << GlobalC::wf.wg(ik,iband)/GlobalC::kv.wk[ik]
358
+ << std::endl; //Rydberg to Hartree
359
}
360
361
0 commit comments