Skip to content

Commit

Permalink
update samples
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Sep 19, 2021
1 parent f6583c0 commit f1593a6
Show file tree
Hide file tree
Showing 30 changed files with 166,204 additions and 1,006 deletions.
2,000 changes: 1,000 additions & 1,000 deletions samples/boson/Gtau.in.dos

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions samples/fermion/run.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

# =========================
file_exe="../SpM.out"
file_exe="../../build/c++/src/SpM.out"
dir_plt="../plt"
plot_level=1 # 0: no plot, 1: plot major data, 2: plot all data
eps_or_pdf='eps' # 'eps' or 'pdf' (epstopdf is required)
Expand All @@ -17,7 +17,7 @@ abs_plt=$(cd $dir_plt; pwd) # get full path

# RUN
echo "### Running..."
$file_exe -i param.in
$file_exe param.in

# PLOT
[ $eps_or_pdf = 'pdf' ] && opt="-e flag_pdf=1" # set flag to generate pdf
Expand Down
4,006 changes: 4,006 additions & 0 deletions samples/fermion_twopeak/Gtau.in

Large diffs are not rendered by default.

Loading

0 comments on commit f1593a6

Please sign in to comment.