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 f35a349 commit 012f2b6Copy full SHA for 012f2b6
source/source_esolver/esolver_dm2rho.cpp
@@ -67,7 +67,7 @@ void ESolver_DM2rho<TK, TR>::runner(UnitCell& ucell, const int istep)
67
ModuleIO::read_mat_npz(&(this->pv), ucell, zipname, *(dm->get_DMR_pointer(2)));
68
}
69
70
- // it's dangrous to design psiToRho function like this, mohan note 20251024
+ // it's dangerous to design psiToRho function like this, mohan note 20251024
71
// this->pelec->psiToRho(*this->psi);
72
LCAO_domain::dm2rho(estate->DM->get_DMR_vector(), PARAM.inp.nspin, &this->chr);
73
0 commit comments