-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add sample for the dinamical green's function with Fourier trans.
- Loading branch information
1 parent
e001f0a
commit b0b9569
Showing
11 changed files
with
75 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# 14-site Heisenberg model on Chain lattice | ||
|
||
Compute the Sz-Sz dynamical correlation function | ||
and plot the imaginary part. | ||
|
||
``` bash | ||
$ HPhi -s stan.in | ||
$ echo "2 6 | ||
G 0.0 0.0 0.0 | ||
X 0.0 0.5 0.0 | ||
" >> geometry.dat | ||
$ dynamicalr2k namelist.def geometry.dat | ||
$ gnuplot | ||
``` | ||
|
||
``` gnuplot | ||
gnuplot> load "kpath.gp" | ||
gnuplot> splot [][][0:] "output/zvo_dyn.dat" u 1:2:(-$4) w l | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
model = Spin | ||
lattice = Chain | ||
method = CG | ||
L = 12 | ||
2Sz = 0 | ||
J = 1.0 | ||
CalcSpec = Scratch | ||
SpectrumType = SzSz_r | ||
OmegaIm = 0.1 | ||
OmegaMin = -6.0 | ||
OmegaMax = -2.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
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
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
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
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