• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版7e67ef6457279a352ebd25c20f0969c328dfbe11 (tree)
时间2011-01-28 19:26:06
作者Mikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

comment for dammping is added

git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@71 1136aad2-a195-0410-b898-f5ea1d11b9d8

更改概述

差异

--- a/src/cndo/Cndo2.h
+++ b/src/cndo/Cndo2.h
@@ -320,7 +320,7 @@ void Cndo2::DoesSCF(){
320320 this->molecule->GetTotalNumberAOs(),
321321 calcEigenVectors);
322322
323- // calc. electron population
323+ // calc. electron population in each orbital
324324 this->CalcOrbitalElectronPopulation(this->orbitalElectronPopulation,
325325 this->molecule,
326326 this->fockMatrix);
@@ -336,6 +336,7 @@ void Cndo2::DoesSCF(){
336336 }
337337 }
338338
339+ // calc. electron population in each atom.
339340 this->CalcAtomicElectronPopulation(this->atomicElectronPopulation,
340341 this->orbitalElectronPopulation,
341342 this->molecule);