Commit 3c1c88cb authored by Giovanni La Mura's avatar Giovanni La Mura
Browse files

Remove temporary folders after testing for convergence

parent 2f93205d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@

# Script settings
l_start=2 # first order to test
l_end=40 # last order to test
l_end=20 # last order to test
wavelength="1.000E-06" # wavelength to test (use your shortest one)
dielec_real="2.6015926E+00" # real part of dielectric function
dielec_imag="3.8710688E-04" # imaginary part of dielectric function
@@ -47,5 +47,6 @@ EOF
    cd ..
    str_line=$(tail -1 ${folder}/convergence_ics.csv)
    echo "${str_line},${fold_index}" >> convergence.csv
    rm -rf ${folder}
    li=$((li+1))
done