- Timestamp:
- Apr 21, 2008, 2:19:23 PM (17 years ago)
- Children:
- 2026d4
- Parents:
- 5712cb
- git-author:
- Frederik Heber <heber@…> (04/18/08 14:02:54)
- git-committer:
- Frederik Heber <heber@…> (04/21/08 14:19:23)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pcp/src/run.c
r5712cb r963310a 1121 1121 if ((R->DoFullCurrent == 1) || ((R->DoFullCurrent == 2) && (CheckOrbitalOverlap(P) == 1))) { //test to check whether orbitals have mutual overlap and thus \\DeltaJ_{xc} must not be dropped 1122 1122 R->DoFullCurrent = 1; // set to 1 if it was 2 but Check...() yielded necessity 1123 debug(P,"Filling with Delta j ...");1123 //debug(P,"Filling with Delta j ..."); 1124 1124 FillDeltaCurrentDensity(P); 1125 }// else 1126 //debug(P,"There is no overlap between orbitals."); 1127 //debug(P,"Filling with j ..."); 1128 //FillCurrentDensity(P); 1125 } 1129 1126 } 1130 1127 SpeedMeasure(P, CurrDensTime, StopTimeDo); … … 1132 1129 TestCurrent(P,1); 1133 1130 TestCurrent(P,2); 1134 if (F->DoOutCurr) { 1135 debug(P,"OutputCurrentDensity"); 1131 if (F->DoOutCurr && R->Lev0->LevelNo == 0) // only output in uppermost level) 1136 1132 OutputCurrentDensity(P); 1137 } 1138 if (R->VectorPlane != -1) { 1139 debug(P,"PlotVectorPlane"); 1133 if (R->VectorPlane != -1) 1140 1134 PlotVectorPlane(P,R->VectorPlane,R->VectorCut); 1141 }1142 fprintf(stderr,"(%i) ECut [L%i] = %e Ht\n", P->Par.me, R->Lev0->LevelNo, pow(2*M_PI*M_PI/Lat->Volume*R->Lev0->TotalAllMaxG, 2./3.));1143 1135 CalculateMagneticSusceptibility(P); 1144 1136 debug(P,"Normal calculation of shielding over R-space"); … … 1153 1145 1154 1146 if ((!I->StructOpt) && (!R->MaxOuterStep)) // print intermediate levels energy results if we don't do MD or StructOpt 1155 1147 EnergyOutput(P, 1); 1156 1148 // next level 1157 1149 ChangeToLevUp(P, &Stop);
Note:
See TracChangeset
for help on using the changeset viewer.