Revision | d94ae62d710ffa92c788161b1d21b11e4d6ac559 (tree) |
---|---|
Time | 2011-10-10 18:26:24 |
Author | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
Wrong messages in ZindoS.h are corrected.
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@201 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -29,11 +29,11 @@ CIS | ||
29 | 29 | norm_tol 0.000001 |
30 | 30 | CIS_END |
31 | 31 | |
32 | -MD | |
33 | - total_steps 100 | |
34 | - electronic_state 2 | |
35 | - dt 0.05 | |
36 | -MD_END | |
32 | +//MD | |
33 | +// total_steps 100 | |
34 | +// electronic_state 2 | |
35 | +// dt 0.05 | |
36 | +//MD_END | |
37 | 37 | |
38 | 38 | //INERTIA |
39 | 39 | // origin 1.0 2.0 30.0 |
@@ -163,9 +163,9 @@ void ZindoS::SetMessages(){ | ||
163 | 163 | = "Error in zindo::ZindoS::SetMolecule: Total number of valence electrons is odd. totalNumberValenceElectrons="; |
164 | 164 | this->errorMessageNotEnebleAtomType |
165 | 165 | = "Error in zindo::ZindoS::CheckEnableAtomType: Non available atom is contained.\n"; |
166 | - this->errorMessageCoulombInt = "Error in base_zindo::ZindoS::GetCoulombInt: Invalid orbitalType.\n"; | |
167 | - this->errorMessageExchangeInt = "Error in base_zindo::ZindoS::GetExchangeInt: Invalid orbitalType.\n"; | |
168 | - this->errorMessageNishimotoMataga = "Error in base_zindo::ZindoS::GetNishimotoMatagaTwoEleInt: Invalid orbitalType.\n"; | |
166 | + this->errorMessageCoulombInt = "Error in zindo::ZindoS::GetCoulombInt: Invalid orbitalType.\n"; | |
167 | + this->errorMessageExchangeInt = "Error in zindo::ZindoS::GetExchangeInt: Invalid orbitalType.\n"; | |
168 | + this->errorMessageNishimotoMataga = "Error in zindo::ZindoS::GetNishimotoMatagaTwoEleInt: Invalid orbitalType.\n"; | |
169 | 169 | this->errorMessageMolecularIntegralElement |
170 | 170 | = "Error in zindo::ZindoS::GetMolecularIntegralElement: Non available orbital is contained.\n"; |
171 | 171 | this->errorMessageCalcCISMatrix |