Tweak script parameters

This commit is contained in:
Jean-Sébastien 2021-12-15 08:33:24 +01:00
부모 0c3ad996b0
커밋 e774c063a4
5개의 변경된 파일4개의 추가작업 그리고 14개의 파일을 삭제

파일 보기

@ -53,7 +53,7 @@ clist=(0.015625 0.03125 0.0625 0.125 0.25 0.5 1 2 4 8 16 32 64 128 256 512 1024)
basedir="$(pwd)"
ommin=0
ommax=$(($nkmax*($nkmax - 8))) # use lower branch of 1ph continuum
ommax=$((0.5 * $nkmax*($nkmax + 8))) # use (half of) TG Type 1 dispersion
Nom=1000
for c in $clist

파일 보기

@ -52,10 +52,6 @@ clist=(0.015625 0.03125 0.0625 0.125 0.25 0.5 1 2 4 8 16 32 64 128 256 512 1024)
basedir="$(pwd)"
ommin=0
ommax=$(($nkmax*($nkmax - 8))) # use lower branch of 1ph continuum
Nom=1000
for c in $clist
do
echo 'Starting plotting of DSFs for c =' $c

파일 보기

@ -64,7 +64,7 @@ refine=0
clist_raw=()
for nc in {-160..160}
do
clist_raw=($clist_raw $(( 2**($nc/16.) )))
clist_raw=($clist_raw $(( 4 * 2**($nc/16.) )))
done
# Now cast the integer values to true integers
zmodload zsh/mathfunc

파일 보기

@ -57,7 +57,7 @@ fi
iKmax=$(($nkmax * $N/8))
ommin=0
ommax=$(($nkmax*$nkmax)) # use mid-point between upper and lower branch of 1ph continuum
ommax=$((0.5 * $nkmax*($nkmax + 8))) # use (half of) TG Type 1 dispersion
Nom=1000
# store location for these runs
@ -67,7 +67,7 @@ dirstore='Lieb-Liniger/'$correlator'/T_'$kBT'/c_scan_N_fixed/k_0_to_'${(l:2::0:)
clist_raw=()
for nc in {-160..160}
do
clist_raw=($clist_raw $(( 2**($nc/16.) )))
clist_raw=($clist_raw $((4 * 2**($nc/16.) )))
done
# Now cast the integer values to true integers
zmodload zsh/mathfunc

파일 보기

@ -54,12 +54,6 @@ elif [[ $whichDSF == 'g' ]]; then
correlator='psi-psidag'
fi
iKmax=$(($nkmax * $N/8))
ommin=0
ommax=$(($nkmax*$nkmax)) # use mid-point between upper and lower branch of 1ph continuum
Nom=1000
# store location for these runs
dirstore='Lieb-Liniger/'$correlator'/T_'$kBT'/c_scan_N_fixed/k_0_to_'${(l:2::0:)nkmax}'kFo4/sr_'$target_sumrule'/store'