Skip to content

Commit 05332c0

Browse files
committed
update to fix bugs in 03_NAO_multik
1 parent 1b11c44 commit 05332c0

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

tests/02_NAO_Gamma/015_NO_GO_get_pchg/INPUT

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
INPUT_PARAMETERS
22
basis_type lcao
3+
nspin 1
34
gamma_only 1
45
calculation get_pchg
56

@@ -15,4 +16,4 @@ read_file_dir ./
1516
pseudo_dir ../../PP_ORB
1617
orbital_dir ../../PP_ORB
1718

18-
out_pchg 4*1
19+
out_pchg 4*1

tests/03_NAO_multik/39_NO_OP_nscf/pot.cube.ref

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22
1 (nspin)
33
2 0.0 0.0 0.0
44
12 0.000000 0.425000 0.425000

tests/03_NAO_multik/44_NO_KP_MD_OW/INPUT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ mixing_beta 0.7
2626
mixing_gg0 0.0
2727

2828
out_wfc_lcao 1
29-
out_interval 2
29+
out_freq_ion 2
3030
out_app_flag 0
3131

3232
md_type nve

tests/integrate/tools/catch_properties.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,8 +205,8 @@ fi
205205
# echo $get_s
206206
#-------------------------------
207207
if ! 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
212212
fi
@@ -337,7 +337,7 @@ fi
337337
if ! 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
342342
fi
343343

@@ -355,7 +355,7 @@ fi
355355
#-----------------------------------
356356
#echo $has_mat_t
357357
if ! 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
360360
fi
361361

0 commit comments

Comments
 (0)