Surely this is the last one (#2186)
* om * maddie told me they should be in "" * adjusted some things * more mol updates * more adjustments * surely I'm done * Update pakku-lock.json * Create moldraw.yaml --------- Co-authored-by: Pyritie <pyritie@gmail.com>
This commit is contained in:
parent
25dc829fdb
commit
f8376dee60
95 changed files with 11719 additions and 7128 deletions
|
|
@ -1,51 +1,44 @@
|
|||
{
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "N⁺",
|
||||
"color": {
|
||||
"color": -13610760,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:nitrogen"
|
||||
},
|
||||
"index": 1,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": {
|
||||
"symbol": "O⁻",
|
||||
"color": {
|
||||
"color": -62195,
|
||||
"optional": true
|
||||
},
|
||||
"material": "gtceu:oxygen"
|
||||
},
|
||||
"index": 2,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"bond_type": "triple"
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"bond_type": "single"
|
||||
}
|
||||
]
|
||||
"contents": [
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 0,
|
||||
"x": 0.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "N",
|
||||
"index": 1,
|
||||
"x": 1.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "atom",
|
||||
"element": "O",
|
||||
"index": 2,
|
||||
"x": 2.0,
|
||||
"y": 0.0
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 0,
|
||||
"b": 1,
|
||||
"lines": [
|
||||
"solid",
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "bond",
|
||||
"a": 1,
|
||||
"b": 2,
|
||||
"lines": [
|
||||
"solid",
|
||||
"dotted"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue