Revision | d9574517255dda3f3157ee64302632ab15f4da7f (tree) |
---|---|
Zeit | 2013-08-01 01:26:22 |
Autor | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
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
@@ -317,6 +317,7 @@ void RPMD::SetEnableTheoryTypes(){ | ||
317 | 317 | |
318 | 318 | // excited state |
319 | 319 | this->enableExcitedStateTheoryTypes.clear(); |
320 | + this->enableExcitedStateTheoryTypes.push_back(ZINDOS); | |
320 | 321 | this->enableExcitedStateTheoryTypes.push_back(MNDO); |
321 | 322 | this->enableExcitedStateTheoryTypes.push_back(AM1); |
322 | 323 | this->enableExcitedStateTheoryTypes.push_back(AM1D); |