• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

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

Commit MetaInfo

Revisiond9574517255dda3f3157ee64302632ab15f4da7f (tree)
Zeit2013-08-01 01:26:22
AutorMikiya Fujii <mikiya.fujii@gmai...>
CommiterMikiya Fujii

Log Message

Zindo/S is added to enable theoris of excited RPMD. #31221

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

Ändern Zusammenfassung

Diff

--- a/src/rpmd/RPMD.cpp
+++ b/src/rpmd/RPMD.cpp
@@ -317,6 +317,7 @@ void RPMD::SetEnableTheoryTypes(){
317317
318318 // excited state
319319 this->enableExcitedStateTheoryTypes.clear();
320+ this->enableExcitedStateTheoryTypes.push_back(ZINDOS);
320321 this->enableExcitedStateTheoryTypes.push_back(MNDO);
321322 this->enableExcitedStateTheoryTypes.push_back(AM1);
322323 this->enableExcitedStateTheoryTypes.push_back(AM1D);