Revision | ddbda32381cd2578098756bc1e32141e85c985a3 (tree) |
---|---|
Zeit | 2011-11-09 23:38:06 |
Autor | Mikiya Fujii <mikiya.fujii@gmai...> |
Commiter | Mikiya Fujii |
Some private method in Atom.h is renamed.
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/MolDS/trunk@282 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -206,12 +206,12 @@ private: | ||
206 | 206 | string errorMessageGetNddoHspBadTheory; |
207 | 207 | string errorMessageGetNddoHppBadTheory; |
208 | 208 | int GetEffectivePrincipalQuantumNumber(ShellType shellType); // Table 1.4 in J. A. Pople book |
209 | - double GetJss(); // Part of Eq. (13) in [BZ_1979] | |
210 | - double GetJsp(); // Part of Eq. (13) in [BZ_1979] | |
211 | - double GetJsd(); // Part of Eq. (13) in [BZ_1979] | |
212 | - double GetJpp(); // Part of Eq. (13) in [BZ_1979] | |
213 | - double GetJpd(); // Part of Eq. (13) in [BZ_1979] | |
214 | - double GetJdd(); // Part of Eq. (13) in [BZ_1979] | |
209 | + double GetZindoJss(); // Part of Eq. (13) in [BZ_1979] | |
210 | + double GetZindoJsp(); // Part of Eq. (13) in [BZ_1979] | |
211 | + double GetZindoJsd(); // Part of Eq. (13) in [BZ_1979] | |
212 | + double GetZindoJpp(); // Part of Eq. (13) in [BZ_1979] | |
213 | + double GetZindoJpd(); // Part of Eq. (13) in [BZ_1979] | |
214 | + double GetZindoJdd(); // Part of Eq. (13) in [BZ_1979] | |
215 | 215 | double GetCndo2CoreIntegral(OrbitalType orbital, double gamma, bool isGuess); |
216 | 216 | double GetIndoCoreIntegral(OrbitalType orbital, double gamma, bool isGuess); |
217 | 217 | double GetZindoCoreIntegral(OrbitalType orbital); // Eq. (13) in [BZ_1979] |
@@ -535,35 +535,35 @@ double Atom::GetOrbitalExponent(ShellType shellType, OrbitalType orbitalType, Th | ||
535 | 535 | |
536 | 536 | |
537 | 537 | // Part of Eq. (13) in [BZ_1979] |
538 | -double Atom::GetJss(){ | |
538 | +double Atom::GetZindoJss(){ | |
539 | 539 | return this->zindoF0ss; |
540 | 540 | } |
541 | 541 | |
542 | 542 | // Part of Eq. (13) in [BZ_1979] |
543 | -double Atom::GetJsp(){ | |
543 | +double Atom::GetZindoJsp(){ | |
544 | 544 | // F0ss = F0sp |
545 | 545 | return this->zindoF0ss - this->zindoG1sp/6.0; |
546 | 546 | } |
547 | 547 | |
548 | 548 | // Part of Eq. (13) in [BZ_1979] |
549 | -double Atom::GetJsd(){ | |
549 | +double Atom::GetZindoJsd(){ | |
550 | 550 | return this->zindoF0sd - this->zindoG2sd/10.0; |
551 | 551 | } |
552 | 552 | |
553 | 553 | // Part of Eq. (13) in [BZ_1979] |
554 | -double Atom::GetJpp(){ | |
554 | +double Atom::GetZindoJpp(){ | |
555 | 555 | // F0pp = F0ss |
556 | 556 | return this->zindoF0ss - 2.0*this->zindoF2pp/25.0; |
557 | 557 | } |
558 | 558 | |
559 | 559 | // Part of Eq. (13) in [BZ_1979] |
560 | -double Atom::GetJpd(){ | |
560 | +double Atom::GetZindoJpd(){ | |
561 | 561 | // F0pd = F0sd |
562 | 562 | return this->zindoF0sd - this->zindoG1pd/15.0 - 3.0*this->zindoG3pd/70.0; |
563 | 563 | } |
564 | 564 | |
565 | 565 | // Part of Eq. (13) in [BZ_1979] |
566 | -double Atom::GetJdd(){ | |
566 | +double Atom::GetZindoJdd(){ | |
567 | 567 | return this->zindoF0dd - 2.0*(this->zindoF2dd + this->zindoF4dd)/63.0; |
568 | 568 | } |
569 | 569 |
@@ -632,21 +632,21 @@ double Atom::GetZindoCoreIntegral(OrbitalType orbital){ | ||
632 | 632 | |
633 | 633 | if(orbital == s){ |
634 | 634 | value = -1.0*this->zindoIonPotS |
635 | - - this->GetJss()*(double)(this->zindoL-1) | |
636 | - - this->GetJsp()*(double)this->zindoM | |
637 | - - this->GetJsd()*(double)this->zindoN; | |
635 | + - this->GetZindoJss()*(double)(this->zindoL-1) | |
636 | + - this->GetZindoJsp()*(double)this->zindoM | |
637 | + - this->GetZindoJsd()*(double)this->zindoN; | |
638 | 638 | } |
639 | 639 | else if(orbital == px || orbital == py || orbital == pz){ |
640 | 640 | value = -1.0*this->zindoIonPotP |
641 | - - this->GetJpp()*(double)(this->zindoM-1) | |
642 | - - this->GetJsp()*(double)this->zindoL | |
643 | - - this->GetJpd()*(double)this->zindoN; | |
641 | + - this->GetZindoJpp()*(double)(this->zindoM-1) | |
642 | + - this->GetZindoJsp()*(double)this->zindoL | |
643 | + - this->GetZindoJpd()*(double)this->zindoN; | |
644 | 644 | } |
645 | 645 | else if(orbital == dxy || orbital == dyz || orbital == dzz || orbital == dzx || orbital == dxxyy ){ |
646 | 646 | value = -1.0*this->zindoIonPotD |
647 | - - this->GetJdd()*(double)(this->zindoN-1) | |
648 | - - this->GetJsd()*(double)this->zindoL | |
649 | - - this->GetJpd()*(double)this->zindoM; | |
647 | + - this->GetZindoJdd()*(double)(this->zindoN-1) | |
648 | + - this->GetZindoJsd()*(double)this->zindoL | |
649 | + - this->GetZindoJpd()*(double)this->zindoM; | |
650 | 650 | } |
651 | 651 | else{ |
652 | 652 | stringstream ss; |