File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,15 @@ std::string filename_output(
7979 }
8080 else
8181 {
82- kpoint_block = " k" + std::to_string (ik0+1 );
82+ // mohan add 20250921
83+ if (property==" hk" || property==" sk" || property==" tk" )
84+ {
85+ kpoint_block = std::to_string (ik0+1 );
86+ }
87+ else
88+ {
89+ kpoint_block = " k" + std::to_string (ik0+1 );
90+ }
8391 }
8492
8593 std::string istep_block
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 183183# echo $out_pot2
184184# -------------------------------
185185if ! test -z " $out_pot " && [ $out_pot == 2 ]; then
186- pot1ref=pot_es .cube.ref
187- pot1cal=OUT.autotest/pot_es .cube
186+ pot1ref=potes .cube.ref
187+ pot1cal=OUT.autotest/potes .cube
188188 python3 $COMPARE_SCRIPT $pot1ref $pot1cal 8
189189 echo " ComparePot_pass $? " >> $1
190190fi
You can’t perform that action at this time.
0 commit comments