Skip to content

Commit a9d856d

Browse files
committed
Updated examples for finite temperature exercises.
1 parent e89e3dd commit a9d856d

13 files changed

Lines changed: 166 additions & 1 deletion

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1 1 1.0000 0.0000 0.0000 0.81650 0.00000 0.00000
2+
1 1 -1.0000 0.0000 0.0000 -0.81650 -0.00000 -0.00000
3+
1 1 0.0000 1.0000 0.0000 0.00000 0.81650 0.00000
4+
1 1 0.0000 -1.0000 0.0000 -0.00000 -0.81650 -0.00000
745 KB
Loading
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
simid SCsurf_T
2+
ncell 128 128 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+
8+
do_prnstruct 2
9+
posfile ./posfile
10+
exchange ./jfile
11+
momfie ./momfile
12+
dm ./dmfile
13+
14+
15+
Initmag 1 (1=random, 2=cone, 3=spec., 4=file)
16+
17+
ip_mode N
18+
ip_mcanneal 0
19+
20+
mode S M for MC and S for SD
21+
temp 0.000
22+
damping 0.500
23+
Nstep 5000
24+
timestep 1.000e-15 s The time step-size for the SDE-solver
25+
26+
27+
plotenergy 1
28+
do_avrg Y
29+
do_cumu Y
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
1 1 1.0 0.0 0.0 1.00000
2+
1 1 -1.0 0.0 0.0 1.00000
3+
1 1 0.0 1.0 0.0 1.00000
4+
1 1 0.0 -1.0 0.0 1.00000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 1 1.0 0.1 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.0 0.0 0.0
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
simid SquareKz
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+
anisotropy ./kfile
14+
do_prnstruct 1
15+
16+
Mensemble 1
17+
Initmag 3 (1=random, 2=cone, 3=spec., 4=file)
18+
#restartfile ./restart
19+
20+
ip_mode M Initial phase parameters
21+
ip_temp 0.001 --
22+
ip_mcNstep 3000 --
23+
24+
mode M S=SD, M=MC
25+
temp 0.001 Measurement phase parameters
26+
mcNstep 2000 --
27+
#Nstep 10000 --
28+
#damping 0.5
29+
#timestep 1
30+
31+
do_avrg Y Measure averages
32+
do_tottraj Y Measure moments
33+
plotenergy 1 Calculate energy
34+
do_cumu Y Calculate cumulants
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 1 1.0 0.0 0.0 0.5000
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1 1 -0.40 0.00 0.00000 0.00000 1.00000 0.0
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
ip_mode H
2+
ip_mcanneal 5
3+
1000 2.0
4+
1000 0.5
5+
1000 0.1
6+
1000 0.01
7+
1000 0.001

0 commit comments

Comments
 (0)