scene = {
    "name": "StructureMoleculeComponent",
    "contents": [{
        "name": "atoms",
        "contents": [{
            "positions": [[-2.13336842, -1.2940969500000001, -7.74158491],
                          [0.8064071299999997, -1.3064432600000002, -2.8524384100000004],
                          [2.1537217799999997, 1.30644326, 2.0367080899999994],
                          [-0.8064071300000002, 1.30644326, 2.8524384099999995],
                          [2.13336842, 1.2940969500000001, 7.74158491],
                          [-2.15372178, -1.3064432600000002, -2.0367080900000003],
                          [0.7860537699999997, -1.31878957, 2.8524384099999995],
                          [-0.7860537700000001, 1.3187895699999999, -2.8524384100000004]],
            "color": "#ffaaaa",
            "radius": [0.5],
            "type": "spheres",
        }, {
            "positions": [[1.1352943356867837, 0.688667561081374, 4.1197692008924705],
                          [-1.1352941382531998, -0.6886632575514795, -4.119769120104752]],
            "color": "#111111",
            "radius": [0.5],
            "type": "spheres",
        }, {
            "positions": [[1.3132662690651387e-7, 0.000002162567968477802, -0.000004955452009625105]],
            "color": "#00ffdd",
            "radius": [0.5],
            "type": "spheres"
        }],
        "origin": [0, 0, 0]
    }],
    "origin": [2.13336842, 1.2940969500000001, 7.74158491]
}

scene2 = {
    "name": "StructureMoleculeComponent",
    "contents": [{
        "name": "atoms",
        "contents": [{
            "positions": [
                [-0.7860537700000001, 1.3187895699999999, -2.8524384100000004],
                [-3.7860537700000001, -3.3187895699999999, -4.8524384100000004]
            ],
            "color": "#ffaaaa",
            "radius": [0.5],
            "type": "spheres",
        }],
        "origin": [0, 0, 0]
    }],
    "origin": [2.13336842, 1.2940969500000001, 7.74158491]
}

scene3 = {
    "name": "TestScene",
    "contents": [{
        "name": "atoms",
        "contents": [{
            "positions": [
                [-0.7860537700000001, 1.3187895699999999, -2.8524384100000004],
                [-1.7860537700000001, 1.3187895699999999, -2.8524384100000004],
                [-2.7860537700000001, 1.3187895699999999, -2.8524384100000004],
                [-3.7860537700000001, 1.3187895699999999, -2.8524384100000004]
            ],
            "color": "#ffaaaa",
            "radius": [0.5],
            "type": "spheres",
        }],
        "origin": [0, 0, 0]
    }],
    "origin": [2.13336842, 1.2940969500000001, 7.74158491]
}


scene4 = {
    "name": "StructureMoleculeComponent",
    "contents": [{
        "name": "atoms",
        "contents": [{
            "positions": [[-2.13336842, -1.2940969500000001, -7.74158491],
                          [0.8064071299999997, -1.3064432600000002, -2.8524384100000004],
                          [2.1537217799999997, 1.30644326, 2.0367080899999994],
                          [-0.8064071300000002, 1.30644326, 2.8524384099999995],
                          [2.13336842, 1.2940969500000001, 7.74158491],
                          [-2.15372178, -1.3064432600000002, -2.0367080900000003],
                          [0.7860537699999997, -1.31878957, 2.8524384099999995],
                          [-0.7860537700000001, 1.3187895699999999, -2.8524384100000004]],
            "color": "#ffaaaa",
            "radius": [0.5],
            "type": "spheres",
            "clickable": True,
            "tooltip": 'label1',
        }, {
            "positions": [[1.1352943356867837, 0.688667561081374, 4.1197692008924705],
                          [-1.1352941382531998, -0.6886632575514795, -4.119769120104752]],
            "color": "#111111",
            "radius": [0.5],
            "type": "spheres",
            "clickable": True,
            "tooltip": 'label2',
        }, {
            "positions": [[1.3132662690651387e-7, 0.000002162567968477802, -0.000004955452009625105]],
            "color": "#00ffdd",
            "radius": [0.5],
            "type": "spheres",
            "clickable": True,
            "tooltip": 'label3',
        }],
        "origin": [0, 0, 0]
    }],
    "origin": [2.13336842, 1.2940969500000001, 7.74158491]
}
