more molecule stuff (#2166)
* om * maddie told me they should be in "" * adjusted some things --------- Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
25ef831313
commit
d8f8639ee3
52 changed files with 816 additions and 411 deletions
|
|
@ -2,35 +2,35 @@
|
|||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": O,
|
||||
"element": "O",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": Sb,
|
||||
"element": "Sb",
|
||||
"index": 1,
|
||||
"x": 0.866,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": O,
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 1.732,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": Sb,
|
||||
"element": "Sb",
|
||||
"index": 3,
|
||||
"x": 2.598,
|
||||
"y": 0.5
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": O,
|
||||
"element": "O",
|
||||
"index": 4,
|
||||
"x": 3.4641,
|
||||
"y": 0.0
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "double"
|
||||
"bond_type": "double_centered"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
|
|
@ -57,7 +57,7 @@
|
|||
"type": "bond",
|
||||
"a": 3,
|
||||
"b": 4,
|
||||
"bond_type": "double"
|
||||
"bond_type": "double_centered"
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue