修订版 | 7e67ef6457279a352ebd25c20f0969c328dfbe11 (tree) |
---|---|
时间 | 2011-01-28 19:26:06 |
作者 | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
comment for dammping is added
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@71 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -320,7 +320,7 @@ void Cndo2::DoesSCF(){ | ||
320 | 320 | this->molecule->GetTotalNumberAOs(), |
321 | 321 | calcEigenVectors); |
322 | 322 | |
323 | - // calc. electron population | |
323 | + // calc. electron population in each orbital | |
324 | 324 | this->CalcOrbitalElectronPopulation(this->orbitalElectronPopulation, |
325 | 325 | this->molecule, |
326 | 326 | this->fockMatrix); |
@@ -336,6 +336,7 @@ void Cndo2::DoesSCF(){ | ||
336 | 336 | } |
337 | 337 | } |
338 | 338 | |
339 | + // calc. electron population in each atom. | |
339 | 340 | this->CalcAtomicElectronPopulation(this->atomicElectronPopulation, |
340 | 341 | this->orbitalElectronPopulation, |
341 | 342 | this->molecule); |