File tree Expand file tree Collapse file tree 4 files changed +8
-7
lines changed
02_NAO_Gamma/015_NO_GO_get_pchg Expand file tree Collapse file tree 4 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 11INPUT_PARAMETERS
22basis_type lcao
3+ nspin 1
34gamma_only 1
45calculation get_pchg
56
@@ -15,4 +16,4 @@ read_file_dir ./
1516pseudo_dir ../../PP_ORB
1617orbital_dir ../../PP_ORB
1718
18- out_pchg 4*1
19+ out_pchg 4*1
Original file line number Diff line number Diff line change 1- STEP: 0 Cubefile created from ABACUS. Inner loop is z, followed by y and x
1+ STEP: -1 Cubefile created from ABACUS. Inner loop is z, followed by y and x
221 (nspin)
332 0.0 0.0 0.0
4412 0.000000 0.425000 0.425000
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ mixing_beta 0.7
2626mixing_gg0 0.0
2727
2828out_wfc_lcao 1
29- out_interval 2
29+ out_freq_ion 2
3030out_app_flag 0
3131
3232md_type nve
Original file line number Diff line number Diff line change 205205# echo $get_s
206206# -------------------------------
207207if ! test -z " $get_s " && [ $get_s == " get_s" ]; then
208- sref=sr_nao .csr.ref
209- scal=OUT.autotest/sr_nao .csr
208+ sref=srs1_nao .csr.ref
209+ scal=OUT.autotest/srs1_nao .csr
210210 python3 $COMPARE_SCRIPT $sref $scal 8
211211 echo " CompareS_pass $? " >> $1
212212fi
337337if ! test -z " $has_hs2 " && [ $has_hs2 == 1 ]; then
338338 # python3 $COMPARE_SCRIPT hrs1_nao.csr.ref OUT.autotest/hrs1_nao.csr 8
339339 # echo "CompareHR_pass $?" >>$1
340- python3 $COMPARE_SCRIPT sr_nao .csr.ref OUT.autotest/sr_nao .csr 8
340+ python3 $COMPARE_SCRIPT srs1_nao .csr.ref OUT.autotest/srs1_nao .csr 8
341341 echo " CompareSR_pass $? " >> $1
342342fi
343343
355355# -----------------------------------
356356# echo $has_mat_t
357357if ! test -z " $has_mat_t " && [ $has_mat_t == 1 ]; then
358- python3 $COMPARE_SCRIPT tr_nao .csr.ref OUT.autotest/tr_nao .csr 8
358+ python3 $COMPARE_SCRIPT trs1_nao .csr.ref OUT.autotest/trs1_nao .csr 8
359359 echo " ComparerTR_pass $? " >> $1
360360fi
361361
You can’t perform that action at this time.
0 commit comments