Skip to content

Commit

Permalink
Remove scratch
Browse files Browse the repository at this point in the history
  • Loading branch information
ddahlbom committed Nov 1, 2023
1 parent 39c6f28 commit 9d906de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 27 deletions.
4 changes: 2 additions & 2 deletions scripts/03_dssfs.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ thermalize!(sys, kT_meV, Δt_therm, dur_therm)
end

# Save the results.
data = DrWatson.@strdict sc sys cryst
data = DrWatson.@strdict sc sys cryst kT_meV
wsave(datadir("dssf", "renormalized.jld2"), data)

# And, for comparison, we'll calculate the the same thing without applying the
Expand All @@ -69,5 +69,5 @@ thermalize!(sys, kT_meV, Δt_therm, dur_therm)
end

# Save the results.
data = DrWatson.@strdict sc sys cryst
data = DrWatson.@strdict sc sys cryst kT_meV
wsave(datadir("dssf", "unrenormalized.jld2"), data)
25 changes: 0 additions & 25 deletions scripts/scratch.jl

This file was deleted.

0 comments on commit 9d906de

Please sign in to comment.