-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmp-32.json
More file actions
83 lines (83 loc) · 1.77 KB
/
mp-32.json
File metadata and controls
83 lines (83 loc) · 1.77 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
{
"@module": "pymatgen.core.structure",
"@class": "Structure",
"charge": 0,
"lattice": {
"matrix": [
[
3.47512448,
0.0,
2.00636466
],
[
1.15837483,
3.2763781,
2.00636466
],
[
0.0,
0.0,
4.01272831
]
],
"pbc": [
true,
true,
true
],
"a": 4.012728410993222,
"b": 4.012727856438068,
"c": 4.01272831,
"alpha": 59.99998793483045,
"beta": 59.99999250641951,
"gamma": 59.999990385095536,
"volume": 45.68820923290832
},
"properties": {},
"sites": [
{
"species": [
{
"element": "Ge",
"occu": 1
}
],
"abc": [
0.875,
0.875,
0.875
],
"properties": {
"magmom": -0.0
},
"label": "Ge",
"xyz": [
4.05431189625,
2.8668308375000002,
7.02227542625
]
},
{
"species": [
{
"element": "Ge",
"occu": 1
}
],
"abc": [
0.125,
0.125,
0.125
],
"properties": {
"magmom": -0.0
},
"label": "Ge",
"xyz": [
0.579187413749999,
0.4095472625,
1.00318220375
]
}
]
}