Skip to content

Commit 9cde98b

Browse files
authored
Merge pull request #12 from UppASD/finitetemp
Finitetemp exercises.
2 parents 2f816ae + e89e3dd commit 9cde98b

17 files changed

Lines changed: 262 additions & 0 deletions

File tree

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
simid simpcube
2+
ncell 10 10 10 System size
3+
BC P P P Boundary conditions (0=vacuum, P=periodic)
4+
cell 1.00000 0.00000 0.00000
5+
0.00000 1.00000 0.00000
6+
0.00000 0.00000 1.00000
7+
Sym 1 Symmetry of lattice (0 for no, 1 for cubic, 2 for 2d cubic, 3 for hexagonal)
8+
do_prnstruct 1
9+
10+
posfile ./posfile
11+
momfile ./momfile
12+
exchange ./jfile
13+
14+
Initmag 3 Initial config of moments (1=random, 2=cone, 3=spec., 4=file)
15+
16+
ip_mode N
17+
ip_mcanneal 1
18+
5000 300.0 1.00e-16 0.95
19+
20+
mode S
21+
Temp 300.00 K Temperature of the system
22+
hfield 0.00000 0.00000 0.00000 Static H field
23+
24+
damping 0.01 Damping parameter (gamma)
25+
nstep 10000 Number of time-steps
26+
timestep 1.000e-16 s The time step-size for the SDE-solver
27+
28+
plotenergy 1 Sample energies
29+
do_avrg Y Measure averages
30+
do_cumu Y Sample cumulative averages
31+
do_spintemp Y Measure spin temperature
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
1 1 1.0 0.0 0.0 0.80000000000000
2+
1 1 1.0 1.0 0.0 0.50000000000000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 1 1.00 0.0 0.0 1.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 1 0.000000 0.000000 0.000000
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
simid SingleSP
2+
ncell 1 1 1 System size
3+
BC 0 0 0 Boundary conditions (0=vacuum,P=periodic)
4+
cell 0.00000 0.00000 0.00000
5+
0.00000 0.00000 0.00000
6+
0.00000 0.00000 0.00000
7+
Sym 0 Symmetry of lattice (0 for no, 1 for cubic, 2 for 2d cubic, 3 for hexagonal)
8+
do_prnstruct 2 Print lattice structure (0=no, 1=yes, 2=coordinates only)
9+
10+
posfile ./posfile
11+
exchange ./jfile
12+
momfile ./momfile
13+
anisotropy ./kfile
14+
15+
Mensemble 1 Number of samples in ensemble averaging
16+
Initmag 3 (1=random, 2=cone, 3=spec., 4=file)
17+
18+
ip_mode N Initial phase parameters
19+
20+
mode S S=SD, M=MC
21+
temp 5.00 Measurement phase parameters
22+
damping 0.50000 --
23+
Nstep 150000 --
24+
timestep 1.000e-15 --
25+
26+
do_avrg Y Measure averages
27+
avrg_step 100
28+
29+
do_tottraj Y Measure moments
30+
tottraj_step 10000
31+
tottraj_buff 10 time step, buffer size
32+
33+
do_cumu Y
34+
35+
real_time_measure Y
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 1 0.0 0.0 1.0 0.0000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 1 -0.100 0.0 0.0 0.0 1.0 0.0
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 1 1.00000 0.00000 0.0000 1.0000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 1 0.0 0.0 0.0
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
simid scHeis64
2+
ncell 64 64 1
3+
BC P P 0 Boundary conditions (0=vacuum,P=periodic)
4+
cell 1.00000 0.00000 0.00000
5+
0.00000 1.00000 0.00000
6+
0.00000 0.00000 1.00000
7+
Sym 1 Symmetry of lattice (0 for no, 1 for cubic, 2 for 2d cubic, 3 for hexagonal)
8+
9+
aunits Y
10+
posfile ./posfile
11+
exchange ./jfile
12+
momfile ./momfile
13+
do_prnstruct 1
14+
15+
Mensemble 1
16+
Initmag 3 (1=random, 2=cone, 3=spec., 4=file)
17+
18+
ip_mode M Initial phase parameters
19+
ip_temp TEMP --
20+
ip_mcNstep 5000 --
21+
22+
mode M S=SD, M=MC
23+
temp TEMP Measurement phase parameters
24+
mcNstep 5000 --
25+
26+
do_avrg Y Measure averages
27+
plotenergy 1
28+
do_cumu Y

0 commit comments

Comments
 (0)