-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #79 from issp-center-dev/update_tutorial_06
- Loading branch information
Showing
8 changed files
with
242 additions
and
96 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,3 +24,7 @@ initial = "random" | |
type = "boson" | ||
t = 0.1 | ||
V = 1.0 | ||
|
||
[correlation] | ||
r_max = 30 | ||
operators = [[0,0]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
set key left top | ||
set xlabel 'mu/V' | ||
set ylabel 'S(Q)/N' | ||
set y2label '|b|' | ||
# set xlabel "mu/V" | ||
# set ylabel "S(Q), N(Q)" | ||
# set y2label "|b|+|b'|" | ||
set ytics nomirror | ||
set y2tics nomirror | ||
set style data lp | ||
|
||
plot \ | ||
'sq.dat' u 1:3 pt 4 t"S(Q)",\ | ||
'offdiag.dat' u 1:3 axes x1y2 pt 5 t"|b|" | ||
'nq.dat' u 1:(abs($3)) pt 4 t"|N(Q)|",\ | ||
'sq.dat' u 1:(abs($3)) pt 5 t"|S(Q)|",\ | ||
'sq_x.dat' u 1:(abs($3)) pt 6 t"|S'(Q)|",\ | ||
'offdiag.dat' u 1:(abs($3)) axes x1y2 pt 7 t"|b|+|b'|" |
Oops, something went wrong.