-
Notifications
You must be signed in to change notification settings - Fork 0
/
transverse_ising_1d.json
71 lines (71 loc) · 1.18 KB
/
transverse_ising_1d.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"model": {
"name": "TransverseIsing1D",
"L": 16,
"J": 1.0,
"hx": 1.0,
"hy": 0.0,
"hz": 0.5,
"periodic": false
},
"dmrg": {
"sweeps": [
{
"maxdim": 50,
"mindim": 20,
"cutoff": 1e-6,
"niter": 4,
"noise": 1e-7
},
{
"maxdim": 80,
"mindim": 20,
"cutoff": 1e-8,
"niter": 3,
"noise": 1e-8
},
{
"maxdim": 100,
"mindim": 10,
"cutoff": 1e-10,
"niter": 2,
"noise": 1e-9
},
{
"maxdim": 150,
"mindim": 10,
"cutoff": 1e-12,
"niter": 2,
"noise": 1e-10
},
{
"maxdim": 200,
"mindim": 10,
"cutoff": 1e-12,
"niter": 2,
"noise": 1e-11
},
{
"maxdim": 250,
"mindim": 10,
"cutoff": 1e-12,
"niter": 2,
"noise": 1e-12
},
{
"maxdim": 300,
"mindim": 10,
"cutoff": 1e-12,
"niter": 2,
"noise": 0
},
{
"maxdim": 500,
"mindim": 10,
"cutoff": 1e-12,
"niter": 2,
"noise": 0
}
]
}
}