{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# Making a Rotaxane (easy)\n", "\n", "> ### In this tutorial we will cover:\n", "> - how we can use BuildAMol when we want to combine multiple molecules into one system\n", "> - how we can use BuildAMol's RotatronBuilder to align a circular molecule along a scaffold" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "The primary purpose of BuildAMol is to build individual molecular structures. However, sometimes we want to assemble a system with multiple individual molecules that form a system, for instance when doing molecular dynamics simulations. \n", "\n", "In this tutorial we will be assembling a rotaxane. Rotaxanes are compounds that consist of a scaffold-like structure around which a circular molecule is wrapped. However, there is no covalent bond between the scaffold and ring. \n", "\n", "For this tutorial we shall be building this compound below from a paper by [Tian et al. (2020)](https://www.nature.com/articles/s41467-020-14576-7)\n", "\n", "![](https://media.springernature.com/m685/springer-static/image/art%3A10.1038%2Fs41467-020-14576-7/MediaObjects/41467_2020_14576_Fig1_HTML.png)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "As we can see, the final compound on the right consists of two individual molecules. One circular structure (blue) and the scaffold (green and orange). \n", "\n", "We will first build the components separately and then assemble a system for PDB export from these." ] }, { "cell_type": "code", "execution_count": 5, "metadata": {}, "outputs": [ { "data": { "text/html": [ " \n", " " ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "import plotly\n", "plotly.offline.init_notebook_mode()" ] }, { "cell_type": "code", "execution_count": 4, "metadata": {}, "outputs": [], "source": [ "import buildamol as bam\n", "\n", "bam.load_small_molecules()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Making the ring" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Let's start by making the ring-structure. We can see that the basic unit is an ethanol molecule that is repeated eight times. We could make a linear polymer of ethanol molecules and then circularize it to get the ring structure. However, there is actually a much faster way of getting our desired structure. Namely, we can make a circular alkane ring of the right size and simple change the element of every third carbon to oxygen to achieve the same result, just faster! Why faster? Because BuildAMol has an extention to make cyclic alkanes directly without any need for optimization. Here's how:" ] }, { "cell_type": "code", "execution_count": 6, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/noahhk/anaconda3/envs/glyco2/lib/python3.11/site-packages/plotly/express/_core.py:1985: FutureWarning:\n", "\n", "When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas. Pass `(name,)` instead of `name` to silence this warning.\n", "\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "C1", 1, 1, "ALK", "A" ], [ "C2", 2, 1, "ALK", "A" ], [ "C4", 4, 1, "ALK", "A" ], [ "C5", 5, 1, "ALK", "A" ], [ "C7", 7, 1, "ALK", "A" ], [ "C8", 8, 1, "ALK", "A" ], [ "C10", 10, 1, "ALK", "A" ], [ "C11", 11, 1, "ALK", "A" ], [ "C13", 13, 1, "ALK", "A" ], [ "C14", 14, 1, "ALK", "A" ], [ "C16", 16, 1, "ALK", "A" ], [ "C17", 17, 1, "ALK", "A" ], [ "C19", 19, 1, "ALK", "A" ], [ "C20", 20, 1, "ALK", "A" ], [ "C22", 22, 1, "ALK", "A" ], [ "C23", 23, 1, "ALK", "A" ] ], "hovertemplate": "atom_element=C
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "C", "marker": { "color": "darkslategray", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "C", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 4.8481489189320275, 4.677119541952863, 3.4538565922056494, 2.4175689184155718, 0.02299483653970283, -1.2761022570466063, -3.4111156418748574, -4.208779973925394, -4.864982307590832, -4.693952930611668, -3.442527172743965, -2.4029907762052733, -0.008416694329403174, 1.2906803992569054, 3.425693784085159, 4.223358116135694 ], "y": [ 0.0988289803787998, 1.3979260739651094, 3.5491992636428598, 4.322187096514492, 4.946977899310824, 4.77594852233166, 3.524522764463956, 2.484986367925265, 0.09882898037879868, -1.2002681132075093, -3.33528149803576, -4.132945830086297, -4.75773663288263, -4.586707255903466, -3.335281498035762, -2.2957451014970713 ], "z": [ 0.08397628099068107, 0.9672839929712921, 0.8833077119806114, -2.0816681711721685e-16, -0.08397628099068043, 0.7993314309899305, 0.8833077119806109, -8.326672684688674e-17, 0.0839762809906807, 0.9672839929712916, 1.0512602739619727, 0.16795256198136174, 0.08397628099068173, 0.9672839929712927, 1.0512602739619723, 0.16795256198136133 ] }, { "customdata": [ [ "O2", 3, 1, "ALK", "A" ], [ "O2", 6, 1, "ALK", "A" ], [ "O2", 9, 1, "ALK", "A" ], [ "O2", 12, 1, "ALK", "A" ], [ "O2", 15, 1, "ALK", "A" ], [ "O2", 18, 1, "ALK", "A" ], [ "O2", 21, 1, "ALK", "A" ], [ "O2", 24, 1, "ALK", "A" ] ], "hovertemplate": "atom_element=O
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "O", "marker": { "color": "red", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "O", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 4.175686780417091, 1.3220919301260132, -2.3715792453361644, -4.710212735461168, -4.240191504794502, -1.307513787915715, 2.3861573875464637, 4.6771195419528615 ], "y": [ 2.6084918474829655, 4.775948522331659, 4.322187096514493, 1.274420594407408, -2.2957451014970682, -4.586707255903464, -4.1329458300863005, -1.2002681132075133 ], "z": [ 0.08397628099068101, 0.7993314309899304, -1.249000902703301e-16, 0.8833077119806109, 0.16795256198136177, 0.9672839929712927, 0.16795256198136121, 0.967283992971292 ] }, { "customdata": [ [ "H11", 25, 1, "ALK", "A" ], [ "H12", 26, 1, "ALK", "A" ], [ "H21", 27, 1, "ALK", "A" ], [ "H22", 28, 1, "ALK", "A" ], [ "H41", 29, 1, "ALK", "A" ], [ "H42", 30, 1, "ALK", "A" ], [ "H51", 31, 1, "ALK", "A" ], [ "H52", 32, 1, "ALK", "A" ], [ "H71", 33, 1, "ALK", "A" ], [ "H72", 34, 1, "ALK", "A" ], [ "H81", 35, 1, "ALK", "A" ], [ "H82", 36, 1, "ALK", "A" ], [ "H101", 37, 1, "ALK", "A" ], [ "H102", 38, 1, "ALK", "A" ], [ "H111", 39, 1, "ALK", "A" ], [ "H112", 40, 1, "ALK", "A" ], [ "H131", 41, 1, "ALK", "A" ], [ "H132", 42, 1, "ALK", "A" ], [ "H141", 43, 1, "ALK", "A" ], [ "H142", 44, 1, "ALK", "A" ], [ "H161", 45, 1, "ALK", "A" ], [ "H162", 46, 1, "ALK", "A" ], [ "H171", 47, 1, "ALK", "A" ], [ "H172", 48, 1, "ALK", "A" ], [ "H191", 49, 1, "ALK", "A" ], [ "H192", 50, 1, "ALK", "A" ], [ "H201", 51, 1, "ALK", "A" ], [ "H202", 52, 1, "ALK", "A" ], [ "H221", 53, 1, "ALK", "A" ], [ "H222", 54, 1, "ALK", "A" ], [ "H231", 55, 1, "ALK", "A" ], [ "H232", 56, 1, "ALK", "A" ] ], "hovertemplate": "atom_element=H
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "H", "marker": { "color": "lightgray", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 5.836922845128944, 4.101807239273327, 3.9498295841008355, 5.625822559393981, 4.170453787160872, 2.94354177611776, 2.890610480825232, 2.023052677897423, -0.0016527091275736205, -0.001652709127573898, -1.1067425171117904, -1.555823481361823, -2.900800825786968, -4.127712836830081, -3.550105346604172, -5.052759539777965, -5.853756233787749, -4.118640627932131, -3.96666297275964, -5.642655948052786, -2.8973554632942027, -4.1242674743373176, -2.8760323386149342, -2.0084745356871245, -0.03306423999667896, -0.033064239996679734, 1.522786221742801, 1.0737052574927692, 2.9153789679972713, 4.142290979040381, 5.091985227655542, 3.5893310344817495 ], "y": [ 0.1234765260460778, 0.12347652604607857, 1.2285663340302941, 1.6776472982803268, 4.230939565236211, 3.004027554193098, 5.19081420803434, 3.688160014860547, 5.935751825507741, 4.200636219652123, 4.0486585644796325, 5.724651539772778, 2.9793510550141935, 4.206263066057307, 2.1331609287847124, 3.0007187317125217, 0.07418143471152262, 0.07418143471152251, -1.0309083732726936, -1.4799893375227262, -2.82496668194787, -4.051878692990981, -5.0015729416061445, -3.4989187484323527, -4.011394953223929, -5.746510559079547, -5.548168781812034, -3.872175806518888, -2.7901097885859993, -4.017021799629111, -2.7687866639067327, -1.9012288609789232 ], "z": [ -0.3740833454398897, -0.7100429855871584, 1.7613032595491303, 1.4253436194018632, 1.341367338411182, 1.6773269785584495, -0.45805962643057074, -0.7940192665778385, -0.5420359074212511, -0.877995547568519, 1.5933506975677685, 1.2573910574205018, 1.6773269785584488, 1.3413673384111822, -0.7940192665778377, -0.4580596264305712, -0.37408334543988975, -0.7100429855871578, 1.7613032595491296, 1.425343619401863, 1.8452795405398106, 1.509319900392544, -0.29010706444920814, -0.6260667045964768, -0.7100429855871567, -0.37408334543988914, 1.4253436194018634, 1.76130325954913, 1.8452795405398106, 1.5093199003925435, -0.29010706444920875, -0.6260667045964768 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.677119541952863, 4.8481489189320275 ], "y": [ 1.3979260739651094, 0.0988289803787998 ], "z": [ 0.9672839929712921, 0.08397628099068107 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.175686780417091, 4.677119541952863 ], "y": [ 2.6084918474829655, 1.3979260739651094 ], "z": [ 0.08397628099068101, 0.9672839929712921 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.4538565922056494, 4.175686780417091 ], "y": [ 3.5491992636428598, 2.6084918474829655 ], "z": [ 0.8833077119806114, 0.08397628099068101 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4175689184155718, 3.4538565922056494 ], "y": [ 4.322187096514492, 3.5491992636428598 ], "z": [ -2.0816681711721685e-16, 0.8833077119806114 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.3220919301260132, 2.4175689184155718 ], "y": [ 4.775948522331659, 4.322187096514492 ], "z": [ 0.7993314309899304, -2.0816681711721685e-16 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.02299483653970283, 1.3220919301260132 ], "y": [ 4.946977899310824, 4.775948522331659 ], "z": [ -0.08397628099068043, 0.7993314309899304 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2761022570466063, 0.02299483653970283 ], "y": [ 4.77594852233166, 4.946977899310824 ], "z": [ 0.7993314309899305, -0.08397628099068043 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3715792453361644, -1.2761022570466063 ], "y": [ 4.322187096514493, 4.77594852233166 ], "z": [ -1.249000902703301e-16, 0.7993314309899305 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.4111156418748574, -2.3715792453361644 ], "y": [ 3.524522764463956, 4.322187096514493 ], "z": [ 0.8833077119806109, -1.249000902703301e-16 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.208779973925394, -3.4111156418748574 ], "y": [ 2.484986367925265, 3.524522764463956 ], "z": [ -8.326672684688674e-17, 0.8833077119806109 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.710212735461168, -4.208779973925394 ], "y": [ 1.274420594407408, 2.484986367925265 ], "z": [ 0.8833077119806109, -8.326672684688674e-17 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.864982307590832, -4.710212735461168 ], "y": [ 0.09882898037879868, 1.274420594407408 ], "z": [ 0.0839762809906807, 0.8833077119806109 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.693952930611668, -4.864982307590832 ], "y": [ -1.2002681132075093, 0.09882898037879868 ], "z": [ 0.9672839929712916, 0.0839762809906807 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.240191504794502, -4.693952930611668 ], "y": [ -2.2957451014970682, -1.2002681132075093 ], "z": [ 0.16795256198136177, 0.9672839929712916 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.442527172743965, -4.240191504794502 ], "y": [ -3.33528149803576, -2.2957451014970682 ], "z": [ 1.0512602739619727, 0.16795256198136177 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4029907762052733, -3.442527172743965 ], "y": [ -4.132945830086297, -3.33528149803576 ], "z": [ 0.16795256198136174, 1.0512602739619727 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.307513787915715, -2.4029907762052733 ], "y": [ -4.586707255903464, -4.132945830086297 ], "z": [ 0.9672839929712927, 0.16795256198136174 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.008416694329403174, -1.307513787915715 ], "y": [ -4.75773663288263, -4.586707255903464 ], "z": [ 0.08397628099068173, 0.9672839929712927 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2906803992569054, -0.008416694329403174 ], "y": [ -4.586707255903466, -4.75773663288263 ], "z": [ 0.9672839929712927, 0.08397628099068173 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.3861573875464637, 1.2906803992569054 ], "y": [ -4.1329458300863005, -4.586707255903466 ], "z": [ 0.16795256198136121, 0.9672839929712927 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.425693784085159, 2.3861573875464637 ], "y": [ -3.335281498035762, -4.1329458300863005 ], "z": [ 1.0512602739619723, 0.16795256198136121 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.223358116135694, 3.425693784085159 ], "y": [ -2.2957451014970713, -3.335281498035762 ], "z": [ 0.16795256198136133, 1.0512602739619723 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.6771195419528615, 4.223358116135694 ], "y": [ -1.2002681132075133, -2.2957451014970713 ], "z": [ 0.967283992971292, 0.16795256198136133 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.8481489189320275, 4.6771195419528615 ], "y": [ 0.0988289803787998, -1.2002681132075133 ], "z": [ 0.08397628099068107, 0.967283992971292 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.8481489189320275, 5.836922845128944 ], "y": [ 0.0988289803787998, 0.1234765260460778 ], "z": [ 0.08397628099068107, -0.3740833454398897 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.8481489189320275, 4.101807239273327 ], "y": [ 0.0988289803787998, 0.12347652604607857 ], "z": [ 0.08397628099068107, -0.7100429855871584 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.677119541952863, 3.9498295841008355 ], "y": [ 1.3979260739651094, 1.2285663340302941 ], "z": [ 0.9672839929712921, 1.7613032595491303 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.677119541952863, 5.625822559393981 ], "y": [ 1.3979260739651094, 1.6776472982803268 ], "z": [ 0.9672839929712921, 1.4253436194018632 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.4538565922056494, 4.170453787160872 ], "y": [ 3.5491992636428598, 4.230939565236211 ], "z": [ 0.8833077119806114, 1.341367338411182 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.4538565922056494, 2.94354177611776 ], "y": [ 3.5491992636428598, 3.004027554193098 ], "z": [ 0.8833077119806114, 1.6773269785584495 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4175689184155718, 2.890610480825232 ], "y": [ 4.322187096514492, 5.19081420803434 ], "z": [ -2.0816681711721685e-16, -0.45805962643057074 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4175689184155718, 2.023052677897423 ], "y": [ 4.322187096514492, 3.688160014860547 ], "z": [ -2.0816681711721685e-16, -0.7940192665778385 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.02299483653970283, -0.0016527091275736205 ], "y": [ 4.946977899310824, 5.935751825507741 ], "z": [ -0.08397628099068043, -0.5420359074212511 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.02299483653970283, -0.001652709127573898 ], "y": [ 4.946977899310824, 4.200636219652123 ], "z": [ -0.08397628099068043, -0.877995547568519 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2761022570466063, -1.1067425171117904 ], "y": [ 4.77594852233166, 4.0486585644796325 ], "z": [ 0.7993314309899305, 1.5933506975677685 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.2761022570466063, -1.555823481361823 ], "y": [ 4.77594852233166, 5.724651539772778 ], "z": [ 0.7993314309899305, 1.2573910574205018 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.4111156418748574, -2.900800825786968 ], "y": [ 3.524522764463956, 2.9793510550141935 ], "z": [ 0.8833077119806109, 1.6773269785584488 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.4111156418748574, -4.127712836830081 ], "y": [ 3.524522764463956, 4.206263066057307 ], "z": [ 0.8833077119806109, 1.3413673384111822 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.208779973925394, -3.550105346604172 ], "y": [ 2.484986367925265, 2.1331609287847124 ], "z": [ -8.326672684688674e-17, -0.7940192665778377 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.208779973925394, -5.052759539777965 ], "y": [ 2.484986367925265, 3.0007187317125217 ], "z": [ -8.326672684688674e-17, -0.4580596264305712 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.864982307590832, -5.853756233787749 ], "y": [ 0.09882898037879868, 0.07418143471152262 ], "z": [ 0.0839762809906807, -0.37408334543988975 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.864982307590832, -4.118640627932131 ], "y": [ 0.09882898037879868, 0.07418143471152251 ], "z": [ 0.0839762809906807, -0.7100429855871578 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.693952930611668, -3.96666297275964 ], "y": [ -1.2002681132075093, -1.0309083732726936 ], "z": [ 0.9672839929712916, 1.7613032595491296 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -4.693952930611668, -5.642655948052786 ], "y": [ -1.2002681132075093, -1.4799893375227262 ], "z": [ 0.9672839929712916, 1.425343619401863 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.442527172743965, -2.8973554632942027 ], "y": [ -3.33528149803576, -2.82496668194787 ], "z": [ 1.0512602739619727, 1.8452795405398106 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.442527172743965, -4.1242674743373176 ], "y": [ -3.33528149803576, -4.051878692990981 ], "z": [ 1.0512602739619727, 1.509319900392544 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4029907762052733, -2.8760323386149342 ], "y": [ -4.132945830086297, -5.0015729416061445 ], "z": [ 0.16795256198136174, -0.29010706444920814 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.4029907762052733, -2.0084745356871245 ], "y": [ -4.132945830086297, -3.4989187484323527 ], "z": [ 0.16795256198136174, -0.6260667045964768 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.008416694329403174, -0.03306423999667896 ], "y": [ -4.75773663288263, -4.011394953223929 ], "z": [ 0.08397628099068173, -0.7100429855871567 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.008416694329403174, -0.033064239996679734 ], "y": [ -4.75773663288263, -5.746510559079547 ], "z": [ 0.08397628099068173, -0.37408334543988914 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2906803992569054, 1.522786221742801 ], "y": [ -4.586707255903466, -5.548168781812034 ], "z": [ 0.9672839929712927, 1.4253436194018634 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2906803992569054, 1.0737052574927692 ], "y": [ -4.586707255903466, -3.872175806518888 ], "z": [ 0.9672839929712927, 1.76130325954913 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.425693784085159, 2.9153789679972713 ], "y": [ -3.335281498035762, -2.7901097885859993 ], "z": [ 1.0512602739619723, 1.8452795405398106 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.425693784085159, 4.142290979040381 ], "y": [ -3.335281498035762, -4.017021799629111 ], "z": [ 1.0512602739619723, 1.5093199003925435 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.223358116135694, 5.091985227655542 ], "y": [ -2.2957451014970713, -2.7687866639067327 ], "z": [ 0.16795256198136133, -0.29010706444920875 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.223358116135694, 3.5893310344817495 ], "y": [ -2.2957451014970713, -1.9012288609789232 ], "z": [ 0.16795256198136133, -0.6260667045964768 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# import the polymers module from the buildamol extensions\n", "from buildamol.extensions import polymers\n", "\n", "# define the number of carbons we want in our cyclic alkane.\n", "N = 24\n", "ring = polymers.cyclic_alkane(N)\n", "\n", "# now change every third to an oxygen\n", "i = 3\n", "while i <= N:\n", " ring.change_element(f\"C{i}\", \"O\")\n", " i += 3\n", "\n", "# and inspect the ring \n", "# (don't worry about the distorted view, \n", "# that's Plotly's fault which is due to automatic \n", "# scaling of all three spacial axes to fit into a cube)\n", "ring.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Making the scaffold" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Now that we have the ring we can start making the scaffold." ] }, { "cell_type": "code", "execution_count": 7, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/noahhk/anaconda3/envs/glyco2/lib/python3.11/site-packages/plotly/express/_core.py:1985: FutureWarning:\n", "\n", "When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas. Pass `(name,)` instead of `name` to silence this warning.\n", "\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "C1", 1, 1, "BNZ", "A" ], [ "C2", 2, 1, "BNZ", "A" ], [ "C3", 3, 1, "BNZ", "A" ], [ "C4", 4, 1, "BNZ", "A" ], [ "C5", 5, 1, "BNZ", "A" ], [ "C6", 6, 1, "BNZ", "A" ], [ "C1", 11, 2, "CFT", "A" ], [ "C1", 15, 3, "CFT", "A" ] ], "hovertemplate": "atom_element=C
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "C", "marker": { "color": "darkslategray", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "C", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 0.675, -0.707, -1.382, -0.675, 0.707, 1.382, -2.466947208460238, 1.2627111541825777 ], "y": [ -1.206, -1.188, 0.019, 1.206, 1.188, -0.019, 0.03406871122861442, 2.119544737662296 ], "z": [ 0, 0, 0, 0, 0.001, -0.001, -0.0010045807485742943, -0.0000049026296249144764 ] }, { "customdata": [ [ "H1", 7, 1, "BNZ", "A" ], [ "H2", 8, 1, "BNZ", "A" ], [ "H4", 9, 1, "BNZ", "A" ], [ "H6", 10, 1, "BNZ", "A" ] ], "hovertemplate": "atom_element=H
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "H", "marker": { "color": "lightgray", "opacity": 1, "size": [ 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 1.202, -1.26, -1.202, 2.462 ], "y": [ -2.149, -2.115, 2.149, -0.034 ], "z": [ 0.004, 0, -0.001, -0.001 ] }, { "customdata": [ [ "F11", 12, 2, "CFT", "A" ], [ "F12", 13, 2, "CFT", "A" ], [ "F13", 14, 2, "CFT", "A" ], [ "F11", 16, 3, "CFT", "A" ], [ "F12", 17, 3, "CFT", "A" ], [ "F13", 18, 3, "CFT", "A" ] ], "hovertemplate": "atom_element=F
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "F", "marker": { "color": "green", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "F", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ -2.9436747448310987, -2.9403951503332784, -2.9146380327671104, 0.8516777719773345, 2.6295990481467855, 1.022301051962696 ], "y": [ -0.8027383738282244, -0.4165013087519008, 1.3406712927761446, 2.908530070260842, 1.8468739557615175, 2.8042895389814926 ], "z": [ -1.0161266219162584, 1.2354672965826252, -0.22463065195844567, 1.0800606989230215, 0.11530827975518668, -1.1962379651291357 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, -0.707 ], "y": [ -1.206, -1.188 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.382 ], "y": [ -1.206, -0.019 ], "z": [ 0, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.675, 1.202 ], "y": [ -1.206, -2.149 ], "z": [ 0, 0.004 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.382 ], "y": [ -1.188, 0.019 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.707, -1.26 ], "y": [ -1.188, -2.115 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -0.675 ], "y": [ 0.019, 1.206 ], "z": [ 0, 0 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, 0.707 ], "y": [ 1.206, 1.188 ], "z": [ 0, 0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.675, -1.202 ], "y": [ 1.206, 2.149 ], "z": [ 0, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.382 ], "y": [ 1.188, -0.019 ], "z": [ 0.001, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.382, 2.462 ], "y": [ -0.019, -0.034 ], "z": [ -0.001, -0.001 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.466947208460238, -2.9436747448310987 ], "y": [ 0.03406871122861442, -0.8027383738282244 ], "z": [ -0.0010045807485742943, -1.0161266219162584 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.466947208460238, -2.9403951503332784 ], "y": [ 0.03406871122861442, -0.4165013087519008 ], "z": [ -0.0010045807485742943, 1.2354672965826252 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.466947208460238, -2.9146380327671104 ], "y": [ 0.03406871122861442, 1.3406712927761446 ], "z": [ -0.0010045807485742943, -0.22463065195844567 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.382, -2.466947208460238 ], "y": [ 0.019, 0.03406871122861442 ], "z": [ 0, -0.0010045807485742943 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2627111541825777, 0.8516777719773345 ], "y": [ 2.119544737662296, 2.908530070260842 ], "z": [ -0.0000049026296249144764, 1.0800606989230215 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2627111541825777, 2.6295990481467855 ], "y": [ 2.119544737662296, 1.8468739557615175 ], "z": [ -0.0000049026296249144764, 0.11530827975518668 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2627111541825777, 1.022301051962696 ], "y": [ 2.119544737662296, 2.8042895389814926 ], "z": [ -0.0000049026296249144764, -1.1962379651291357 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.707, 1.2627111541825777 ], "y": [ 1.188, 2.119544737662296 ], "z": [ 0.001, -0.0000049026296249144764 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# let's again get some compounds to use\n", "neck = bam.read_smiles(\"CNC(=O)CC\").autolabel()\n", "neck.rename_residue(1, \"NCK\") # rename the residue to \"NCK\", which will be handy later\n", "benzene = bam.get_compound(\"benzene\")\n", "cf3_group = bam.molecule(\"trifluoromethane\").autolabel()\n", "\n", "# make the chloro benzenes of the green scaffold-part\n", "chloro_benzene = benzene.copy()\n", "chloro_benzene.change_element(\"H1\", \"Cl\")\n", "\n", "# and make the methyl-fluoro benzenes of the orange scaffold-part\n", "link = bam.linkage(\"C3\", \"C1\")\n", "fluoro_benzene = benzene % link + cf3_group\n", "link.atom1 = \"C5\"\n", "fluoro_benzene = fluoro_benzene % link + cf3_group\n", "\n", "fluoro_benzene.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Now with the components ready we can assemble the full scaffold..." ] }, { "cell_type": "code", "execution_count": 8, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/noahhk/anaconda3/envs/glyco2/lib/python3.11/site-packages/plotly/express/_core.py:1985: FutureWarning:\n", "\n", "When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas. Pass `(name,)` instead of `name` to silence this warning.\n", "\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "C1", 1, 1, "BNZ", "A" ], [ "C2", 2, 1, "BNZ", "A" ], [ "C3", 3, 1, "BNZ", "A" ], [ "C4", 4, 1, "BNZ", "A" ], [ "C5", 5, 1, "BNZ", "A" ], [ "C6", 6, 1, "BNZ", "A" ], [ "C1", 10, 2, "CFT", "A" ], [ "C1", 14, 3, "CFT", "A" ], [ "C4", 18, 4, "NCK", "A" ], [ "C1", 20, 4, "NCK", "A" ], [ "C2", 22, 4, "NCK", "A" ], [ "C3", 23, 4, "NCK", "A" ], [ "C1", 29, 5, "BNZ", "A" ], [ "C2", 30, 5, "BNZ", "A" ], [ "C3", 31, 5, "BNZ", "A" ], [ "C4", 32, 5, "BNZ", "A" ], [ "C5", 33, 5, "BNZ", "A" ], [ "C6", 34, 5, "BNZ", "A" ], [ "C1", 40, 6, "BNZ", "A" ], [ "C2", 41, 6, "BNZ", "A" ], [ "C3", 42, 6, "BNZ", "A" ], [ "C4", 43, 6, "BNZ", "A" ], [ "C5", 44, 6, "BNZ", "A" ], [ "C6", 45, 6, "BNZ", "A" ], [ "C1", 51, 7, "BNZ", "A" ], [ "C2", 52, 7, "BNZ", "A" ], [ "C3", 53, 7, "BNZ", "A" ], [ "C4", 54, 7, "BNZ", "A" ], [ "C5", 55, 7, "BNZ", "A" ], [ "C6", 56, 7, "BNZ", "A" ] ], "hovertemplate": "atom_element=C
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "C", "marker": { "color": "darkslategray", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "C", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 1.6332538879907106, 0.37829232368134413, 0.21829912362869064, 1.3125114284848074, 2.567626369503616, 2.7273128161373847, -0.7667154142490515, 3.4269881423804596, 1.7602497572172675, 1.1803195602826257, 1.0726985536129874, 2.4276457654357646, 2.102148072547485, 1.1717289241316549, 1.2887583413370538, 2.3352530376022513, 3.2662297494726316, 3.148085205358131, 5.019873295516876, 3.756325250599891, 2.8275500510838607, 3.1628430561001277, 4.426070763723712, 5.355486637826544, 3.66443723526796, 2.427981001609467, 1.985205998862459, 2.778618264647619, 4.015496770571787, 4.4574272287874415 ], "y": [ -4.617522714422368, -4.103514596275884, -3.1500221850378813, -2.71171037453926, -3.224994883502136, -4.1799345131073515, -2.74667429819982, -2.8820548745813444, -5.369583552617982, -5.482036539685893, -4.807809301164264, -4.779345645978731, -6.34943642820793, -5.422645185007569, -4.8599081529414585, -5.224146090489668, -6.150200150723332, -6.714411548722838, -6.802907215589515, -7.319841264124124, -6.5944535229400865, -5.353763953469568, -4.836398642092762, -5.562648908961197, -1.1432263397332285, -1.3961745073302043, -2.6990489413989818, -3.747006720845104, -3.494106437253715, -2.191136235173762 ], "z": [ -1.720013764916426, -1.9866879604916627, -2.975489456065193, -3.696183696835081, -3.4288365485613577, -2.4413809583848005, -3.1861915271015366, -3.9949469517319045, -0.934260732371569, 1.5218948789483528, 2.8553014988462433, 3.553713948823809, 7.064305024594319, 6.6334614337306625, 5.375643820461557, 4.550418047997174, 4.981643324946195, 6.238697566044574, 1.5333191906546846, 1.7488963871576635, 2.4725421939608814, 2.979578674891219, 2.7631580352192024, 2.041199114754059, 3.93720397610683, 3.373784765610429, 3.2361529887841813, 3.661710821516717, 4.224224828579823, 4.363667012272661 ] }, { "customdata": [ [ "H2", 7, 1, "BNZ", "A" ], [ "H4", 8, 1, "BNZ", "A" ], [ "H6", 9, 1, "BNZ", "A" ], [ "H42", 24, 4, "NCK", "A" ], [ "H43", 25, 4, "NCK", "A" ], [ "HN4", 26, 4, "NCK", "A" ], [ "H21", 27, 4, "NCK", "A" ], [ "H22", 28, 4, "NCK", "A" ], [ "H2", 36, 5, "BNZ", "A" ], [ "H3", 37, 5, "BNZ", "A" ], [ "H5", 38, 5, "BNZ", "A" ], [ "H6", 39, 5, "BNZ", "A" ], [ "H2", 47, 6, "BNZ", "A" ], [ "H3", 48, 6, "BNZ", "A" ], [ "H5", 49, 6, "BNZ", "A" ], [ "H6", 50, 6, "BNZ", "A" ], [ "H2", 58, 7, "BNZ", "A" ], [ "H3", 59, 7, "BNZ", "A" ], [ "H5", 60, 7, "BNZ", "A" ], [ "H6", 61, 7, "BNZ", "A" ] ], "hovertemplate": "atom_element=H
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "H", "marker": { "color": "lightgray", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ -0.4770302480749904, 1.1876890214369675, 3.7076824479324157, 2.7640801198796816, 0.9860581111228759, 1.8587744982315806, 0.3407885384586311, 0.7049807805561847, 0.35387299797363203, 0.5615456153973679, 4.083528112176103, 3.8747403678432653, 3.4936904085384777, 1.8401949965811553, 4.689025943078526, 6.343162029622651, 1.8075856100965382, 1.0186482346686412, 4.63546988981904, 5.4235627207155845 ], "y": [ -4.445505109148256, -1.9676249438300082, -4.58216679883139, -5.836537935077127, -6.154418842045794, -3.7311142745780073, -5.348000868352046, -3.768248764332755, -5.137613411794423, -4.136294361817422, -6.435969106903176, -7.4387625228135725, -8.289101896896975, -6.998094619615378, -3.867569272162111, -5.159439075128104, -0.5779075269008073, -2.8975927326005553, -4.312325533677525, -1.9925445599666003 ], "z": [ -1.4240123991337668, -4.469317086687706, -2.2323126122027617, -1.0249417324332284, -1.0601600631670993, 0.47680144372733535, 3.4934220035903447, 2.7191305941837243, 7.277671471146391, 5.037752221681015, 4.337051601445104, 6.576207478739753, 1.3530494906280213, 2.6423357787122654, 3.1598483749178814, 1.8722489731717116, 3.0410886476161294, 2.7968666909646913, 4.5578261500074175, 4.803858513525446 ] }, { "customdata": [ [ "F11", 11, 2, "CFT", "A" ], [ "F12", 12, 2, "CFT", "A" ], [ "F13", 13, 2, "CFT", "A" ], [ "F11", 15, 3, "CFT", "A" ], [ "F12", 16, 3, "CFT", "A" ], [ "F13", 17, 3, "CFT", "A" ] ], "hovertemplate": "atom_element=F
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "F", "marker": { "color": "green", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "F", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ -1.6740016990043731, -1.179656280819208, -0.7158216175208678, 3.515631431777316, 4.589565589910421, 3.282873283017897 ], "y": [ -3.798127312974378, -1.9436198981070474, -1.979416229355634, -1.4882362709430756, -3.4564145787169, -3.258654211335885 ], "z": [ -3.3572650645536464, -2.118196924489742, -4.3551102057306705, -3.9089233073265923, -3.470968317854495, -5.334741654985709 ] }, { "customdata": [ [ "N4", 19, 4, "NCK", "A" ] ], "hovertemplate": "atom_element=N
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "N", "marker": { "color": "blue", "opacity": 1, "size": [ 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "N", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 1.6234051972888601 ], "y": [ -4.74430531074907 ], "z": [ 0.37550329750839495 ] }, { "customdata": [ [ "O1", 21, 4, "NCK", "A" ] ], "hovertemplate": "atom_element=O
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "O", "marker": { "color": "red", "opacity": 1, "size": [ 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "O", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 0.915596386185022 ], "y": [ -6.7113896574686835 ], "z": [ 1.4238007492474276 ] }, { "customdata": [ [ "CL1", 35, 5, "BNZ", "A" ], [ "CL1", 46, 6, "BNZ", "A" ], [ "CL1", 57, 7, "BNZ", "A" ] ], "hovertemplate": "atom_element=Cl
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "Cl", "marker": { "color": "green", "opacity": 1, "size": [ 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "Cl", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 1.955590962596066, 6.206158424558848, 4.233469797492181 ], "y": [ -7.064567624483844, -7.728876177688585, 0.5241666584367447 ], "z": [ 8.67675917452717, 0.6015418171136395, 4.107211425303295 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6332538879907106, 0.37829232368134413 ], "y": [ -4.617522714422368, -4.103514596275884 ], "z": [ -1.720013764916426, -1.9866879604916627 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6332538879907106, 2.7273128161373847 ], "y": [ -4.617522714422368, -4.1799345131073515 ], "z": [ -1.720013764916426, -2.4413809583848005 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.37829232368134413, 0.21829912362869064 ], "y": [ -4.103514596275884, -3.1500221850378813 ], "z": [ -1.9866879604916627, -2.975489456065193 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.37829232368134413, -0.4770302480749904 ], "y": [ -4.103514596275884, -4.445505109148256 ], "z": [ -1.9866879604916627, -1.4240123991337668 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.21829912362869064, 1.3125114284848074 ], "y": [ -3.1500221850378813, -2.71171037453926 ], "z": [ -2.975489456065193, -3.696183696835081 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.3125114284848074, 2.567626369503616 ], "y": [ -2.71171037453926, -3.224994883502136 ], "z": [ -3.696183696835081, -3.4288365485613577 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.3125114284848074, 1.1876890214369675 ], "y": [ -2.71171037453926, -1.9676249438300082 ], "z": [ -3.696183696835081, -4.469317086687706 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.567626369503616, 2.7273128161373847 ], "y": [ -3.224994883502136, -4.1799345131073515 ], "z": [ -3.4288365485613577, -2.4413809583848005 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.7273128161373847, 3.7076824479324157 ], "y": [ -4.1799345131073515, -4.58216679883139 ], "z": [ -2.4413809583848005, -2.2323126122027617 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -1.6740016990043731 ], "y": [ -2.74667429819982, -3.798127312974378 ], "z": [ -3.1861915271015366, -3.3572650645536464 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -1.179656280819208 ], "y": [ -2.74667429819982, -1.9436198981070474 ], "z": [ -3.1861915271015366, -2.118196924489742 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -0.7158216175208678 ], "y": [ -2.74667429819982, -1.979416229355634 ], "z": [ -3.1861915271015366, -4.3551102057306705 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.21829912362869064, -0.7667154142490515 ], "y": [ -3.1500221850378813, -2.74667429819982 ], "z": [ -2.975489456065193, -3.1861915271015366 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.4269881423804596, 3.515631431777316 ], "y": [ -2.8820548745813444, -1.4882362709430756 ], "z": [ -3.9949469517319045, -3.9089233073265923 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.4269881423804596, 4.589565589910421 ], "y": [ -2.8820548745813444, -3.4564145787169 ], "z": [ -3.9949469517319045, -3.470968317854495 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.4269881423804596, 3.282873283017897 ], "y": [ -2.8820548745813444, -3.258654211335885 ], "z": [ -3.9949469517319045, -5.334741654985709 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.567626369503616, 3.4269881423804596 ], "y": [ -3.224994883502136, -2.8820548745813444 ], "z": [ -3.4288365485613577, -3.9949469517319045 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7602497572172675, 1.6234051972888601 ], "y": [ -5.369583552617982, -4.74430531074907 ], "z": [ -0.934260732371569, 0.37550329750839495 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7602497572172675, 2.7640801198796816 ], "y": [ -5.369583552617982, -5.836537935077127 ], "z": [ -0.934260732371569, -1.0249417324332284 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7602497572172675, 0.9860581111228759 ], "y": [ -5.369583552617982, -6.154418842045794 ], "z": [ -0.934260732371569, -1.0601600631670993 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6234051972888601, 1.1803195602826257 ], "y": [ -4.74430531074907, -5.482036539685893 ], "z": [ 0.37550329750839495, 1.5218948789483528 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6234051972888601, 1.8587744982315806 ], "y": [ -4.74430531074907, -3.7311142745780073 ], "z": [ 0.37550329750839495, 0.47680144372733535 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1803195602826257, 0.915596386185022 ], "y": [ -5.482036539685893, -6.7113896574686835 ], "z": [ 1.5218948789483528, 1.4238007492474276 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1803195602826257, 1.0726985536129874 ], "y": [ -5.482036539685893, -4.807809301164264 ], "z": [ 1.5218948789483528, 2.8553014988462433 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.0726985536129874, 2.4276457654357646 ], "y": [ -4.807809301164264, -4.779345645978731 ], "z": [ 2.8553014988462433, 3.553713948823809 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.0726985536129874, 0.3407885384586311 ], "y": [ -4.807809301164264, -5.348000868352046 ], "z": [ 2.8553014988462433, 3.4934220035903447 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.0726985536129874, 0.7049807805561847 ], "y": [ -4.807809301164264, -3.768248764332755 ], "z": [ 2.8553014988462433, 2.7191305941837243 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6332538879907106, 1.7602497572172675 ], "y": [ -4.617522714422368, -5.369583552617982 ], "z": [ -1.720013764916426, -0.934260732371569 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.102148072547485, 1.1717289241316549 ], "y": [ -6.34943642820793, -5.422645185007569 ], "z": [ 7.064305024594319, 6.6334614337306625 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.102148072547485, 3.148085205358131 ], "y": [ -6.34943642820793, -6.714411548722838 ], "z": [ 7.064305024594319, 6.238697566044574 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.102148072547485, 1.955590962596066 ], "y": [ -6.34943642820793, -7.064567624483844 ], "z": [ 7.064305024594319, 8.67675917452717 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1717289241316549, 1.2887583413370538 ], "y": [ -5.422645185007569, -4.8599081529414585 ], "z": [ 6.6334614337306625, 5.375643820461557 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1717289241316549, 0.35387299797363203 ], "y": [ -5.422645185007569, -5.137613411794423 ], "z": [ 6.6334614337306625, 7.277671471146391 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2887583413370538, 2.3352530376022513 ], "y": [ -4.8599081529414585, -5.224146090489668 ], "z": [ 5.375643820461557, 4.550418047997174 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2887583413370538, 0.5615456153973679 ], "y": [ -4.8599081529414585, -4.136294361817422 ], "z": [ 5.375643820461557, 5.037752221681015 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.3352530376022513, 3.2662297494726316 ], "y": [ -5.224146090489668, -6.150200150723332 ], "z": [ 4.550418047997174, 4.981643324946195 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2662297494726316, 3.148085205358131 ], "y": [ -6.150200150723332, -6.714411548722838 ], "z": [ 4.981643324946195, 6.238697566044574 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2662297494726316, 4.083528112176103 ], "y": [ -6.150200150723332, -6.435969106903176 ], "z": [ 4.981643324946195, 4.337051601445104 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.148085205358131, 3.8747403678432653 ], "y": [ -6.714411548722838, -7.4387625228135725 ], "z": [ 6.238697566044574, 6.576207478739753 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4276457654357646, 2.3352530376022513 ], "y": [ -4.779345645978731, -5.224146090489668 ], "z": [ 3.553713948823809, 4.550418047997174 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.019873295516876, 3.756325250599891 ], "y": [ -6.802907215589515, -7.319841264124124 ], "z": [ 1.5333191906546846, 1.7488963871576635 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.019873295516876, 5.355486637826544 ], "y": [ -6.802907215589515, -5.562648908961197 ], "z": [ 1.5333191906546846, 2.041199114754059 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.019873295516876, 6.206158424558848 ], "y": [ -6.802907215589515, -7.728876177688585 ], "z": [ 1.5333191906546846, 0.6015418171136395 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.756325250599891, 2.8275500510838607 ], "y": [ -7.319841264124124, -6.5944535229400865 ], "z": [ 1.7488963871576635, 2.4725421939608814 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.756325250599891, 3.4936904085384777 ], "y": [ -7.319841264124124, -8.289101896896975 ], "z": [ 1.7488963871576635, 1.3530494906280213 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.8275500510838607, 3.1628430561001277 ], "y": [ -6.5944535229400865, -5.353763953469568 ], "z": [ 2.4725421939608814, 2.979578674891219 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.8275500510838607, 1.8401949965811553 ], "y": [ -6.5944535229400865, -6.998094619615378 ], "z": [ 2.4725421939608814, 2.6423357787122654 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1628430561001277, 4.426070763723712 ], "y": [ -5.353763953469568, -4.836398642092762 ], "z": [ 2.979578674891219, 2.7631580352192024 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.426070763723712, 5.355486637826544 ], "y": [ -4.836398642092762, -5.562648908961197 ], "z": [ 2.7631580352192024, 2.041199114754059 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.426070763723712, 4.689025943078526 ], "y": [ -4.836398642092762, -3.867569272162111 ], "z": [ 2.7631580352192024, 3.1598483749178814 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.355486637826544, 6.343162029622651 ], "y": [ -5.562648908961197, -5.159439075128104 ], "z": [ 2.041199114754059, 1.8722489731717116 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4276457654357646, 3.1628430561001277 ], "y": [ -4.779345645978731, -5.353763953469568 ], "z": [ 3.553713948823809, 2.979578674891219 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.66443723526796, 2.427981001609467 ], "y": [ -1.1432263397332285, -1.3961745073302043 ], "z": [ 3.93720397610683, 3.373784765610429 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.66443723526796, 4.4574272287874415 ], "y": [ -1.1432263397332285, -2.191136235173762 ], "z": [ 3.93720397610683, 4.363667012272661 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.66443723526796, 4.233469797492181 ], "y": [ -1.1432263397332285, 0.5241666584367447 ], "z": [ 3.93720397610683, 4.107211425303295 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.427981001609467, 1.985205998862459 ], "y": [ -1.3961745073302043, -2.6990489413989818 ], "z": [ 3.373784765610429, 3.2361529887841813 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.427981001609467, 1.8075856100965382 ], "y": [ -1.3961745073302043, -0.5779075269008073 ], "z": [ 3.373784765610429, 3.0410886476161294 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.985205998862459, 2.778618264647619 ], "y": [ -2.6990489413989818, -3.747006720845104 ], "z": [ 3.2361529887841813, 3.661710821516717 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.985205998862459, 1.0186482346686412 ], "y": [ -2.6990489413989818, -2.8975927326005553 ], "z": [ 3.2361529887841813, 2.7968666909646913 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.778618264647619, 4.015496770571787 ], "y": [ -3.747006720845104, -3.494106437253715 ], "z": [ 3.661710821516717, 4.224224828579823 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.015496770571787, 4.4574272287874415 ], "y": [ -3.494106437253715, -2.191136235173762 ], "z": [ 4.224224828579823, 4.363667012272661 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.015496770571787, 4.63546988981904 ], "y": [ -3.494106437253715, -4.312325533677525 ], "z": [ 4.224224828579823, 4.5578261500074175 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.4574272287874415, 5.4235627207155845 ], "y": [ -2.191136235173762, -1.9925445599666003 ], "z": [ 4.363667012272661, 4.803858513525446 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.4276457654357646, 2.778618264647619 ], "y": [ -4.779345645978731, -3.747006720845104 ], "z": [ 3.553713948823809, 3.661710821516717 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# attach the fluoro benzene to the neck\n", "link = bam.linkage(\"C1\", \"C4\")\n", "scaffold = fluoro_benzene @ 1 % link + neck\n", "\n", "# and now attach the chloro benzenes to the scaffold\n", "link = bam.linkage(\"C3\", \"C4\")\n", "scaffold @ -1 % link # fix the (current) last residue as the target and set the linkage to always use\n", "for i in range(3):\n", " scaffold += chloro_benzene\n", "\n", "scaffold.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "And there we have the scaffold molecule. Let's also quickly optimize the structure..." ] }, { "cell_type": "code", "execution_count": 9, "metadata": {}, "outputs": [ { "name": "stderr", "output_type": "stream", "text": [ "/Users/noahhk/anaconda3/envs/glyco2/lib/python3.11/site-packages/plotly/express/_core.py:1985: FutureWarning:\n", "\n", "When grouping with a length-1 list-like, you will need to pass a length-1 tuple to get_group in a future version of pandas. Pass `(name,)` instead of `name` to silence this warning.\n", "\n" ] }, { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "customdata": [ [ "C1", 1, 1, "BNZ", "A" ], [ "C2", 2, 1, "BNZ", "A" ], [ "C3", 3, 1, "BNZ", "A" ], [ "C4", 4, 1, "BNZ", "A" ], [ "C5", 5, 1, "BNZ", "A" ], [ "C6", 6, 1, "BNZ", "A" ], [ "C1", 10, 2, "CFT", "A" ], [ "C1", 14, 3, "CFT", "A" ], [ "C4", 18, 4, "NCK", "A" ], [ "C1", 20, 4, "NCK", "A" ], [ "C2", 22, 4, "NCK", "A" ], [ "C3", 23, 4, "NCK", "A" ], [ "C1", 29, 5, "BNZ", "A" ], [ "C2", 30, 5, "BNZ", "A" ], [ "C3", 31, 5, "BNZ", "A" ], [ "C4", 32, 5, "BNZ", "A" ], [ "C5", 33, 5, "BNZ", "A" ], [ "C6", 34, 5, "BNZ", "A" ], [ "C1", 40, 6, "BNZ", "A" ], [ "C2", 41, 6, "BNZ", "A" ], [ "C3", 42, 6, "BNZ", "A" ], [ "C4", 43, 6, "BNZ", "A" ], [ "C5", 44, 6, "BNZ", "A" ], [ "C6", 45, 6, "BNZ", "A" ], [ "C1", 51, 7, "BNZ", "A" ], [ "C2", 52, 7, "BNZ", "A" ], [ "C3", 53, 7, "BNZ", "A" ], [ "C4", 54, 7, "BNZ", "A" ], [ "C5", 55, 7, "BNZ", "A" ], [ "C6", 56, 7, "BNZ", "A" ] ], "hovertemplate": "atom_element=C
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "C", "marker": { "color": "darkslategray", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "C", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 1.8963990432453492, 0.641014270057453, 0.21829912362869042, 1.050650870594382, 2.305653787904581, 2.729132646088736, -0.7667154142490515, 2.960045885118376, 2.2292910192069577, 1.7445217611859074, 0.666562186506404, 1.1078020359599376, -2.0005302320407257, -1.972954472322165, -0.8589270965217671, 0.22568751231149498, 0.1985070844106742, -0.9163109550252136, 3.242130030458112, 2.218941955183457, 1.454553038834948, 1.7137939251973635, 2.737620221655342, 3.5007326956371916, 3.1652528854493704, 3.294231222178701, 2.5572410763797113, 1.6926078975957486, 1.5643670106905097, 2.29988225684132 ], "y": [ -4.819102445553809, -4.30692153371002, -3.1500221850378813, -2.506817238906411, -3.0195433060961454, -4.175352344076393, -2.74667429819982, -2.5145273343758694, -5.737399288082757, -8.215027425808392, -9.235258398356235, -10.595448813557734, -12.709778905972264, -11.973014278983719, -11.215760297982213, -11.195934270158773, -11.933480162427857, -12.689171612868295, -10.166298171013958, -9.27743094146535, -9.431177708709738, -10.472810424462926, -11.361096846592655, -11.208511694186045, -12.470489094230595, -11.101108203316956, -10.42955541445931, -11.127388050362066, -12.496903967545638, -13.168186703863412 ], "z": [ -3.3360802819865527, -3.6042738404305257, -2.975489456065193, -2.07977970028759, -1.8108398230528473, -2.4411168449997183, -3.1861915271015366, -1.1084714393750943, -3.8311006094916737, -3.741531238256827, -3.5383815834713372, -4.067211902595253, -4.940860736974617, -3.7718160578051805, -3.458793032734105, -4.314384102653737, -5.482945731809909, -5.796934856907508, -7.254203228353613, -6.983557314195788, -5.841390287826415, -4.971554988295143, -5.241695594167548, -6.384873237107766, -1.3934128641639938, -1.529091028417159, -2.4873897171216237, -3.308521301226726, -3.173504904049937, -2.2138826811927186 ] }, { "customdata": [ [ "H2", 7, 1, "BNZ", "A" ], [ "H4", 8, 1, "BNZ", "A" ], [ "H6", 9, 1, "BNZ", "A" ], [ "H42", 24, 4, "NCK", "A" ], [ "H43", 25, 4, "NCK", "A" ], [ "HN4", 26, 4, "NCK", "A" ], [ "H21", 27, 4, "NCK", "A" ], [ "H22", 28, 4, "NCK", "A" ], [ "H2", 36, 5, "BNZ", "A" ], [ "H3", 37, 5, "BNZ", "A" ], [ "H5", 38, 5, "BNZ", "A" ], [ "H6", 39, 5, "BNZ", "A" ], [ "H2", 47, 6, "BNZ", "A" ], [ "H3", 48, 6, "BNZ", "A" ], [ "H5", 49, 6, "BNZ", "A" ], [ "H6", 50, 6, "BNZ", "A" ], [ "H2", 58, 7, "BNZ", "A" ], [ "H3", 59, 7, "BNZ", "A" ], [ "H5", 60, 7, "BNZ", "A" ], [ "H6", 61, 7, "BNZ", "A" ] ], "hovertemplate": "atom_element=H
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "H", "marker": { "color": "lightgray", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "H", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ -0.009803381282828205, 0.7211044533269124, 3.7100375104709062, 3.333539460264995, 1.9521261255890516, 1.0172535706041401, -0.25825192605476666, 0.4306081020024255, -2.819988656170495, -0.8369152719202756, 1.0451459364412614, -0.9387181114444476, 2.0158501123569463, 0.6541116081776632, 2.9400738432985207, 4.300535905111154, 3.9695633405014186, 2.6566739107470534, 0.8882974425437027, 2.199711972649892 ], "y": [ -4.808928523051741, -1.602544827675818, -4.57631586527088, -5.825351502497714, -5.6872912804783775, -6.748101754371612, -8.917392777086544, -9.31821688093451, -11.988042332312597, -10.638905485277752, -11.917670843818442, -13.265245160292224, -8.46339776296439, -8.737587979484758, -12.175710832512504, -11.902682230829914, -10.555275438889911, -9.3592798046019, -13.042601705702747, -14.23832728745089 ], "z": [ -4.303961890461382, -1.5891988556214092, -2.2321218649099617, -3.7483683638232708, -4.904347359884163, -2.349604435918573, -4.065996293407899, -2.4558435722171943, -3.1029025738586102, -2.545896540990703, -6.15234226576974, -6.710314398664175, -7.662705079911732, -5.629605482892421, -4.563053136737028, -6.59716335032718, -0.8878959541693288, -2.593452106280206, -3.8140382112213915, -2.1071585249577622 ] }, { "customdata": [ [ "F11", 11, 2, "CFT", "A" ], [ "F12", 12, 2, "CFT", "A" ], [ "F13", 13, 2, "CFT", "A" ], [ "F11", 15, 3, "CFT", "A" ], [ "F12", 16, 3, "CFT", "A" ], [ "F13", 17, 3, "CFT", "A" ] ], "hovertemplate": "atom_element=F
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "F", "marker": { "color": "green", "opacity": 1, "size": [ 5, 5, 5, 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "F", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ -1.6740016990043731, -1.179656280819208, -0.7158216175208678, 2.972078962815754, 4.2561975674084955, 2.494708387196161 ], "y": [ -3.798127312974378, -1.9436198981070474, -1.979416229355634, -3.2143524158620695, -2.46563998212715, -1.2130564269423205 ], "z": [ -3.3572650645536464, -2.118196924489742, -4.3551102057306705, 0.10317539876049042, -1.6315678389866752, -0.8910306655271607 ] }, { "customdata": [ [ "N4", 19, 4, "NCK", "A" ] ], "hovertemplate": "atom_element=N
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "N", "marker": { "color": "blue", "opacity": 1, "size": [ 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "N", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 1.594282042643325 ], "y": [ -6.892723830866747 ], "z": [ -3.208870806421578 ] }, { "customdata": [ [ "O1", 21, 4, "NCK", "A" ] ], "hovertemplate": "atom_element=O
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "O", "marker": { "color": "red", "opacity": 1, "size": [ 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "O", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ 2.8004968139586133 ], "y": [ -8.539293640307463 ], "z": [ -4.3504466802062645 ] }, { "customdata": [ [ "CL1", 35, 5, "BNZ", "A" ], [ "CL1", 46, 6, "BNZ", "A" ], [ "CL1", 57, 7, "BNZ", "A" ] ], "hovertemplate": "atom_element=Cl
x=%{x}
y=%{y}
z=%{z}
__marker_size=%{marker.size}
atom_id=%{customdata[0]}
atom_serial=%{customdata[1]}
residue_serial=%{customdata[2]}
residue_name=%{customdata[3]}
chain_id=%{customdata[4]}", "legendgroup": "Cl", "marker": { "color": "green", "opacity": 1, "size": [ 5, 5, 5 ], "sizemode": "area", "sizeref": 0.0125, "symbol": "circle" }, "mode": "markers", "name": "Cl", "scene": "scene", "showlegend": true, "type": "scatter3d", "x": [ -3.423999278574402, 4.224369449222811, 4.113566387265296 ], "y": [ -13.683945918348572, -9.965296173033252, -13.330441299419178 ], "z": [ -5.337892858544569, -8.712868344489785, -0.1710856955774016 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8963990432453492, 0.641014270057453 ], "y": [ -4.819102445553809, -4.30692153371002 ], "z": [ -3.3360802819865527, -3.6042738404305257 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8963990432453492, 2.729132646088736 ], "y": [ -4.819102445553809, -4.175352344076393 ], "z": [ -3.3360802819865527, -2.4411168449997183 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.641014270057453, 0.21829912362869042 ], "y": [ -4.30692153371002, -3.1500221850378813 ], "z": [ -3.6042738404305257, -2.975489456065193 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.641014270057453, -0.009803381282828205 ], "y": [ -4.30692153371002, -4.808928523051741 ], "z": [ -3.6042738404305257, -4.303961890461382 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.21829912362869042, 1.050650870594382 ], "y": [ -3.1500221850378813, -2.506817238906411 ], "z": [ -2.975489456065193, -2.07977970028759 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.050650870594382, 2.305653787904581 ], "y": [ -2.506817238906411, -3.0195433060961454 ], "z": [ -2.07977970028759, -1.8108398230528473 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.050650870594382, 0.7211044533269124 ], "y": [ -2.506817238906411, -1.602544827675818 ], "z": [ -2.07977970028759, -1.5891988556214092 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.305653787904581, 2.729132646088736 ], "y": [ -3.0195433060961454, -4.175352344076393 ], "z": [ -1.8108398230528473, -2.4411168449997183 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.729132646088736, 3.7100375104709062 ], "y": [ -4.175352344076393, -4.57631586527088 ], "z": [ -2.4411168449997183, -2.2321218649099617 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -1.6740016990043731 ], "y": [ -2.74667429819982, -3.798127312974378 ], "z": [ -3.1861915271015366, -3.3572650645536464 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -1.179656280819208 ], "y": [ -2.74667429819982, -1.9436198981070474 ], "z": [ -3.1861915271015366, -2.118196924489742 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -0.7158216175208678 ], "y": [ -2.74667429819982, -1.979416229355634 ], "z": [ -3.1861915271015366, -4.3551102057306705 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.21829912362869042, -0.7667154142490515 ], "y": [ -3.1500221850378813, -2.74667429819982 ], "z": [ -2.975489456065193, -3.1861915271015366 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.960045885118376, 2.972078962815754 ], "y": [ -2.5145273343758694, -3.2143524158620695 ], "z": [ -1.1084714393750943, 0.10317539876049042 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.960045885118376, 4.2561975674084955 ], "y": [ -2.5145273343758694, -2.46563998212715 ], "z": [ -1.1084714393750943, -1.6315678389866752 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.960045885118376, 2.494708387196161 ], "y": [ -2.5145273343758694, -1.2130564269423205 ], "z": [ -1.1084714393750943, -0.8910306655271607 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.305653787904581, 2.960045885118376 ], "y": [ -3.0195433060961454, -2.5145273343758694 ], "z": [ -1.8108398230528473, -1.1084714393750943 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2292910192069577, 1.594282042643325 ], "y": [ -5.737399288082757, -6.892723830866747 ], "z": [ -3.8311006094916737, -3.208870806421578 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2292910192069577, 3.333539460264995 ], "y": [ -5.737399288082757, -5.825351502497714 ], "z": [ -3.8311006094916737, -3.7483683638232708 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2292910192069577, 1.9521261255890516 ], "y": [ -5.737399288082757, -5.6872912804783775 ], "z": [ -3.8311006094916737, -4.904347359884163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.594282042643325, 1.7445217611859074 ], "y": [ -6.892723830866747, -8.215027425808392 ], "z": [ -3.208870806421578, -3.741531238256827 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.594282042643325, 1.0172535706041401 ], "y": [ -6.892723830866747, -6.748101754371612 ], "z": [ -3.208870806421578, -2.349604435918573 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7445217611859074, 2.8004968139586133 ], "y": [ -8.215027425808392, -8.539293640307463 ], "z": [ -3.741531238256827, -4.3504466802062645 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7445217611859074, 0.666562186506404 ], "y": [ -8.215027425808392, -9.235258398356235 ], "z": [ -3.741531238256827, -3.5383815834713372 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.666562186506404, 1.1078020359599376 ], "y": [ -9.235258398356235, -10.595448813557734 ], "z": [ -3.5383815834713372, -4.067211902595253 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.666562186506404, -0.25825192605476666 ], "y": [ -9.235258398356235, -8.917392777086544 ], "z": [ -3.5383815834713372, -4.065996293407899 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.666562186506404, 0.4306081020024255 ], "y": [ -9.235258398356235, -9.31821688093451 ], "z": [ -3.5383815834713372, -2.4558435722171943 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8963990432453492, 2.2292910192069577 ], "y": [ -4.819102445553809, -5.737399288082757 ], "z": [ -3.3360802819865527, -3.8311006094916737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0005302320407257, -1.972954472322165 ], "y": [ -12.709778905972264, -11.973014278983719 ], "z": [ -4.940860736974617, -3.7718160578051805 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0005302320407257, -0.9163109550252136 ], "y": [ -12.709778905972264, -12.689171612868295 ], "z": [ -4.940860736974617, -5.796934856907508 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0005302320407257, -3.423999278574402 ], "y": [ -12.709778905972264, -13.683945918348572 ], "z": [ -4.940860736974617, -5.337892858544569 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.972954472322165, -0.8589270965217671 ], "y": [ -11.973014278983719, -11.215760297982213 ], "z": [ -3.7718160578051805, -3.458793032734105 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.972954472322165, -2.819988656170495 ], "y": [ -11.973014278983719, -11.988042332312597 ], "z": [ -3.7718160578051805, -3.1029025738586102 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8589270965217671, 0.22568751231149498 ], "y": [ -11.215760297982213, -11.195934270158773 ], "z": [ -3.458793032734105, -4.314384102653737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8589270965217671, -0.8369152719202756 ], "y": [ -11.215760297982213, -10.638905485277752 ], "z": [ -3.458793032734105, -2.545896540990703 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.22568751231149498, 0.1985070844106742 ], "y": [ -11.195934270158773, -11.933480162427857 ], "z": [ -4.314384102653737, -5.482945731809909 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.1985070844106742, -0.9163109550252136 ], "y": [ -11.933480162427857, -12.689171612868295 ], "z": [ -5.482945731809909, -5.796934856907508 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.1985070844106742, 1.0451459364412614 ], "y": [ -11.933480162427857, -11.917670843818442 ], "z": [ -5.482945731809909, -6.15234226576974 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9163109550252136, -0.9387181114444476 ], "y": [ -12.689171612868295, -13.265245160292224 ], "z": [ -5.796934856907508, -6.710314398664175 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1078020359599376, 0.22568751231149498 ], "y": [ -10.595448813557734, -11.195934270158773 ], "z": [ -4.067211902595253, -4.314384102653737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.242130030458112, 2.218941955183457 ], "y": [ -10.166298171013958, -9.27743094146535 ], "z": [ -7.254203228353613, -6.983557314195788 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.242130030458112, 3.5007326956371916 ], "y": [ -10.166298171013958, -11.208511694186045 ], "z": [ -7.254203228353613, -6.384873237107766 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.242130030458112, 4.224369449222811 ], "y": [ -10.166298171013958, -9.965296173033252 ], "z": [ -7.254203228353613, -8.712868344489785 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.218941955183457, 1.454553038834948 ], "y": [ -9.27743094146535, -9.431177708709738 ], "z": [ -6.983557314195788, -5.841390287826415 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.218941955183457, 2.0158501123569463 ], "y": [ -9.27743094146535, -8.46339776296439 ], "z": [ -6.983557314195788, -7.662705079911732 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.454553038834948, 1.7137939251973635 ], "y": [ -9.431177708709738, -10.472810424462926 ], "z": [ -5.841390287826415, -4.971554988295143 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.454553038834948, 0.6541116081776632 ], "y": [ -9.431177708709738, -8.737587979484758 ], "z": [ -5.841390287826415, -5.629605482892421 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7137939251973635, 2.737620221655342 ], "y": [ -10.472810424462926, -11.361096846592655 ], "z": [ -4.971554988295143, -5.241695594167548 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.737620221655342, 3.5007326956371916 ], "y": [ -11.361096846592655, -11.208511694186045 ], "z": [ -5.241695594167548, -6.384873237107766 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.737620221655342, 2.9400738432985207 ], "y": [ -11.361096846592655, -12.175710832512504 ], "z": [ -5.241695594167548, -4.563053136737028 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.5007326956371916, 4.300535905111154 ], "y": [ -11.208511694186045, -11.902682230829914 ], "z": [ -6.384873237107766, -6.59716335032718 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1078020359599376, 1.7137939251973635 ], "y": [ -10.595448813557734, -10.472810424462926 ], "z": [ -4.067211902595253, -4.971554988295143 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1652528854493704, 3.294231222178701 ], "y": [ -12.470489094230595, -11.101108203316956 ], "z": [ -1.3934128641639938, -1.529091028417159 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1652528854493704, 2.29988225684132 ], "y": [ -12.470489094230595, -13.168186703863412 ], "z": [ -1.3934128641639938, -2.2138826811927186 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1652528854493704, 4.113566387265296 ], "y": [ -12.470489094230595, -13.330441299419178 ], "z": [ -1.3934128641639938, -0.1710856955774016 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.294231222178701, 2.5572410763797113 ], "y": [ -11.101108203316956, -10.42955541445931 ], "z": [ -1.529091028417159, -2.4873897171216237 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.294231222178701, 3.9695633405014186 ], "y": [ -11.101108203316956, -10.555275438889911 ], "z": [ -1.529091028417159, -0.8878959541693288 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5572410763797113, 1.6926078975957486 ], "y": [ -10.42955541445931, -11.127388050362066 ], "z": [ -2.4873897171216237, -3.308521301226726 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5572410763797113, 2.6566739107470534 ], "y": [ -10.42955541445931, -9.3592798046019 ], "z": [ -2.4873897171216237, -2.593452106280206 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6926078975957486, 1.5643670106905097 ], "y": [ -11.127388050362066, -12.496903967545638 ], "z": [ -3.308521301226726, -3.173504904049937 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5643670106905097, 2.29988225684132 ], "y": [ -12.496903967545638, -13.168186703863412 ], "z": [ -3.173504904049937, -2.2138826811927186 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5643670106905097, 0.8882974425437027 ], "y": [ -12.496903967545638, -13.042601705702747 ], "z": [ -3.173504904049937, -3.8140382112213915 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.29988225684132, 2.199711972649892 ], "y": [ -13.168186703863412, -14.23832728745089 ], "z": [ -2.2138826811927186, -2.1071585249577622 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1078020359599376, 1.6926078975957486 ], "y": [ -10.595448813557734, -11.127388050362066 ], "z": [ -4.067211902595253, -3.308521301226726 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "scaffold_optimized = scaffold.optimize(inplace=False)\n", "scaffold_optimized.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Using the RotaxaneBuilder" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Now how do we assemble our rotaxane from this? Well, either we manually create an optimization system that will try to fit our ring somehow around the scaffold center, or we use the `RotaxaneBuilder` class from the BuildAMol Extensions. Here's how:" ] }, { "cell_type": "code", "execution_count": 11, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8963990432453492, 0.641014270057453 ], "y": [ -4.819102445553809, -4.30692153371002 ], "z": [ -3.3360802819865527, -3.6042738404305257 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8963990432453492, 2.729132646088736 ], "y": [ -4.819102445553809, -4.175352344076393 ], "z": [ -3.3360802819865527, -2.4411168449997183 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.641014270057453, 0.21829912362869042 ], "y": [ -4.30692153371002, -3.1500221850378813 ], "z": [ -3.6042738404305257, -2.975489456065193 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.641014270057453, -0.009803381282828205 ], "y": [ -4.30692153371002, -4.808928523051741 ], "z": [ -3.6042738404305257, -4.303961890461382 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.21829912362869042, 1.050650870594382 ], "y": [ -3.1500221850378813, -2.506817238906411 ], "z": [ -2.975489456065193, -2.07977970028759 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.050650870594382, 2.305653787904581 ], "y": [ -2.506817238906411, -3.0195433060961454 ], "z": [ -2.07977970028759, -1.8108398230528473 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.050650870594382, 0.7211044533269124 ], "y": [ -2.506817238906411, -1.602544827675818 ], "z": [ -2.07977970028759, -1.5891988556214092 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.305653787904581, 2.729132646088736 ], "y": [ -3.0195433060961454, -4.175352344076393 ], "z": [ -1.8108398230528473, -2.4411168449997183 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.729132646088736, 3.7100375104709062 ], "y": [ -4.175352344076393, -4.57631586527088 ], "z": [ -2.4411168449997183, -2.2321218649099617 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -1.6740016990043731 ], "y": [ -2.74667429819982, -3.798127312974378 ], "z": [ -3.1861915271015366, -3.3572650645536464 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -1.179656280819208 ], "y": [ -2.74667429819982, -1.9436198981070474 ], "z": [ -3.1861915271015366, -2.118196924489742 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -0.7158216175208678 ], "y": [ -2.74667429819982, -1.979416229355634 ], "z": [ -3.1861915271015366, -4.3551102057306705 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.21829912362869042, -0.7667154142490515 ], "y": [ -3.1500221850378813, -2.74667429819982 ], "z": [ -2.975489456065193, -3.1861915271015366 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.960045885118376, 2.972078962815754 ], "y": [ -2.5145273343758694, -3.2143524158620695 ], "z": [ -1.1084714393750943, 0.10317539876049042 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.960045885118376, 4.2561975674084955 ], "y": [ -2.5145273343758694, -2.46563998212715 ], "z": [ -1.1084714393750943, -1.6315678389866752 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.960045885118376, 2.494708387196161 ], "y": [ -2.5145273343758694, -1.2130564269423205 ], "z": [ -1.1084714393750943, -0.8910306655271607 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.305653787904581, 2.960045885118376 ], "y": [ -3.0195433060961454, -2.5145273343758694 ], "z": [ -1.8108398230528473, -1.1084714393750943 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2292910192069577, 1.594282042643325 ], "y": [ -5.737399288082757, -6.892723830866747 ], "z": [ -3.8311006094916737, -3.208870806421578 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2292910192069577, 3.333539460264995 ], "y": [ -5.737399288082757, -5.825351502497714 ], "z": [ -3.8311006094916737, -3.7483683638232708 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2292910192069577, 1.9521261255890516 ], "y": [ -5.737399288082757, -5.6872912804783775 ], "z": [ -3.8311006094916737, -4.904347359884163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.594282042643325, 1.7445217611859074 ], "y": [ -6.892723830866747, -8.215027425808392 ], "z": [ -3.208870806421578, -3.741531238256827 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.594282042643325, 1.0172535706041401 ], "y": [ -6.892723830866747, -6.748101754371612 ], "z": [ -3.208870806421578, -2.349604435918573 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7445217611859074, 2.8004968139586133 ], "y": [ -8.215027425808392, -8.539293640307463 ], "z": [ -3.741531238256827, -4.3504466802062645 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7445217611859074, 0.666562186506404 ], "y": [ -8.215027425808392, -9.235258398356235 ], "z": [ -3.741531238256827, -3.5383815834713372 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.666562186506404, 1.1078020359599376 ], "y": [ -9.235258398356235, -10.595448813557734 ], "z": [ -3.5383815834713372, -4.067211902595253 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.666562186506404, -0.25825192605476666 ], "y": [ -9.235258398356235, -8.917392777086544 ], "z": [ -3.5383815834713372, -4.065996293407899 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.666562186506404, 0.4306081020024255 ], "y": [ -9.235258398356235, -9.31821688093451 ], "z": [ -3.5383815834713372, -2.4558435722171943 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8963990432453492, 2.2292910192069577 ], "y": [ -4.819102445553809, -5.737399288082757 ], "z": [ -3.3360802819865527, -3.8311006094916737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0005302320407257, -1.972954472322165 ], "y": [ -12.709778905972264, -11.973014278983719 ], "z": [ -4.940860736974617, -3.7718160578051805 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0005302320407257, -0.9163109550252136 ], "y": [ -12.709778905972264, -12.689171612868295 ], "z": [ -4.940860736974617, -5.796934856907508 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0005302320407257, -3.423999278574402 ], "y": [ -12.709778905972264, -13.683945918348572 ], "z": [ -4.940860736974617, -5.337892858544569 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.972954472322165, -0.8589270965217671 ], "y": [ -11.973014278983719, -11.215760297982213 ], "z": [ -3.7718160578051805, -3.458793032734105 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.972954472322165, -2.819988656170495 ], "y": [ -11.973014278983719, -11.988042332312597 ], "z": [ -3.7718160578051805, -3.1029025738586102 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8589270965217671, 0.22568751231149498 ], "y": [ -11.215760297982213, -11.195934270158773 ], "z": [ -3.458793032734105, -4.314384102653737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8589270965217671, -0.8369152719202756 ], "y": [ -11.215760297982213, -10.638905485277752 ], "z": [ -3.458793032734105, -2.545896540990703 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.22568751231149498, 0.1985070844106742 ], "y": [ -11.195934270158773, -11.933480162427857 ], "z": [ -4.314384102653737, -5.482945731809909 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.1985070844106742, -0.9163109550252136 ], "y": [ -11.933480162427857, -12.689171612868295 ], "z": [ -5.482945731809909, -5.796934856907508 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.1985070844106742, 1.0451459364412614 ], "y": [ -11.933480162427857, -11.917670843818442 ], "z": [ -5.482945731809909, -6.15234226576974 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9163109550252136, -0.9387181114444476 ], "y": [ -12.689171612868295, -13.265245160292224 ], "z": [ -5.796934856907508, -6.710314398664175 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1078020359599376, 0.22568751231149498 ], "y": [ -10.595448813557734, -11.195934270158773 ], "z": [ -4.067211902595253, -4.314384102653737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.242130030458112, 2.218941955183457 ], "y": [ -10.166298171013958, -9.27743094146535 ], "z": [ -7.254203228353613, -6.983557314195788 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.242130030458112, 3.5007326956371916 ], "y": [ -10.166298171013958, -11.208511694186045 ], "z": [ -7.254203228353613, -6.384873237107766 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.242130030458112, 4.224369449222811 ], "y": [ -10.166298171013958, -9.965296173033252 ], "z": [ -7.254203228353613, -8.712868344489785 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.218941955183457, 1.454553038834948 ], "y": [ -9.27743094146535, -9.431177708709738 ], "z": [ -6.983557314195788, -5.841390287826415 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.218941955183457, 2.0158501123569463 ], "y": [ -9.27743094146535, -8.46339776296439 ], "z": [ -6.983557314195788, -7.662705079911732 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.454553038834948, 1.7137939251973635 ], "y": [ -9.431177708709738, -10.472810424462926 ], "z": [ -5.841390287826415, -4.971554988295143 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.454553038834948, 0.6541116081776632 ], "y": [ -9.431177708709738, -8.737587979484758 ], "z": [ -5.841390287826415, -5.629605482892421 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7137939251973635, 2.737620221655342 ], "y": [ -10.472810424462926, -11.361096846592655 ], "z": [ -4.971554988295143, -5.241695594167548 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.737620221655342, 3.5007326956371916 ], "y": [ -11.361096846592655, -11.208511694186045 ], "z": [ -5.241695594167548, -6.384873237107766 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.737620221655342, 2.9400738432985207 ], "y": [ -11.361096846592655, -12.175710832512504 ], "z": [ -5.241695594167548, -4.563053136737028 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.5007326956371916, 4.300535905111154 ], "y": [ -11.208511694186045, -11.902682230829914 ], "z": [ -6.384873237107766, -6.59716335032718 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1078020359599376, 1.7137939251973635 ], "y": [ -10.595448813557734, -10.472810424462926 ], "z": [ -4.067211902595253, -4.971554988295143 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1652528854493704, 3.294231222178701 ], "y": [ -12.470489094230595, -11.101108203316956 ], "z": [ -1.3934128641639938, -1.529091028417159 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1652528854493704, 2.29988225684132 ], "y": [ -12.470489094230595, -13.168186703863412 ], "z": [ -1.3934128641639938, -2.2138826811927186 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1652528854493704, 4.113566387265296 ], "y": [ -12.470489094230595, -13.330441299419178 ], "z": [ -1.3934128641639938, -0.1710856955774016 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.294231222178701, 2.5572410763797113 ], "y": [ -11.101108203316956, -10.42955541445931 ], "z": [ -1.529091028417159, -2.4873897171216237 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.294231222178701, 3.9695633405014186 ], "y": [ -11.101108203316956, -10.555275438889911 ], "z": [ -1.529091028417159, -0.8878959541693288 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5572410763797113, 1.6926078975957486 ], "y": [ -10.42955541445931, -11.127388050362066 ], "z": [ -2.4873897171216237, -3.308521301226726 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5572410763797113, 2.6566739107470534 ], "y": [ -10.42955541445931, -9.3592798046019 ], "z": [ -2.4873897171216237, -2.593452106280206 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6926078975957486, 1.5643670106905097 ], "y": [ -11.127388050362066, -12.496903967545638 ], "z": [ -3.308521301226726, -3.173504904049937 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5643670106905097, 2.29988225684132 ], "y": [ -12.496903967545638, -13.168186703863412 ], "z": [ -3.173504904049937, -2.2138826811927186 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5643670106905097, 0.8882974425437027 ], "y": [ -12.496903967545638, -13.042601705702747 ], "z": [ -3.173504904049937, -3.8140382112213915 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.29988225684132, 2.199711972649892 ], "y": [ -13.168186703863412, -14.23832728745089 ], "z": [ -2.2138826811927186, -2.1071585249577622 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1078020359599376, 1.6926078975957486 ], "y": [ -10.595448813557734, -11.127388050362066 ], "z": [ -4.067211902595253, -3.308521301226726 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.822154063951929, 7.109104993168066 ], "y": [ 1.998359234088429, 3.1509305347489978 ], "z": [ -0.19037520981065392, -1.2326685377727502 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.283169109606617, 6.822154063951929 ], "y": [ 2.599184272971712, 1.998359234088429 ], "z": [ 1.1681686106231886, -0.19037520981065392 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.472533860438849, 6.283169109606617 ], "y": [ 1.641975217806877, 2.599184272971712 ], "z": [ 1.854842709098698, 1.1681686106231886 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.4272459222715534, 5.472533860438849 ], "y": [ 2.374347449042334, 1.641975217806877 ], "z": [ 2.7618371346044017, 1.854842709098698 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.27412800761962, 4.4272459222715534 ], "y": [ 1.551518073399126, 2.374347449042334 ], "z": [ 2.9572108623350872, 2.7618371346044017 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.004008177918219, 3.27412800761962 ], "y": [ 2.4392179825726776, 1.551518073399126 ], "z": [ 3.2669225183173167, 2.9572108623350872 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6830763920495422, 2.004008177918219 ], "y": [ 1.69234901418063, 2.4392179825726776 ], "z": [ 2.82594317465881, 3.2669225183173167 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.3487366228964528, 0.6830763920495422 ], "y": [ 2.633935529399455, 1.69234901418063 ], "z": [ 2.519876618912964, 2.82594317465881 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.3720389841240568, -0.3487366228964528 ], "y": [ 2.019863499287129, 2.633935529399455 ], "z": [ 1.4840655165692795, 2.519876618912964 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0671829179767203, -1.3720389841240568 ], "y": [ 3.164107393133675, 2.019863499287129 ], "z": [ 0.6446504565295905, 1.4840655165692795 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.528306556970131, -2.0671829179767203 ], "y": [ 2.6176410683868423, 3.164107393133675 ], "z": [ -0.7645608001235298, 0.6446504565295905 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5773243280034386, -2.528306556970131 ], "y": [ 3.6774152044934083, 2.6176410683868423 ], "z": [ -1.7234017872337528, -0.7645608001235298 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3623552817941507, -2.5773243280034386 ], "y": [ 3.115248458041422, 3.6774152044934083 ], "z": [ -3.184529324019694, -1.7234017872337528 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.8094732116341934, -2.3623552817941507 ], "y": [ 4.123261483162328, 3.115248458041422 ], "z": [ -4.034900512197092, -3.184529324019694 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9856560062623512, -1.8094732116341934 ], "y": [ 3.466295103251265, 4.123261483162328 ], "z": [ -5.212549529603628, -4.034900512197092 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.13638082883346359, -0.9856560062623512 ], "y": [ 4.4542683204415825, 3.466295103251265 ], "z": [ -5.724486130367319, -5.212549529603628 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2243601957643542, 0.13638082883346359 ], "y": [ 3.7253802160030087, 4.4542683204415825 ], "z": [ -6.298875395883833, -5.724486130367319 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5664619084726055, 1.2243601957643542 ], "y": [ 4.552418353942013, 3.7253802160030087 ], "z": [ -6.189752843042216, -6.298875395883833 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.815411811334433, 2.5664619084726055 ], "y": [ 3.5845492752215042, 4.552418353942013 ], "z": [ -6.167607708207557, -6.189752843042216 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.912363374001472, 3.815411811334433 ], "y": [ 4.1946802400844625, 3.5845492752215042 ], "z": [ -5.482525614675884, -6.167607708207557 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.863683852222229, 4.912363374001472 ], "y": [ 3.0940142230842334, 4.1946802400844625 ], "z": [ -4.8655487211560455, -5.482525614675884 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.630809669081739, 5.863683852222229 ], "y": [ 3.664508376350242, 3.0940142230842334 ], "z": [ -3.607299452292509, -4.8655487211560455 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.982955622809696, 6.630809669081739 ], "y": [ 2.60730453338848, 3.664508376350242 ], "z": [ -2.711077793493801, -3.607299452292509 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.109104993168066, 6.982955622809696 ], "y": [ 3.1509305347489978, 2.60730453338848 ], "z": [ -1.2326685377727502, -2.711077793493801 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.109104993168066, 8.112299232444283 ], "y": [ 3.1509305347489978, 3.5361674459050216 ], "z": [ -1.2326685377727502, -1.050202539389543 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.109104993168066, 6.395642441935212 ], "y": [ 3.1509305347489978, 3.956310648455356 ], "z": [ -1.2326685377727502, -1.0582149323796852 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.822154063951929, 6.074992267921065 ], "y": [ 1.998359234088429, 1.3067715158028208 ], "z": [ -0.19037520981065392, -0.5796767362248699 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.822154063951929, 7.732273239356226 ], "y": [ 1.998359234088429, 1.4367688252947954 ], "z": [ -0.19037520981065392, 0.020336202581761942 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.472533860438849, 6.12630442882198 ], "y": [ 1.641975217806877, 0.998743510975109 ], "z": [ 1.854842709098698, 2.443856304223879 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.472533860438849, 4.965009634692703 ], "y": [ 1.641975217806877, 1.0267067061051922 ], "z": [ 1.854842709098698, 1.111900033793821 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.4272459222715534, 4.863891898337394 ], "y": [ 2.374347449042334, 2.589733192981398 ], "z": [ 2.7618371346044017, 3.7370546861760103 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.4272459222715534, 4.105406824112603 ], "y": [ 2.374347449042334, 3.3150326574279307 ], "z": [ 2.7618371346044017, 2.315036358395608 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.004008177918219, 1.9368973643306433 ], "y": [ 2.4392179825726776, 2.653421054049666 ], "z": [ 3.2669225183173167, 4.333558905690932 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.004008177918219, 2.057972107340642 ], "y": [ 2.4392179825726776, 3.386178507220928 ], "z": [ 3.2669225183173167, 2.7298436981435885 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6830763920495422, 0.8646295122243033 ], "y": [ 1.69234901418063, 1.082923346792253 ], "z": [ 2.82594317465881, 1.940652928195516 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6830763920495422, 0.3267452198872278 ], "y": [ 1.69234901418063, 1.0405524238193933 ], "z": [ 2.82594317465881, 3.623620616071627 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.3720389841240568, -0.8617393418915276 ], "y": [ 2.019863499287129, 1.3492733984608027 ], "z": [ 1.4840655165692795, 0.7926877675701598 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.3720389841240568, -2.147522879374562 ], "y": [ 2.019863499287129, 1.4543157913074645 ], "z": [ 1.4840655165692795, 2.0006703154301264 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0671829179767203, -1.356191810895821 ], "y": [ 3.164107393133675, 3.9815657749855697 ], "z": [ 0.6446504565295905, 0.5248446153032043 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0671829179767203, -2.9220969466029825 ], "y": [ 3.164107393133675, 3.5335889795922757 ], "z": [ 0.6446504565295905, 1.2109589951603006 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5773243280034386, -3.5431906984150725 ], "y": [ 3.6774152044934083, 4.181395333597873 ], "z": [ -1.7234017872337528, -1.6886716277797142 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5773243280034386, -1.7991561241686886 ], "y": [ 3.6774152044934083, 4.413440229760084 ], "z": [ -1.7234017872337528, -1.5213587009333542 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3623552817941507, -1.6798991383651765 ], "y": [ 3.115248458041422, 2.265431037353997 ], "z": [ -3.184529324019694, -3.1717244892989385 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3623552817941507, -3.3098023260630267 ], "y": [ 3.115248458041422, 2.7876218265745654 ], "z": [ -3.184529324019694, -3.6124368942493534 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9856560062623512, -0.5059190791620578 ], "y": [ 3.466295103251265, 2.5464386117590667 ], "z": [ -5.212549529603628, -4.878159763258974 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9856560062623512, -1.6398360895540276 ], "y": [ 3.466295103251265, 3.2265899056016933 ], "z": [ -5.212549529603628, -6.050815499832812 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.13638082883346359, -0.2629372783677959 ], "y": [ 4.4542683204415825, 5.1280996167630075 ], "z": [ -5.724486130367319, -6.4825075241016865 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.13638082883346359, 0.5229255795943057 ], "y": [ 4.4542683204415825, 5.05498825102902 ], "z": [ -5.724486130367319, -4.901188662465065 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5664619084726055, 2.528044055099769 ], "y": [ 4.552418353942013, 5.149534929478483 ], "z": [ -6.189752843042216, -5.278667850430757 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5664619084726055, 2.621741014372457 ], "y": [ 4.552418353942013, 5.2301042839372 ], "z": [ -6.189752843042216, -7.0416835918343175 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.815411811334433, 4.0877202307837655 ], "y": [ 3.5845492752215042, 3.3526999853472073 ], "z": [ -6.167607708207557, -7.197264948012043 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.815411811334433, 3.5224581547093807 ], "y": [ 3.5845492752215042, 2.658140963661805 ], "z": [ -6.167607708207557, -5.673597793992148 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.863683852222229, 5.28867855738781 ], "y": [ 3.0940142230842334, 2.2231991849375263 ], "z": [ -4.8655487211560455, -4.550667663850385 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.863683852222229, 6.601839878608151 ], "y": [ 3.0940142230842334, 2.770344890803407 ], "z": [ -4.8655487211560455, -5.599349677854134 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.630809669081739, 7.544989232314439 ], "y": [ 3.664508376350242, 4.172902299171883 ], "z": [ -3.607299452292509, -3.9137490328203532 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.630809669081739, 6.006461880344591 ], "y": [ 3.664508376350242, 4.377113602491133 ], "z": [ -3.607299452292509, -3.06833411910704 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# import the RotaxaneBuilder\n", "from buildamol.extensions.complexes import RotaxaneBuilder\n", "\n", "builder = RotaxaneBuilder()\n", "\n", "# use the builder to align the ring around the scaffold\n", "# (both ring and scaffold are still individual molecules)\n", "builder.distribute_along_axle(axle=scaffold_optimized, cycles=[ring])\n", "\n", "# let's inspect the result\n", "v = scaffold_optimized.draw(show_atoms=False)\n", "v += ring.draw(show_atoms=False, line_color=\"red\")\n", "v.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Well, that looks quite promising! The alignment seems good, just the position is still a bit off. But we can just use `Molecule.move_to` to move the ring onto the right location somewhere at the center of the scaffold. Right around where the `NCK` residue is (that's why we renamed the residue before ;))" ] }, { "cell_type": "code", "execution_count": 12, "metadata": {}, "outputs": [ { "data": { "application/vnd.plotly.v1+json": { "config": { "plotlyServerURL": "https://plot.ly" }, "data": [ { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8963990432453492, 0.641014270057453 ], "y": [ -4.819102445553809, -4.30692153371002 ], "z": [ -3.3360802819865527, -3.6042738404305257 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8963990432453492, 2.729132646088736 ], "y": [ -4.819102445553809, -4.175352344076393 ], "z": [ -3.3360802819865527, -2.4411168449997183 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.641014270057453, 0.21829912362869042 ], "y": [ -4.30692153371002, -3.1500221850378813 ], "z": [ -3.6042738404305257, -2.975489456065193 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.641014270057453, -0.009803381282828205 ], "y": [ -4.30692153371002, -4.808928523051741 ], "z": [ -3.6042738404305257, -4.303961890461382 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.21829912362869042, 1.050650870594382 ], "y": [ -3.1500221850378813, -2.506817238906411 ], "z": [ -2.975489456065193, -2.07977970028759 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.050650870594382, 2.305653787904581 ], "y": [ -2.506817238906411, -3.0195433060961454 ], "z": [ -2.07977970028759, -1.8108398230528473 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.050650870594382, 0.7211044533269124 ], "y": [ -2.506817238906411, -1.602544827675818 ], "z": [ -2.07977970028759, -1.5891988556214092 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.305653787904581, 2.729132646088736 ], "y": [ -3.0195433060961454, -4.175352344076393 ], "z": [ -1.8108398230528473, -2.4411168449997183 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.729132646088736, 3.7100375104709062 ], "y": [ -4.175352344076393, -4.57631586527088 ], "z": [ -2.4411168449997183, -2.2321218649099617 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -1.6740016990043731 ], "y": [ -2.74667429819982, -3.798127312974378 ], "z": [ -3.1861915271015366, -3.3572650645536464 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -1.179656280819208 ], "y": [ -2.74667429819982, -1.9436198981070474 ], "z": [ -3.1861915271015366, -2.118196924489742 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.7667154142490515, -0.7158216175208678 ], "y": [ -2.74667429819982, -1.979416229355634 ], "z": [ -3.1861915271015366, -4.3551102057306705 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.21829912362869042, -0.7667154142490515 ], "y": [ -3.1500221850378813, -2.74667429819982 ], "z": [ -2.975489456065193, -3.1861915271015366 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.960045885118376, 2.972078962815754 ], "y": [ -2.5145273343758694, -3.2143524158620695 ], "z": [ -1.1084714393750943, 0.10317539876049042 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.960045885118376, 4.2561975674084955 ], "y": [ -2.5145273343758694, -2.46563998212715 ], "z": [ -1.1084714393750943, -1.6315678389866752 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.960045885118376, 2.494708387196161 ], "y": [ -2.5145273343758694, -1.2130564269423205 ], "z": [ -1.1084714393750943, -0.8910306655271607 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.305653787904581, 2.960045885118376 ], "y": [ -3.0195433060961454, -2.5145273343758694 ], "z": [ -1.8108398230528473, -1.1084714393750943 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2292910192069577, 1.594282042643325 ], "y": [ -5.737399288082757, -6.892723830866747 ], "z": [ -3.8311006094916737, -3.208870806421578 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2292910192069577, 3.333539460264995 ], "y": [ -5.737399288082757, -5.825351502497714 ], "z": [ -3.8311006094916737, -3.7483683638232708 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.2292910192069577, 1.9521261255890516 ], "y": [ -5.737399288082757, -5.6872912804783775 ], "z": [ -3.8311006094916737, -4.904347359884163 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.594282042643325, 1.7445217611859074 ], "y": [ -6.892723830866747, -8.215027425808392 ], "z": [ -3.208870806421578, -3.741531238256827 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.594282042643325, 1.0172535706041401 ], "y": [ -6.892723830866747, -6.748101754371612 ], "z": [ -3.208870806421578, -2.349604435918573 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7445217611859074, 2.8004968139586133 ], "y": [ -8.215027425808392, -8.539293640307463 ], "z": [ -3.741531238256827, -4.3504466802062645 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7445217611859074, 0.666562186506404 ], "y": [ -8.215027425808392, -9.235258398356235 ], "z": [ -3.741531238256827, -3.5383815834713372 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.666562186506404, 1.1078020359599376 ], "y": [ -9.235258398356235, -10.595448813557734 ], "z": [ -3.5383815834713372, -4.067211902595253 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.666562186506404, -0.25825192605476666 ], "y": [ -9.235258398356235, -8.917392777086544 ], "z": [ -3.5383815834713372, -4.065996293407899 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.666562186506404, 0.4306081020024255 ], "y": [ -9.235258398356235, -9.31821688093451 ], "z": [ -3.5383815834713372, -2.4558435722171943 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.8963990432453492, 2.2292910192069577 ], "y": [ -4.819102445553809, -5.737399288082757 ], "z": [ -3.3360802819865527, -3.8311006094916737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0005302320407257, -1.972954472322165 ], "y": [ -12.709778905972264, -11.973014278983719 ], "z": [ -4.940860736974617, -3.7718160578051805 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0005302320407257, -0.9163109550252136 ], "y": [ -12.709778905972264, -12.689171612868295 ], "z": [ -4.940860736974617, -5.796934856907508 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0005302320407257, -3.423999278574402 ], "y": [ -12.709778905972264, -13.683945918348572 ], "z": [ -4.940860736974617, -5.337892858544569 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.972954472322165, -0.8589270965217671 ], "y": [ -11.973014278983719, -11.215760297982213 ], "z": [ -3.7718160578051805, -3.458793032734105 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.972954472322165, -2.819988656170495 ], "y": [ -11.973014278983719, -11.988042332312597 ], "z": [ -3.7718160578051805, -3.1029025738586102 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8589270965217671, 0.22568751231149498 ], "y": [ -11.215760297982213, -11.195934270158773 ], "z": [ -3.458793032734105, -4.314384102653737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8589270965217671, -0.8369152719202756 ], "y": [ -11.215760297982213, -10.638905485277752 ], "z": [ -3.458793032734105, -2.545896540990703 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.22568751231149498, 0.1985070844106742 ], "y": [ -11.195934270158773, -11.933480162427857 ], "z": [ -4.314384102653737, -5.482945731809909 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.1985070844106742, -0.9163109550252136 ], "y": [ -11.933480162427857, -12.689171612868295 ], "z": [ -5.482945731809909, -5.796934856907508 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.1985070844106742, 1.0451459364412614 ], "y": [ -11.933480162427857, -11.917670843818442 ], "z": [ -5.482945731809909, -6.15234226576974 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9163109550252136, -0.9387181114444476 ], "y": [ -12.689171612868295, -13.265245160292224 ], "z": [ -5.796934856907508, -6.710314398664175 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1078020359599376, 0.22568751231149498 ], "y": [ -10.595448813557734, -11.195934270158773 ], "z": [ -4.067211902595253, -4.314384102653737 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.242130030458112, 2.218941955183457 ], "y": [ -10.166298171013958, -9.27743094146535 ], "z": [ -7.254203228353613, -6.983557314195788 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.242130030458112, 3.5007326956371916 ], "y": [ -10.166298171013958, -11.208511694186045 ], "z": [ -7.254203228353613, -6.384873237107766 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.242130030458112, 4.224369449222811 ], "y": [ -10.166298171013958, -9.965296173033252 ], "z": [ -7.254203228353613, -8.712868344489785 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.218941955183457, 1.454553038834948 ], "y": [ -9.27743094146535, -9.431177708709738 ], "z": [ -6.983557314195788, -5.841390287826415 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.218941955183457, 2.0158501123569463 ], "y": [ -9.27743094146535, -8.46339776296439 ], "z": [ -6.983557314195788, -7.662705079911732 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.454553038834948, 1.7137939251973635 ], "y": [ -9.431177708709738, -10.472810424462926 ], "z": [ -5.841390287826415, -4.971554988295143 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.454553038834948, 0.6541116081776632 ], "y": [ -9.431177708709738, -8.737587979484758 ], "z": [ -5.841390287826415, -5.629605482892421 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.7137939251973635, 2.737620221655342 ], "y": [ -10.472810424462926, -11.361096846592655 ], "z": [ -4.971554988295143, -5.241695594167548 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.737620221655342, 3.5007326956371916 ], "y": [ -11.361096846592655, -11.208511694186045 ], "z": [ -5.241695594167548, -6.384873237107766 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.737620221655342, 2.9400738432985207 ], "y": [ -11.361096846592655, -12.175710832512504 ], "z": [ -5.241695594167548, -4.563053136737028 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.5007326956371916, 4.300535905111154 ], "y": [ -11.208511694186045, -11.902682230829914 ], "z": [ -6.384873237107766, -6.59716335032718 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1078020359599376, 1.7137939251973635 ], "y": [ -10.595448813557734, -10.472810424462926 ], "z": [ -4.067211902595253, -4.971554988295143 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1652528854493704, 3.294231222178701 ], "y": [ -12.470489094230595, -11.101108203316956 ], "z": [ -1.3934128641639938, -1.529091028417159 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1652528854493704, 2.29988225684132 ], "y": [ -12.470489094230595, -13.168186703863412 ], "z": [ -1.3934128641639938, -2.2138826811927186 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.1652528854493704, 4.113566387265296 ], "y": [ -12.470489094230595, -13.330441299419178 ], "z": [ -1.3934128641639938, -0.1710856955774016 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.294231222178701, 2.5572410763797113 ], "y": [ -11.101108203316956, -10.42955541445931 ], "z": [ -1.529091028417159, -2.4873897171216237 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.294231222178701, 3.9695633405014186 ], "y": [ -11.101108203316956, -10.555275438889911 ], "z": [ -1.529091028417159, -0.8878959541693288 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5572410763797113, 1.6926078975957486 ], "y": [ -10.42955541445931, -11.127388050362066 ], "z": [ -2.4873897171216237, -3.308521301226726 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5572410763797113, 2.6566739107470534 ], "y": [ -10.42955541445931, -9.3592798046019 ], "z": [ -2.4873897171216237, -2.593452106280206 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.6926078975957486, 1.5643670106905097 ], "y": [ -11.127388050362066, -12.496903967545638 ], "z": [ -3.308521301226726, -3.173504904049937 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 5.76 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5643670106905097, 2.29988225684132 ], "y": [ -12.496903967545638, -13.168186703863412 ], "z": [ -3.173504904049937, -2.2138826811927186 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.5643670106905097, 0.8882974425437027 ], "y": [ -12.496903967545638, -13.042601705702747 ], "z": [ -3.173504904049937, -3.8140382112213915 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.29988225684132, 2.199711972649892 ], "y": [ -13.168186703863412, -14.23832728745089 ], "z": [ -2.2138826811927186, -2.1071585249577622 ] }, { "hoverinfo": "skip", "line": { "color": "black", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.1078020359599376, 1.6926078975957486 ], "y": [ -10.595448813557734, -11.127388050362066 ], "z": [ -4.067211902595253, -3.308521301226726 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.822154063951929, 7.109104993168066 ], "y": [ 1.998359234088429, 3.1509305347489978 ], "z": [ -0.19037520981065392, -1.2326685377727502 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.283169109606617, 6.822154063951929 ], "y": [ 2.599184272971712, 1.998359234088429 ], "z": [ 1.1681686106231886, -0.19037520981065392 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.472533860438849, 6.283169109606617 ], "y": [ 1.641975217806877, 2.599184272971712 ], "z": [ 1.854842709098698, 1.1681686106231886 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.4272459222715534, 5.472533860438849 ], "y": [ 2.374347449042334, 1.641975217806877 ], "z": [ 2.7618371346044017, 1.854842709098698 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.27412800761962, 4.4272459222715534 ], "y": [ 1.551518073399126, 2.374347449042334 ], "z": [ 2.9572108623350872, 2.7618371346044017 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.004008177918219, 3.27412800761962 ], "y": [ 2.4392179825726776, 1.551518073399126 ], "z": [ 3.2669225183173167, 2.9572108623350872 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6830763920495422, 2.004008177918219 ], "y": [ 1.69234901418063, 2.4392179825726776 ], "z": [ 2.82594317465881, 3.2669225183173167 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.3487366228964528, 0.6830763920495422 ], "y": [ 2.633935529399455, 1.69234901418063 ], "z": [ 2.519876618912964, 2.82594317465881 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.3720389841240568, -0.3487366228964528 ], "y": [ 2.019863499287129, 2.633935529399455 ], "z": [ 1.4840655165692795, 2.519876618912964 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0671829179767203, -1.3720389841240568 ], "y": [ 3.164107393133675, 2.019863499287129 ], "z": [ 0.6446504565295905, 1.4840655165692795 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.528306556970131, -2.0671829179767203 ], "y": [ 2.6176410683868423, 3.164107393133675 ], "z": [ -0.7645608001235298, 0.6446504565295905 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5773243280034386, -2.528306556970131 ], "y": [ 3.6774152044934083, 2.6176410683868423 ], "z": [ -1.7234017872337528, -0.7645608001235298 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3623552817941507, -2.5773243280034386 ], "y": [ 3.115248458041422, 3.6774152044934083 ], "z": [ -3.184529324019694, -1.7234017872337528 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.8094732116341934, -2.3623552817941507 ], "y": [ 4.123261483162328, 3.115248458041422 ], "z": [ -4.034900512197092, -3.184529324019694 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9856560062623512, -1.8094732116341934 ], "y": [ 3.466295103251265, 4.123261483162328 ], "z": [ -5.212549529603628, -4.034900512197092 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.13638082883346359, -0.9856560062623512 ], "y": [ 4.4542683204415825, 3.466295103251265 ], "z": [ -5.724486130367319, -5.212549529603628 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.2243601957643542, 0.13638082883346359 ], "y": [ 3.7253802160030087, 4.4542683204415825 ], "z": [ -6.298875395883833, -5.724486130367319 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5664619084726055, 1.2243601957643542 ], "y": [ 4.552418353942013, 3.7253802160030087 ], "z": [ -6.189752843042216, -6.298875395883833 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.815411811334433, 2.5664619084726055 ], "y": [ 3.5845492752215042, 4.552418353942013 ], "z": [ -6.167607708207557, -6.189752843042216 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.912363374001472, 3.815411811334433 ], "y": [ 4.1946802400844625, 3.5845492752215042 ], "z": [ -5.482525614675884, -6.167607708207557 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.863683852222229, 4.912363374001472 ], "y": [ 3.0940142230842334, 4.1946802400844625 ], "z": [ -4.8655487211560455, -5.482525614675884 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.630809669081739, 5.863683852222229 ], "y": [ 3.664508376350242, 3.0940142230842334 ], "z": [ -3.607299452292509, -4.8655487211560455 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.982955622809696, 6.630809669081739 ], "y": [ 2.60730453338848, 3.664508376350242 ], "z": [ -2.711077793493801, -3.607299452292509 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.109104993168066, 6.982955622809696 ], "y": [ 3.1509305347489978, 2.60730453338848 ], "z": [ -1.2326685377727502, -2.711077793493801 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.109104993168066, 8.112299232444283 ], "y": [ 3.1509305347489978, 3.5361674459050216 ], "z": [ -1.2326685377727502, -1.050202539389543 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 7.109104993168066, 6.395642441935212 ], "y": [ 3.1509305347489978, 3.956310648455356 ], "z": [ -1.2326685377727502, -1.0582149323796852 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.822154063951929, 6.074992267921065 ], "y": [ 1.998359234088429, 1.3067715158028208 ], "z": [ -0.19037520981065392, -0.5796767362248699 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.822154063951929, 7.732273239356226 ], "y": [ 1.998359234088429, 1.4367688252947954 ], "z": [ -0.19037520981065392, 0.020336202581761942 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.472533860438849, 6.12630442882198 ], "y": [ 1.641975217806877, 0.998743510975109 ], "z": [ 1.854842709098698, 2.443856304223879 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.472533860438849, 4.965009634692703 ], "y": [ 1.641975217806877, 1.0267067061051922 ], "z": [ 1.854842709098698, 1.111900033793821 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.4272459222715534, 4.863891898337394 ], "y": [ 2.374347449042334, 2.589733192981398 ], "z": [ 2.7618371346044017, 3.7370546861760103 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.4272459222715534, 4.105406824112603 ], "y": [ 2.374347449042334, 3.3150326574279307 ], "z": [ 2.7618371346044017, 2.315036358395608 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.004008177918219, 1.9368973643306433 ], "y": [ 2.4392179825726776, 2.653421054049666 ], "z": [ 3.2669225183173167, 4.333558905690932 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.004008177918219, 2.057972107340642 ], "y": [ 2.4392179825726776, 3.386178507220928 ], "z": [ 3.2669225183173167, 2.7298436981435885 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6830763920495422, 0.8646295122243033 ], "y": [ 1.69234901418063, 1.082923346792253 ], "z": [ 2.82594317465881, 1.940652928195516 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6830763920495422, 0.3267452198872278 ], "y": [ 1.69234901418063, 1.0405524238193933 ], "z": [ 2.82594317465881, 3.623620616071627 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.3720389841240568, -0.8617393418915276 ], "y": [ 2.019863499287129, 1.3492733984608027 ], "z": [ 1.4840655165692795, 0.7926877675701598 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.3720389841240568, -2.147522879374562 ], "y": [ 2.019863499287129, 1.4543157913074645 ], "z": [ 1.4840655165692795, 2.0006703154301264 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0671829179767203, -1.356191810895821 ], "y": [ 3.164107393133675, 3.9815657749855697 ], "z": [ 0.6446504565295905, 0.5248446153032043 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.0671829179767203, -2.9220969466029825 ], "y": [ 3.164107393133675, 3.5335889795922757 ], "z": [ 0.6446504565295905, 1.2109589951603006 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5773243280034386, -3.5431906984150725 ], "y": [ 3.6774152044934083, 4.181395333597873 ], "z": [ -1.7234017872337528, -1.6886716277797142 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.5773243280034386, -1.7991561241686886 ], "y": [ 3.6774152044934083, 4.413440229760084 ], "z": [ -1.7234017872337528, -1.5213587009333542 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3623552817941507, -1.6798991383651765 ], "y": [ 3.115248458041422, 2.265431037353997 ], "z": [ -3.184529324019694, -3.1717244892989385 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3623552817941507, -3.3098023260630267 ], "y": [ 3.115248458041422, 2.7876218265745654 ], "z": [ -3.184529324019694, -3.6124368942493534 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9856560062623512, -0.5059190791620578 ], "y": [ 3.466295103251265, 2.5464386117590667 ], "z": [ -5.212549529603628, -4.878159763258974 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.9856560062623512, -1.6398360895540276 ], "y": [ 3.466295103251265, 3.2265899056016933 ], "z": [ -5.212549529603628, -6.050815499832812 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.13638082883346359, -0.2629372783677959 ], "y": [ 4.4542683204415825, 5.1280996167630075 ], "z": [ -5.724486130367319, -6.4825075241016865 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.13638082883346359, 0.5229255795943057 ], "y": [ 4.4542683204415825, 5.05498825102902 ], "z": [ -5.724486130367319, -4.901188662465065 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5664619084726055, 2.528044055099769 ], "y": [ 4.552418353942013, 5.149534929478483 ], "z": [ -6.189752843042216, -5.278667850430757 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.5664619084726055, 2.621741014372457 ], "y": [ 4.552418353942013, 5.2301042839372 ], "z": [ -6.189752843042216, -7.0416835918343175 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.815411811334433, 4.0877202307837655 ], "y": [ 3.5845492752215042, 3.3526999853472073 ], "z": [ -6.167607708207557, -7.197264948012043 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.815411811334433, 3.5224581547093807 ], "y": [ 3.5845492752215042, 2.658140963661805 ], "z": [ -6.167607708207557, -5.673597793992148 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.863683852222229, 5.28867855738781 ], "y": [ 3.0940142230842334, 2.2231991849375263 ], "z": [ -4.8655487211560455, -4.550667663850385 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.863683852222229, 6.601839878608151 ], "y": [ 3.0940142230842334, 2.770344890803407 ], "z": [ -4.8655487211560455, -5.599349677854134 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.630809669081739, 7.544989232314439 ], "y": [ 3.664508376350242, 4.172902299171883 ], "z": [ -3.607299452292509, -3.9137490328203532 ] }, { "hoverinfo": "skip", "line": { "color": "red", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.630809669081739, 6.006461880344591 ], "y": [ 3.664508376350242, 4.377113602491133 ], "z": [ -3.607299452292509, -3.06833411910704 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.282218328128252, 6.569169257344389 ], "y": [ -9.139954043426847, -7.987382742766279 ], "z": [ -2.3963835659130703, -3.438676893875167 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.74323337378294, 6.282218328128252 ], "y": [ -8.539129004543565, -9.139954043426847 ], "z": [ -1.037839745479228, -2.3963835659130703 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.932598124615172, 5.74323337378294 ], "y": [ -9.4963380597084, -8.539129004543565 ], "z": [ -0.35116564700371855, -1.037839745479228 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.887310186447876, 4.932598124615172 ], "y": [ -8.763965828472942, -9.4963380597084 ], "z": [ 0.5558287785019851, -0.35116564700371855 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.734192271795943, 3.887310186447876 ], "y": [ -9.58679520411615, -8.763965828472942 ], "z": [ 0.7512025062326706, 0.5558287785019851 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.4640724420945417, 2.734192271795943 ], "y": [ -8.699095294942598, -9.58679520411615 ], "z": [ 1.0609141622149, 0.7512025062326706 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.1431406562258648, 1.4640724420945417 ], "y": [ -9.445964263334647, -8.699095294942598 ], "z": [ 0.6199348185563935, 1.0609141622149 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.8886723587201302, 0.1431406562258648 ], "y": [ -8.504377748115822, -9.445964263334647 ], "z": [ 0.31386826281054736, 0.6199348185563935 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.9119747199477342, -0.8886723587201302 ], "y": [ -9.118449778228147, -8.504377748115822 ], "z": [ -0.7219428395331371, 0.31386826281054736 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.6071186538003976, -1.9119747199477342 ], "y": [ -7.974205884381602, -9.118449778228147 ], "z": [ -1.5613578995728261, -0.7219428395331371 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.0682422927938084, -2.6071186538003976 ], "y": [ -8.520672209128435, -7.974205884381602 ], "z": [ -2.970569156225946, -1.5613578995728261 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.117260063827116, -3.0682422927938084 ], "y": [ -7.460898073021868, -8.520672209128435 ], "z": [ -3.9294101433361694, -2.970569156225946 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.902291017617828, -3.117260063827116 ], "y": [ -8.023064819473856, -7.460898073021868 ], "z": [ -5.390537680122111, -3.9294101433361694 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.3494089474578708, -2.902291017617828 ], "y": [ -7.0150517943529485, -8.023064819473856 ], "z": [ -6.240908868299509, -5.390537680122111 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5255917420860285, -2.3494089474578708 ], "y": [ -7.672018174264012, -7.0150517943529485 ], "z": [ -7.418557885706044, -6.240908868299509 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.4035549069902138, -1.5255917420860285 ], "y": [ -6.684044957073694, -7.672018174264012 ], "z": [ -7.930494486469736, -7.418557885706044 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.6844244599406768, -0.4035549069902138 ], "y": [ -7.412933061512268, -6.684044957073694 ], "z": [ -8.504883751986249, -7.930494486469736 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.026526172648928, 0.6844244599406768 ], "y": [ -6.585894923573264, -7.412933061512268 ], "z": [ -8.395761199144633, -8.504883751986249 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2754760755107557, 2.026526172648928 ], "y": [ -7.553764002293772, -6.585894923573264 ], "z": [ -8.373616064309974, -8.395761199144633 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.372427638177794, 3.2754760755107557 ], "y": [ -6.943633037430814, -7.553764002293772 ], "z": [ -7.688533970778301, -8.373616064309974 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.323748116398551, 4.372427638177794 ], "y": [ -8.044299054431043, -6.943633037430814 ], "z": [ -7.071557077258462, -7.688533970778301 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.090873933258061, 5.323748116398551 ], "y": [ -7.4738049011650345, -8.044299054431043 ], "z": [ -5.813307808394926, -7.071557077258462 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.4430198869860185, 6.090873933258061 ], "y": [ -8.531008744126797, -7.4738049011650345 ], "z": [ -4.9170861495962175, -5.813307808394926 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.569169257344389, 6.4430198869860185 ], "y": [ -7.987382742766279, -8.531008744126797 ], "z": [ -3.438676893875167, -4.9170861495962175 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.569169257344389, 7.572363496620605 ], "y": [ -7.987382742766279, -7.602145831610255 ], "z": [ -3.438676893875167, -3.25621089549196 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.569169257344389, 5.855706706111534 ], "y": [ -7.987382742766279, -7.182002629059921 ], "z": [ -3.438676893875167, -3.2642232884821016 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.282218328128252, 5.5350565320973875 ], "y": [ -9.139954043426847, -9.831541761712456 ], "z": [ -2.3963835659130703, -2.7856850923272867 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.282218328128252, 7.192337503532548 ], "y": [ -9.139954043426847, -9.701544452220482 ], "z": [ -2.3963835659130703, -2.1856721535206547 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.932598124615172, 5.5863686929983025 ], "y": [ -9.4963380597084, -10.139569766540168 ], "z": [ -0.35116564700371855, 0.23784794812146215 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 4.932598124615172, 4.425073898869026 ], "y": [ -9.4963380597084, -10.111606571410084 ], "z": [ -0.35116564700371855, -1.0941083223085957 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.887310186447876, 4.323956162513717 ], "y": [ -8.763965828472942, -8.548580084533878 ], "z": [ 0.5558287785019851, 1.5310463300735937 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.887310186447876, 3.565471088288926 ], "y": [ -8.763965828472942, -7.8232806200873455 ], "z": [ 0.5558287785019851, 0.10902800229319132 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.4640724420945417, 1.396961628506966 ], "y": [ -8.699095294942598, -8.48489222346561 ], "z": [ 1.0609141622149, 2.1275505495885154 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 1.4640724420945417, 1.5180363715169647 ], "y": [ -8.699095294942598, -7.752134770294349 ], "z": [ 1.0609141622149, 0.5238353420411719 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.1431406562258648, 0.3246937764006259 ], "y": [ -9.445964263334647, -10.055389930723024 ], "z": [ 0.6199348185563935, -0.2653554279069006 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 0.1431406562258648, -0.21319051593644955 ], "y": [ -9.445964263334647, -10.097760853695883 ], "z": [ 0.6199348185563935, 1.4176122599692103 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.9119747199477342, -1.401675077715205 ], "y": [ -9.118449778228147, -9.789039879054474 ], "z": [ -0.7219428395331371, -1.4133205885322568 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.9119747199477342, -2.6874586151982394 ], "y": [ -9.118449778228147, -9.683997486207812 ], "z": [ -0.7219428395331371, -0.20533804067229022 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.6071186538003976, -1.8961275467194985 ], "y": [ -7.974205884381602, -7.156747502529707 ], "z": [ -1.5613578995728261, -1.6811637407992124 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.6071186538003976, -3.46203268242666 ], "y": [ -7.974205884381602, -7.604724297923001 ], "z": [ -1.5613578995728261, -0.995049360942116 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.117260063827116, -4.08312643423875 ], "y": [ -7.460898073021868, -6.956917943917404 ], "z": [ -3.9294101433361694, -3.894679983882131 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -3.117260063827116, -2.339091859992366 ], "y": [ -7.460898073021868, -6.724873047755192 ], "z": [ -3.9294101433361694, -3.727367057035771 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.902291017617828, -2.219834874188854 ], "y": [ -8.023064819473856, -8.87288224016128 ], "z": [ -5.390537680122111, -5.377732845401355 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -2.902291017617828, -3.849738061886704 ], "y": [ -8.023064819473856, -8.350691450940712 ], "z": [ -5.390537680122111, -5.81844525035177 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5255917420860285, -1.0458548149857352 ], "y": [ -7.672018174264012, -8.59187466575621 ], "z": [ -7.418557885706044, -7.084168119361391 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -1.5255917420860285, -2.179771825377705 ], "y": [ -7.672018174264012, -7.911723371913583 ], "z": [ -7.418557885706044, -8.256823855935227 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.4035549069902138, -0.8028730141914733 ], "y": [ -6.684044957073694, -6.010213660752269 ], "z": [ -7.930494486469736, -8.688515880204104 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ -0.4035549069902138, -0.01701015622937163 ], "y": [ -6.684044957073694, -6.083325026486257 ], "z": [ -7.930494486469736, -7.107197018567482 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.026526172648928, 1.9881083192760918 ], "y": [ -6.585894923573264, -5.988778348036794 ], "z": [ -8.395761199144633, -7.484676206533174 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 2.026526172648928, 2.0818052785487797 ], "y": [ -6.585894923573264, -5.908208993578077 ], "z": [ -8.395761199144633, -9.247691947936733 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2754760755107557, 3.547784494960088 ], "y": [ -7.553764002293772, -7.785613292168069 ], "z": [ -8.373616064309974, -9.40327330411446 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 3.2754760755107557, 2.9825224188857034 ], "y": [ -7.553764002293772, -8.480172313853473 ], "z": [ -8.373616064309974, -7.879606150094564 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.323748116398551, 4.748742821564132 ], "y": [ -8.044299054431043, -8.91511409257775 ], "z": [ -7.071557077258462, -6.756676019952802 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 5.323748116398551, 6.061904142784473 ], "y": [ -8.044299054431043, -8.367968386711869 ], "z": [ -7.071557077258462, -7.8053580339565505 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.090873933258061, 7.005053496490762 ], "y": [ -7.4738049011650345, -6.965410978343393 ], "z": [ -5.813307808394926, -6.119757388922769 ] }, { "hoverinfo": "skip", "line": { "color": "blue", "width": 1.44 }, "mode": "lines", "showlegend": false, "type": "scatter3d", "x": [ 6.090873933258061, 5.4665261445209135 ], "y": [ -7.4738049011650345, -6.761199675024144 ], "z": [ -5.813307808394926, -5.2743424752094565 ] } ], "layout": { "scene": { "xaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "yaxis": { "showgrid": false, "showline": false, "showticklabels": false }, "zaxis": { "showgrid": false, "showline": false, "showticklabels": false } }, "template": { "data": { "bar": [ { "error_x": { "color": "rgb(36,36,36)" }, "error_y": { "color": "rgb(36,36,36)" }, "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "bar" } ], "barpolar": [ { "marker": { "line": { "color": "white", "width": 0.5 }, "pattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 } }, "type": "barpolar" } ], "carpet": [ { "aaxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "baxis": { "endlinecolor": "rgb(36,36,36)", "gridcolor": "white", "linecolor": "white", "minorgridcolor": "white", "startlinecolor": "rgb(36,36,36)" }, "type": "carpet" } ], "choropleth": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "choropleth" } ], "contour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "contour" } ], "contourcarpet": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "contourcarpet" } ], "heatmap": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmap" } ], "heatmapgl": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "heatmapgl" } ], "histogram": [ { "marker": { "line": { "color": "white", "width": 0.6 } }, "type": "histogram" } ], "histogram2d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2d" } ], "histogram2dcontour": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "histogram2dcontour" } ], "mesh3d": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "type": "mesh3d" } ], "parcoords": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "parcoords" } ], "pie": [ { "automargin": true, "type": "pie" } ], "scatter": [ { "fillpattern": { "fillmode": "overlay", "size": 10, "solidity": 0.2 }, "type": "scatter" } ], "scatter3d": [ { "line": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatter3d" } ], "scattercarpet": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattercarpet" } ], "scattergeo": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergeo" } ], "scattergl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattergl" } ], "scattermapbox": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scattermapbox" } ], "scatterpolar": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolar" } ], "scatterpolargl": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterpolargl" } ], "scatterternary": [ { "marker": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "type": "scatterternary" } ], "surface": [ { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" }, "colorscale": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "type": "surface" } ], "table": [ { "cells": { "fill": { "color": "rgb(237,237,237)" }, "line": { "color": "white" } }, "header": { "fill": { "color": "rgb(217,217,217)" }, "line": { "color": "white" } }, "type": "table" } ] }, "layout": { "annotationdefaults": { "arrowhead": 0, "arrowwidth": 1 }, "autotypenumbers": "strict", "coloraxis": { "colorbar": { "outlinewidth": 1, "tickcolor": "rgb(36,36,36)", "ticks": "outside" } }, "colorscale": { "diverging": [ [ 0, "rgb(103,0,31)" ], [ 0.1, "rgb(178,24,43)" ], [ 0.2, "rgb(214,96,77)" ], [ 0.3, "rgb(244,165,130)" ], [ 0.4, "rgb(253,219,199)" ], [ 0.5, "rgb(247,247,247)" ], [ 0.6, "rgb(209,229,240)" ], [ 0.7, "rgb(146,197,222)" ], [ 0.8, "rgb(67,147,195)" ], [ 0.9, "rgb(33,102,172)" ], [ 1, "rgb(5,48,97)" ] ], "sequential": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ], "sequentialminus": [ [ 0, "#440154" ], [ 0.1111111111111111, "#482878" ], [ 0.2222222222222222, "#3e4989" ], [ 0.3333333333333333, "#31688e" ], [ 0.4444444444444444, "#26828e" ], [ 0.5555555555555556, "#1f9e89" ], [ 0.6666666666666666, "#35b779" ], [ 0.7777777777777778, "#6ece58" ], [ 0.8888888888888888, "#b5de2b" ], [ 1, "#fde725" ] ] }, "colorway": [ "#1F77B4", "#FF7F0E", "#2CA02C", "#D62728", "#9467BD", "#8C564B", "#E377C2", "#7F7F7F", "#BCBD22", "#17BECF" ], "font": { "color": "rgb(36,36,36)" }, "geo": { "bgcolor": "white", "lakecolor": "white", "landcolor": "white", "showlakes": true, "showland": true, "subunitcolor": "white" }, "hoverlabel": { "align": "left" }, "hovermode": "closest", "mapbox": { "style": "light" }, "paper_bgcolor": "white", "plot_bgcolor": "white", "polar": { "angularaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "radialaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "scene": { "xaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "zaxis": { "backgroundcolor": "white", "gridcolor": "rgb(232,232,232)", "gridwidth": 2, "linecolor": "rgb(36,36,36)", "showbackground": true, "showgrid": false, "showline": true, "ticks": "outside", "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } }, "shapedefaults": { "fillcolor": "black", "line": { "width": 0 }, "opacity": 0.3 }, "ternary": { "aaxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "baxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" }, "bgcolor": "white", "caxis": { "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside" } }, "title": { "x": 0.05 }, "xaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" }, "yaxis": { "automargin": true, "gridcolor": "rgb(232,232,232)", "linecolor": "rgb(36,36,36)", "showgrid": false, "showline": true, "ticks": "outside", "title": { "standoff": 15 }, "zeroline": false, "zerolinecolor": "rgb(36,36,36)" } } } } }, "text/html": [ "
" ] }, "metadata": {}, "output_type": "display_data" } ], "source": [ "# move the ring to the right spot\n", "ring.move_to(scaffold_optimized.get_residue(\"NCK\").coord)\n", "\n", "# and check again that the location now is around the center of the scaffold\n", "v += ring.draw(show_atoms=False, line_color=\"blue\")\n", "v.show()" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "## Merging the system" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "Alrighty, that looks alright. Now with this done, we can finally assemble the system as a whole into a single molecule object using the `merge` method." ] }, { "cell_type": "code", "execution_count": 13, "metadata": {}, "outputs": [ { "data": { "text/plain": [ "Molecule(BNZ)" ] }, "execution_count": 13, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# add the ring as a second chain to the scaffold_optimized\n", "scaffold_optimized.merge(ring)" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "And with this we are done! We can export our system to a file and now go on doing whatever we like with it." ] }, { "cell_type": "code", "execution_count": 14, "metadata": {}, "outputs": [], "source": [ "scaffold_optimized.to_molfile(\"./files/rotaxane.mol\")" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "And with that we have reached the end of this tutorial. Hopefully you now know hot wo create multi-molecule systems in BuildAMol by making individual molecules, merging them together. And if you are particularly interested in rotaxanes, you are now able to use the RotaxaneBuilder to make simple rotaxanes. If you are interested, you can also check out the more bare-bone and advanced implementation for this rotaxane which may be helpful if your problem cannot be directly solved with the RotaxaneBuilder.\n", "\n", "Thanks for checking out this tutorial and good luck with your research using BuildAMol!" ] } ], "metadata": { "kernelspec": { "display_name": "glyco2", "language": "python", "name": "python3" }, "language_info": { "codemirror_mode": { "name": "ipython", "version": 3 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", "version": "3.11.0" }, "orig_nbformat": 4 }, "nbformat": 4, "nbformat_minor": 2 }