-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
30 additions
and
6 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
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
using DrWatson | ||
@quickactivate "FiniteTemperatureFeI2" | ||
|
||
using Sunny | ||
include(srcdir("model.jl")) | ||
include(srcdir("decorrelation_utils.jl")) | ||
|
||
# After executing the first script, you should have some estimated κ values | ||
# for a range of temperatures. In this script we will show how to estimate | ||
# the dynamical spin structure factor at one of the temperatures for which | ||
# a κ is available. We begin be loading the earlier results. | ||
|
||
@unpack κs, kTs = load(datadir("kappas", "kappas.jld2")) | ||
|
||
# In the second script, we found that T_N is approximately 3 K. We'll pick |
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