Revision | ede84e655f76c62e2cb12f399c90ebafad22d2c0 (tree) |
---|---|
Zeit | 2014-04-25 08:14:13 |
Autor | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
Unnecessary code is removed: Sulfer is not suported in INDO.
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/trunk@1666 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -54,8 +54,7 @@ void Satom::SetAtomicParameters(){ | ||
54 | 54 | this->valence.push_back(py); |
55 | 55 | this->valence.push_back(pz); |
56 | 56 | this->valence.push_back(px); |
57 | - if(Parameters::GetInstance()->GetCurrentTheory() == CNDO2 || | |
58 | - Parameters::GetInstance()->GetCurrentTheory() == INDO){ | |
57 | + if(Parameters::GetInstance()->GetCurrentTheory() == CNDO2){ | |
59 | 58 | this->valence.push_back(dxy); |
60 | 59 | this->valence.push_back(dyz); |
61 | 60 | this->valence.push_back(dzz); |
@@ -83,8 +82,8 @@ void Satom::SetAtomicParameters(){ | ||
83 | 82 | this->effectiveNuclearChargeMsp = 5.45; |
84 | 83 | this->effectiveNuclearChargeMd = 5.45; |
85 | 84 | } |
86 | - this->indoG1 = 0.267708; | |
87 | - this->indoF2 = 0.17372; | |
85 | + this->indoG1 = 0.0; | |
86 | + this->indoF2 = 0.0; | |
88 | 87 | this->indoF0CoefficientS = 0.0; |
89 | 88 | this->indoF0CoefficientP = 0.0; |
90 | 89 | this->indoG1CoefficientS = 0.0; |