Ticket #32679

small bug in index of coefficient of CIS eigenvector

Date d'ouverture: 2013-12-25 20:49 Dernière mise à jour: 2013-12-25 20:51

Rapporteur:
Propriétaire:
Type:
État:
Atteints
Composant:
(Aucun)
Jalon:
Priorité:
1 - le plus bas
Sévérité:
1 - le plus bas
Résolution:
Aucun
Fichier:
Aucun

Détails

small bug in index of coefficient of CIS eigenvector. This bug had not changed results because the wrong argument was not used.

Index: zindo/ZindoS.cpp
===================================================================
--- zindo/ZindoS.cpp	(revision 1600)
+++ zindo/ZindoS.cpp	(working copy)
@@ -2003,7 +2003,7 @@
       // single excitation from I-th (occupied)MO to A-th (virtual)MO
       int moI = this->GetActiveOccIndex(*this->molecule, l);
       int moA = this->GetActiveVirIndex(*this->molecule, l);
-      CISEigenVectorCoefficient cisEigenVectorCoefficient = {cisEigenVector[l], moI, moA, k};
+      CISEigenVectorCoefficient cisEigenVectorCoefficient = {cisEigenVector[l], moI, moA, l};
       cisEigenVectorCoefficients->push_back(cisEigenVectorCoefficient);
    }
    sort(cisEigenVectorCoefficients->begin(),

Ticket History (2/2 Histories)

2013-12-25 20:49 Updated by: mikiya_fujii
  • New Ticket "small bug in index of coefficient of CIS eigenvector" created
2013-12-25 20:51 Updated by: mikiya_fujii
  • État Update from Ouvert to Atteints
  • Ticket Close date is changed to 2013-12-25 20:51
Commentaire

fixed at r1602

Attachment File List

No attachments

Modifier

Please login to add comment to this ticket » Connexion