-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathring_conformers.json
40 lines (40 loc) · 1.06 KB
/
ring_conformers.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
{
"5": {
"tetrahedral, tetrahedral, tetrahedral, tetrahedral, tetrahedral": {
"common": [
[-37.9, 37.9, -23.6, 0, 23.6],
[37.9, -37.9, 23.6, 0, -23.6],
[37.9, -23.6, 0, 23.6, -37.9],
[-37.9, 23.6, 0, -23.6, 37.9],
[-23.6, 0, 23.6, -37.9, 37.9],
[23.6, 0, -23.6, 37.9, -37.9],
[0, 23.6, -37.9, 37.9, -23.6],
[0, -23.6, 37.9, -37.9, 23.6],
[23.6, -37.9, 37.9, -23.6, 0],
[-23.6, 37.9, -37.9, 23.6, 0]
]
}
},
"6": {
"tetrahedral, tetrahedral, tetrahedral, tetrahedral, tetrahedral, tetrahedral": {
"common": [
[-60, 60, -60, 60, -60, 60],
[60, -60, 60, -60, 60, -60],
],
"uncommon": [
[0, -60, 60, 0, -60, 60],
[0, 60, -60, 0, 60, -60],
[-60, 60, 0, -60, 60, 0],
[60, -60, 0, 60, -60, 0],
[60, 0, -60, 60, 0, -60],
[-60, 0, 60, -60, 0, 60]
]
},
"trigonal planar, trigonal planar, tetrahedral, tetrahedral, trigonal planar, trigonal planar": {
"common": [
[0, -35, 50, -35, 0, 20],
[0, 35, -50, 35, 0, -20]
]
}
}
}