-
Notifications
You must be signed in to change notification settings - Fork 1
/
heisenberg_pyrochlore_32.yaml
21 lines (21 loc) · 1.66 KB
/
heisenberg_pyrochlore_32.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
basis:
number_spins: 32
hamming_weight: 16
spin_inversion: 1
symmetries:
- permutation: [24, 25, 27, 26, 29, 28, 30, 31, 8, 9, 11, 10, 13, 12, 14, 15, 16, 17, 19, 18, 21, 20, 22, 23, 0, 1, 3, 2, 5, 4, 6, 7]
sector: 0
- permutation: [ 0, 2, 4, 6, 1, 3, 5, 7, 24, 26, 28, 30, 25, 27, 29, 31, 8, 10, 12, 14, 9, 11, 13, 15, 16, 18, 20, 22, 17, 19, 21, 23]
sector: 0
- permutation: [ 0, 1, 2, 3, 4, 5, 6, 7, 12, 13, 14, 15, 8, 9, 10, 11, 18, 19, 16, 17, 22, 23, 20, 21, 25, 24, 27, 26, 29, 28, 31, 30]
sector: 0
hamiltonian:
name: "Heisenberg Hamiltonian"
terms:
- matrix: [[1, 0, 0, 0],
[0, -1, 2, 0],
[0, 2, -1, 0],
[0, 0, 0, 1]]
sites: [[0, 8], [0, 12], [0, 16], [0, 18], [0, 24], [0, 25], [1, 9], [1, 13], [1, 17], [1, 19], [1, 24], [1, 25], [2, 10], [2, 14], [2, 16], [2, 18], [2, 26], [2, 27], [3, 11], [3, 15], [3, 17], [3, 19], [3, 26], [3, 27], [4, 8], [4, 12], [4, 20], [4, 22], [4, 28], [4, 29], [5, 9], [5, 13], [5, 21], [5, 23], [5, 28], [5, 29], [6, 10], [6, 14], [6, 20], [6, 22], [6, 30], [6, 31], [7, 11], [7, 15], [7, 21], [7, 23], [7, 30], [7, 31], [8, 16], [8, 22], [8, 24], [8, 29], [9, 17], [9, 23], [9, 25], [9, 28], [10, 18], [10, 20], [10, 26], [10, 31], [11, 19], [11, 21], [11, 27], [11, 30], [12, 18], [12, 20], [12, 25], [12, 28], [13, 19], [13, 21], [13, 24], [13, 29], [14, 16], [14, 22], [14, 27], [14, 30], [15, 17], [15, 23], [15, 26], [15, 31], [16, 24], [16, 27], [17, 25], [17, 26], [18, 25], [18, 26], [19, 24], [19, 27], [20, 28], [20, 31], [21, 29], [21, 30], [22, 29], [22, 30], [23, 28], [23, 31]]
output: "test.h5"
observables: []