Skip to content

Commit

Permalink
Fix test file.
Browse files Browse the repository at this point in the history
  • Loading branch information
[Harry Lane] committed Jul 26, 2023
1 parent 9999218 commit 7f30bc8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
3 changes: 3 additions & 0 deletions Sunny/Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[deps]
GLMakie = "e9467ef8-e4e7-5192-8a1a-b1aee30e663a"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
"cells": [
{
"cell_type": "code",
"execution_count": 52,
"execution_count": 1,
"id": "700242b7",
"metadata": {},
"outputs": [
{
"name": "stderr",
"output_type": "stream",
"text": [
"\u001b[32m\u001b[1m Activating\u001b[22m\u001b[39m new project at `c:\\Users\\hlane34\\.julia\\dev\\Sunny\\src\\SpinWaveTheory\\Test_scripts\\Sunny`\n"
"\u001b[33m\u001b[1m┌ \u001b[22m\u001b[39m\u001b[33m\u001b[1mWarning: \u001b[22m\u001b[39mbackend `GR` is not installed.\n",
"\u001b[33m\u001b[1m└ \u001b[22m\u001b[39m\u001b[90m@ Plots C:\\Users\\hlane34\\.julia\\packages\\Plots\\3BCH5\\src\\backends.jl:43\u001b[39m\n"
]
}
],
Expand Down Expand Up @@ -1322,7 +1323,7 @@
"source": [
"# temperature schedule for thermodynamics\n",
"kT_min = kT\n",
"kT_max = 10*kT\n",
"kT_max = 5*kT\n",
"randomize_spins!(sys)\n",
"n_replicas = 100 # can be larger than number of cores on machine\n",
"kT_sched = collect(range(kT_min, kT_max, length=n_replicas))\n",
Expand Down

0 comments on commit 7f30bc8

Please sign in to comment.