Changeset 3ff846 for pcp/src


Ignore:
Timestamp:
Apr 21, 2008, 2:17:47 PM (17 years ago)
Author:
Frederik Heber <heber@…>
Children:
8ea7f8
Parents:
7b1792
git-author:
Frederik Heber <heber@…> (04/18/08 13:36:10)
git-committer:
Frederik Heber <heber@…> (04/21/08 14:17:47)
Message:

UpdateActualPsiNo(): git-amend because of false commit

"UpdateActualPsiNo(): no more discerning of various R->CurrentMin for subsequent GramSch()" was breaking the minimisation and enforced using ortho_normalized_ wave functions also in MinimisePerturbed() with untested consequences. Hence, I used git commit --amend after undoing the change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pcp/src/run.c

    r7b1792 r3ff846  
    147147 
    148148  R->OldActualLocalPsiNo = R->ActualLocalPsiNo = 0;
     149        R->UseForcesFile = 0;
    149150  R->UseOldPsi = 1;
    150151  R->MinStep = 0;
     
    290291      SetGramSchOldActualPsi(P, &P->Lat.Psi, NotOrthogonal);
    291292    SpeedMeasure(P, GramSchTime, StartTimeDo);
    292     if (R->CurrentMin <= UnOccupied)
    293       GramSch(P, R->LevS, &P->Lat.Psi, Orthonormalize);
    294     else
    295       GramSch(P, R->LevS, &P->Lat.Psi, Orthogonalize); //Orthogonalize
     293    //OrthogonalizePsis(P);
     294    GramSch(P, R->LevS, &P->Lat.Psi, Orthonormalize);
    296295    SpeedMeasure(P, GramSchTime, StopTimeDo); 
    297296  }
Note: See TracChangeset for help on using the changeset viewer.