Skip to content

Commit c961832

Browse files
committed
Adjust bands output for DFT+DMFT
1 parent efe810a commit c961832

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

source/src_lcao/dmft.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,6 @@ namespace ModuleDMFT
326326
const int soc = GlobalV::NSPIN==4 ? 1 : 0;
327327
const int nks_tot = GlobalV::NSPIN==2 ? (int)GlobalC::kv.nks/2 : GlobalC::kv.nks;
328328
const int nspin_tmp = GlobalV::NSPIN==2 ? 2 : 1;
329-
double norm = GlobalV::NSPIN==1 ? 2.0 : 1.0;
330329

331330
std::string file = this->out_path + "bands.dat";
332331
std::ofstream ofs(file.c_str(), std::ios::out);

0 commit comments

Comments
 (0)