Skip to content

Commit 43fd169

Browse files
authored
Merge pull request #123 from Qx80610702/develop
Adjust bands output for DFT+DMFT
2 parents 13d0a5e + c961832 commit 43fd169

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/src_lcao/dmft.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,10 @@ namespace ModuleDMFT
352352
<< std::setw(6) << iband
353353
<< std::setw(6) << ik
354354
<< std::setw(25) << std::fixed << std::setprecision(15)
355-
<< ekb[ik+is*nks_tot][iband]/2.0 << std::endl; //Rydberg to Hartree
355+
<< 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
356359
}
357360
}
358361
}

0 commit comments

Comments
 (0)