ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/mdRipple/figures/dppc.pov
Revision: 3179
Committed: Wed Jul 18 21:22:48 2007 UTC (18 years ago) by gezelter
File size: 31641 byte(s)
Log Message:
added renders for dppc molecule

File Contents

# Content
1 //****************************************************** // Jmol generated povray script. // // This script was generated on : // Wed, July 18, 2007 at 4:49 PM //****************************************************** //****************************************************** // Declare the resolution, camera, and light sources. //****************************************************** // NOTE: if you plan to render at a different resoltion, // be sure to update the following two lines to maintain // the correct aspect ratio. #declare Width =2048; #declare Height = 2048; #declare minScreenDimension = 2048; #declare Ratio = Width / Height; #declare zoom = 37.628124; camera{ location < 0, 0, zoom> // Ratio is negative to switch povray to // a right hand coordinate system. right < -Ratio , 0, 0> look_at < 0, 0, 0 > } background { color rgb<1.0,1.0,1.0> } light_source { < 0, 0, zoom> rgb <1.0,1.0,1.0> } light_source { < -zoom, zoom, zoom> rgb <1.0,1.0,1.0> } //*********************************************** // macros for common shapes //*********************************************** #default { finish { ambient .2 diffuse .6 specular 1 roughness .001 metallic}} #macro atom(X,Y,Z,RADIUS,R,G,B) sphere{<X,Y,Z>,RADIUS pigment{rgb<R,G,B>}} #end #macro bond1(X1,Y1,Z1,X2,Y2,Z2,RADIUS,R,G,B) cylinder{<X1,Y1,Z1>,<X2,Y2,Z2>,RADIUS pigment{rgb<R,G,B>}} sphere{<X1,Y1,Z1>,RADIUS pigment{rgb<R,G,B>}} sphere{<X2,Y2,Z2>,RADIUS pigment{rgb<R,G,B>}} #end #macro bond2(X1,Y1,Z1,XC,YC,ZC,X2,Y2,Z2,RADIUS,R1,G1,B1,R2,G2,B2) cylinder{<X1, Y1, Z1>, <XC, YC, ZC>, RADIUS pigment{rgb<R1, G1, B1>}} cylinder{<XC, YC, ZC>, <X2, Y2, Z2>, RADIUS pigment{rgb<R2,G2,B2>}} sphere{<X1,Y1,Z1>,RADIUS pigment{rgb<R1,G1,B1>}} sphere{<X2,Y2,Z2>,RADIUS pigment{rgb<R2,G2,B2>}} #end #macro dblbond1(X1,Y1,Z1,X2,Y2,Z2,RADIUS,R,G,B) #local dx = X2 - X1; #local dy = Y2 - Y1; #local mag2d = sqrt(dx*dx + dy*dy); #local separation = 3/2 * RADIUS; #if (dx + dy) #local offX = separation * dy / mag2d; #local offY = separation * -dx / mag2d; #else #local offX = 0; #local offY = separation; #end bond1(X1+offX,Y1+offY,Z1,X2+offX,Y2+offY,Z2,RADIUS,R,G,B) bond1(X1-offX,Y1-offY,Z1,X2-offX,Y2-offY,Z2,RADIUS,R,G,B) #end #macro dblbond2(X1,Y1,Z1,XC,YC,ZC,X2,Y2,Z2,RADIUS,R1,G1,B1,R2,G2,B2) #local dx = X2 - X1; #local dy = Y2 - Y1; #local mag2d = sqrt(dx*dx + dy*dy); #local separation = 3/2 * RADIUS; #if (dx + dy) #local offX = separation * dy / mag2d; #local offY = separation * -dx / mag2d; #else #local offX = 0; #local offY = separation; #end bond2(X1+offX,Y1+offY,Z1,XC+offX,YC+offY,ZC,X2+offX,Y2+offY,Z2, RADIUS,R1,G1,B1,R2,G2,B2) bond2(X1-offX,Y1-offY,Z1,XC-offX,YC-offY,ZC,X2-offX,Y2-offY,Z2, RADIUS,R1,G1,B1,R2,G2,B2) #end #macro trpbond1(X1,Y1,Z1,X2,Y2,Z2,RADIUS,R,G,B) #local dx = X2 - X1; #local dy = Y2 - Y1; #local mag2d = sqrt(dx*dx + dy*dy); #local separation = 5/2 * RADIUS; #if (dx + dy) #local offX = separation * dy / mag2d; #local offY = separation * -dx / mag2d; #else #local offX = 0; #local offY = separation; #end bond1(X1+offX,Y1+offY,Z1,X2+offX,Y2+offY,Z2,RADIUS,R,G,B) bond1(X1 ,Y1 ,Z1,X2 ,Y2 ,Z2,RADIUS,R,G,B) bond1(X1-offX,Y1-offY,Z1,X2-offX,Y2-offY,Z2,RADIUS,R,G,B) #end #macro trpbond2(X1,Y1,Z1,XC,YC,ZC,X2,Y2,Z2,RADIUS,R1,G1,B1,R2,G2,B2) #local dx = X2 - X1; #local dy = Y2 - Y1; #local mag2d = sqrt(dx*dx + dy*dy); #local separation = 5/2 * RADIUS; #if (dx + dy) #local offX = separation * dy / mag2d; #local offY = separation * -dx / mag2d; #else #local offX = 0; #local offY = separation; #end bond2(X1+offX,Y1+offY,Z1,XC+offX,YC+offY,ZC,X2+offX,Y2+offY,Z2, RADIUS,R1,G1,B1,R2,G2,B2) bond2(X1 ,Y1 ,Z1,XC ,YC ,ZC,X2 ,Y2 ,Z2, RADIUS,R1,G1,B1,R2,G2,B2) bond2(X1-offX,Y1-offY,Z1,XC-offX,YC-offY,ZC,X2-offX,Y2-offY,Z2, RADIUS,R1,G1,B1,R2,G2,B2) #end //*********************************************** // List of all of the atoms //*********************************************** atom(-2.7955537,5.6992083,-1.9028358,0.468,0.5647059,0.5647059,0.5647059) atom(-2.4723516,6.071786,-2.992569,0.408,1.0,0.050980393,0.050980393) atom(-3.5715709,4.430197,-1.7053986,0.468,0.5647059,0.5647059,0.5647059) atom(-4.5721765,4.4287157,-2.1875744,0.288,1.0,1.0,1.0) atom(-3.8746867,4.389824,-0.6371937,0.288,1.0,1.0,1.0) atom(-2.715139,3.1219282,-1.9675293,0.468,0.5647059,0.5647059,0.5647059) atom(-2.0207725,2.9814258,-1.1117859,0.288,1.0,1.0,1.0) atom(-2.032349,3.3603687,-2.8111963,0.288,1.0,1.0,1.0) atom(-3.4647527,1.8221006,-2.3146133,0.468,0.5647059,0.5647059,0.5647059) atom(-4.174584,2.000826,-3.1505346,0.288,1.0,1.0,1.0) atom(-4.0118756,1.507545,-1.400816,0.288,1.0,1.0,1.0) atom(-2.4616609,0.83021164,-2.8210325,0.468,0.5647059,0.5647059,0.5647059) atom(-1.6779475,0.73851776,-2.0391903,0.288,1.0,1.0,1.0) atom(-1.7897544,1.1641393,-3.6404333,0.288,1.0,1.0,1.0) atom(-2.9863782,-0.51032925,-3.2780943,0.468,0.5647059,0.5647059,0.5647059) atom(-3.4676957,-0.22170925,-4.2377396,0.288,1.0,1.0,1.0) atom(-3.78653,-0.91166496,-2.6205196,0.288,1.0,1.0,1.0) atom(-1.929604,-1.6111484,-3.5210466,0.468,0.5647059,0.5647059,0.5647059) atom(-1.5542235,-1.7004762,-2.4783907,0.288,1.0,1.0,1.0) atom(-1.1135564,-1.2248068,-4.1696463,0.288,1.0,1.0,1.0) atom(-2.5115466,-2.8296618,-4.120825,0.468,0.5647059,0.5647059,0.5647059) atom(-2.3883653,-2.9756927,-5.214655,0.288,1.0,1.0,1.0) atom(-3.6199746,-2.911902,-4.1107216,0.288,1.0,1.0,1.0) atom(-1.9661651,-4.092262,-3.4581366,0.468,0.5647059,0.5647059,0.5647059) atom(-2.2067914,-4.050028,-2.3742895,0.288,1.0,1.0,1.0) atom(-0.87023306,-4.16377,-3.6264324,0.288,1.0,1.0,1.0) atom(-2.6958842,-5.38911,-3.8389292,0.468,0.5647059,0.5647059,0.5647059) atom(-2.461762,-5.44182,-4.9237432,0.288,1.0,1.0,1.0) atom(-3.7899756,-5.3145423,-3.6593094,0.288,1.0,1.0,1.0) atom(-2.096744,-6.5672793,-3.040021,0.468,0.5647059,0.5647059,0.5647059) atom(-2.120047,-6.356183,-1.9496365,0.288,1.0,1.0,1.0) atom(-1.0348659,-6.662341,-3.3527145,0.288,1.0,1.0,1.0) atom(-2.8805118,-7.8176208,-3.4545326,0.468,0.5647059,0.5647059,0.5647059) atom(-2.921372,-8.134881,-4.518507,0.288,1.0,1.0,1.0) atom(-3.91433,-7.5729775,-3.1279297,0.288,1.0,1.0,1.0) atom(-2.4338078,-9.059429,-2.6429586,0.468,0.5647059,0.5647059,0.5647059) atom(-2.4904675,-8.66217,-1.6065626,0.288,1.0,1.0,1.0) atom(-1.3852172,-9.3448515,-2.8764324,0.288,1.0,1.0,1.0) atom(-3.3329396,-10.22122,-2.653615,0.468,0.5647059,0.5647059,0.5647059) atom(-3.5784364,-10.434727,-3.7163372,0.288,1.0,1.0,1.0) atom(-4.3195796,-9.937489,-2.2302723,0.288,1.0,1.0,1.0) atom(-2.7616954,-11.4658375,-1.9378252,0.468,0.5647059,0.5647059,0.5647059) atom(-2.4488263,-11.152273,-0.9179573,0.288,1.0,1.0,1.0) atom(-1.8336344,-11.80381,-2.4466581,0.288,1.0,1.0,1.0) atom(-3.7806726,-12.599387,-1.870223,0.468,0.5647059,0.5647059,0.5647059) atom(-4.3195825,-12.494804,-0.9040623,0.288,1.0,1.0,1.0) atom(-3.2967153,-13.597183,-1.8012562,0.288,1.0,1.0,1.0) atom(-4.503615,-12.400773,-2.6896973,0.288,1.0,1.0,1.0) atom(4.4389057,12.4152,-1.7810783,0.444,0.1882353,0.3137255,0.972549) atom(4.264435,10.944386,-1.3179989,0.468,0.5647059,0.5647059,0.5647059) atom(5.636339,12.460036,-2.7575483,0.468,0.5647059,0.5647059,0.5647059) atom(4.648412,13.191648,-0.57598495,0.468,0.5647059,0.5647059,0.5647059) atom(3.1816769,12.751813,-2.4694805,0.468,0.5647059,0.5647059,0.5647059) atom(5.2213426,10.696841,-0.88433266,0.288,1.0,1.0,1.0) atom(4.191387,10.262091,-2.1520653,0.288,1.0,1.0,1.0) atom(5.781011,13.499339,-3.0146427,0.288,1.0,1.0,1.0) atom(5.406198,11.882571,-3.6415634,0.288,1.0,1.0,1.0) atom(6.53992,12.1532755,-2.253377,0.288,1.0,1.0,1.0) atom(3.7574577,13.138932,0.032499313,0.288,1.0,1.0,1.0) atom(4.8165245,14.234431,-0.80303955,0.288,1.0,1.0,1.0) atom(5.45055,12.812865,0.039115906,0.288,1.0,1.0,1.0) atom(2.4134607,12.995889,-1.7509995,0.288,1.0,1.0,1.0) atom(2.7882533,11.969947,-3.102953,0.288,1.0,1.0,1.0) atom(3.4170666,13.58677,-3.1124353,0.288,1.0,1.0,1.0) atom(3.105781,10.672602,-0.32472992,0.468,0.5647059,0.5647059,0.5647059) atom(3.2900987,11.375908,0.51462173,0.288,1.0,1.0,1.0) atom(3.2665362,9.679371,0.147892,0.288,1.0,1.0,1.0) atom(0.52904654,11.0731125,0.18859863,0.499,1.0,0.5019608,0.0) atom(-0.15772581,12.142447,-0.45096588,0.408,1.0,0.050980393,0.050980393) atom(1.0789495,11.367931,1.5138302,0.408,1.0,0.050980393,0.050980393) atom(-0.4182768,9.775708,0.21633911,0.408,1.0,0.050980393,0.050980393) atom(1.7270865,10.67234,-0.78453255,0.408,1.0,0.050980393,0.050980393) atom(0.17727518,8.533512,0.7146168,0.468,0.5647059,0.5647059,0.5647059) atom(0.53549004,8.680562,1.7556057,0.288,1.0,1.0,1.0) atom(0.9487519,8.055535,0.07480621,0.288,1.0,1.0,1.0) atom(-0.96836615,7.5283756,0.7922077,0.468,0.5647059,0.5647059,0.5647059) atom(-1.729259,7.9431334,1.4882717,0.288,1.0,1.0,1.0) atom(-0.4873762,6.3289423,1.4147358,0.408,1.0,0.050980393,0.050980393) atom(-1.4840922,7.2450743,-0.63838387,0.468,0.5647059,0.5647059,0.5647059) atom(-0.5760927,7.0868645,-1.2585096,0.288,1.0,1.0,1.0) atom(-1.8468809,8.201428,-1.0711956,0.288,1.0,1.0,1.0) atom(-2.4518142,6.16695,-0.72584724,0.408,1.0,0.050980393,0.050980393) atom(-1.2076683,5.741413,2.3710384,0.468,0.5647059,0.5647059,0.5647059) atom(-2.2118974,6.1506205,2.916273,0.408,1.0,0.050980393,0.050980393) atom(-0.5302801,4.379586,2.6067371,0.468,0.5647059,0.5647059,0.5647059) atom(-1.1747046,3.8260021,3.3231506,0.288,1.0,1.0,1.0) atom(0.49176788,4.5799036,2.9933605,0.288,1.0,1.0,1.0) atom(-0.45607758,3.5036802,1.2977161,0.468,0.5647059,0.5647059,0.5647059) atom(-0.037698746,4.0618086,0.43332672,0.288,1.0,1.0,1.0) atom(-1.4733353,3.0853233,1.1425934,0.288,1.0,1.0,1.0) atom(0.49486732,2.2811804,1.4827213,0.468,0.5647059,0.5647059,0.5647059) atom(1.5471959,2.611847,1.611515,0.288,1.0,1.0,1.0) atom(0.40513515,1.7506084,0.51127815,0.288,1.0,1.0,1.0) atom(0.08973551,1.2786303,2.5833206,0.468,0.5647059,0.5647059,0.5647059) atom(-0.98462725,1.4262676,2.8272266,0.288,1.0,1.0,1.0) atom(0.6242919,1.5787754,3.510723,0.288,1.0,1.0,1.0) atom(0.6841788,-0.1597867,2.380762,0.468,0.5647059,0.5647059,0.5647059) atom(1.682334,0.014868736,1.925436,0.288,1.0,1.0,1.0) atom(0.041001797,-0.6703272,1.633852,0.288,1.0,1.0,1.0) atom(0.7905135,-1.2279649,3.5169697,0.468,0.5647059,0.5647059,0.5647059) atom(-0.16917562,-1.4684486,4.0212784,0.288,1.0,1.0,1.0) atom(1.4972272,-0.86100817,4.2916584,0.288,1.0,1.0,1.0) atom(1.4665012,-2.4808922,2.9024792,0.468,0.5647059,0.5647059,0.5647059) atom(2.526564,-2.2595015,2.6566124,0.288,1.0,1.0,1.0) atom(1.0054078,-2.8820772,1.9736614,0.288,1.0,1.0,1.0) atom(1.2929239,-3.6766539,3.8602924,0.468,0.5647059,0.5647059,0.5647059) atom(0.2146287,-3.8388715,4.074852,0.288,1.0,1.0,1.0) atom(1.778131,-3.3649464,4.80929,0.288,1.0,1.0,1.0) atom(1.859096,-4.93272,3.269806,0.468,0.5647059,0.5647059,0.5647059) atom(2.8462877,-4.829194,2.771553,0.288,1.0,1.0,1.0) atom(1.1848264,-5.2723002,2.4549828,0.288,1.0,1.0,1.0) atom(1.7939677,-6.149256,4.224699,0.468,0.5647059,0.5647059,0.5647059) atom(0.7383728,-6.305931,4.5366783,0.288,1.0,1.0,1.0) atom(2.3936434,-5.8925858,5.1240406,0.288,1.0,1.0,1.0) atom(2.205552,-7.509692,3.6775703,0.468,0.5647059,0.5647059,0.5647059) atom(3.1478336,-7.3690476,3.1072674,0.288,1.0,1.0,1.0) atom(1.4158087,-7.763912,2.9381027,0.288,1.0,1.0,1.0) atom(2.3528862,-8.66505,4.6738415,0.468,0.5647059,0.5647059,0.5647059) atom(1.5234685,-8.707258,5.4121876,0.288,1.0,1.0,1.0) atom(3.2744565,-8.631857,5.293375,0.288,1.0,1.0,1.0) atom(2.4322684,-10.143356,4.081009,0.468,0.5647059,0.5647059,0.5647059) atom(3.311488,-10.13359,3.4024982,0.288,1.0,1.0,1.0) atom(1.4412155,-10.355637,3.6248493,0.288,1.0,1.0,1.0) atom(2.576248,-11.221611,5.090809,0.468,0.5647059,0.5647059,0.5647059) atom(1.7873583,-11.16333,5.8701077,0.288,1.0,1.0,1.0) atom(3.6068225,-11.153313,5.4997177,0.288,1.0,1.0,1.0) atom(2.4844527,-12.67573,4.4774055,0.468,0.5647059,0.5647059,0.5647059) atom(3.069795,-12.796013,3.5406132,0.288,1.0,1.0,1.0) atom(1.456945,-12.688714,4.054638,0.288,1.0,1.0,1.0) atom(2.655123,-13.45848,5.247137,0.288,1.0,1.0,1.0) //*********************************************** // The list of bonds //*********************************************** bond2(2.655123,-13.45848,5.247137,2.569788,-13.067104,4.8622713, 2.4844527,-12.67573,4.4774055,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(1.456945,-12.688714,4.054638,1.9706988,-12.682222,4.2660217, 2.4844527,-12.67573,4.4774055,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(2.4844527,-12.67573,4.4774055,2.576248,-11.221611,5.090809, 0.155,0.5647059,0.5647059,0.5647059) bond2(2.4844527,-12.67573,4.4774055,2.777124,-12.735871,4.0090094, 3.069795,-12.796013,3.5406132,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(1.7873583,-11.16333,5.8701077,2.1818032,-11.192471,5.4804583, 2.576248,-11.221611,5.090809,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(2.576248,-11.221611,5.090809,3.091535,-11.187462,5.2952633, 3.6068225,-11.153313,5.4997177,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(2.576248,-11.221611,5.090809,2.4322684,-10.143356,4.081009, 0.155,0.5647059,0.5647059,0.5647059) bond2(1.4412155,-10.355637,3.6248493,1.936742,-10.249496,3.852929, 2.4322684,-10.143356,4.081009,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(2.4322684,-10.143356,4.081009,2.3528862,-8.66505,4.6738415, 0.155,0.5647059,0.5647059,0.5647059) bond2(2.4322684,-10.143356,4.081009,2.8718781,-10.1384735,3.7417536, 3.311488,-10.13359,3.4024982,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(1.5234685,-8.707258,5.4121876,1.9381773,-8.686153,5.0430145, 2.3528862,-8.66505,4.6738415,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(2.3528862,-8.66505,4.6738415,2.8136714,-8.648453,4.9836082, 3.2744565,-8.631857,5.293375,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(2.3528862,-8.66505,4.6738415,2.205552,-7.509692,3.6775703, 0.155,0.5647059,0.5647059,0.5647059) bond2(1.4158087,-7.763912,2.9381027,1.8106804,-7.636802,3.3078365, 2.205552,-7.509692,3.6775703,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(2.205552,-7.509692,3.6775703,2.676693,-7.43937,3.3924189, 3.1478336,-7.3690476,3.1072674,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(2.205552,-7.509692,3.6775703,1.7939677,-6.149256,4.224699, 0.155,0.5647059,0.5647059,0.5647059) bond2(0.7383728,-6.305931,4.5366783,1.2661703,-6.2275934,4.3806887, 1.7939677,-6.149256,4.224699,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(1.7939677,-6.149256,4.224699,2.0938056,-6.0209208,4.67437, 2.3936434,-5.8925858,5.1240406,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(1.7939677,-6.149256,4.224699,1.859096,-4.93272,3.269806, 0.155,0.5647059,0.5647059,0.5647059) bond2(1.1848264,-5.2723002,2.4549828,1.5219612,-5.1025105,2.8623943, 1.859096,-4.93272,3.269806,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(1.859096,-4.93272,3.269806,2.352692,-4.880957,3.0206795, 2.8462877,-4.829194,2.771553,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(1.859096,-4.93272,3.269806,1.2929239,-3.6766539,3.8602924, 0.155,0.5647059,0.5647059,0.5647059) bond2(0.2146287,-3.8388715,4.074852,0.7537763,-3.7577627,3.9675722, 1.2929239,-3.6766539,3.8602924,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(1.2929239,-3.6766539,3.8602924,1.5355275,-3.5208,4.334791, 1.778131,-3.3649464,4.80929,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(1.2929239,-3.6766539,3.8602924,1.4665012,-2.4808922,2.9024792, 0.155,0.5647059,0.5647059,0.5647059) bond2(1.0054078,-2.8820772,1.9736614,1.2359545,-2.6814847,2.4380703, 1.4665012,-2.4808922,2.9024792,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(1.4665012,-2.4808922,2.9024792,1.9965326,-2.3701968,2.7795458, 2.526564,-2.2595015,2.6566124,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-0.16917562,-1.4684486,4.0212784,0.31066895,-1.3482068,3.769124, 0.7905135,-1.2279649,3.5169697,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(0.7905135,-1.2279649,3.5169697,1.1438704,-1.0444865,3.904314, 1.4972272,-0.86100817,4.2916584,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(0.7905135,-1.2279649,3.5169697,0.6841788,-0.1597867,2.380762, 0.155,0.5647059,0.5647059,0.5647059) bond1(0.7905135,-1.2279649,3.5169697,1.4665012,-2.4808922,2.9024792, 0.155,0.5647059,0.5647059,0.5647059) bond2(0.041001797,-0.6703272,1.633852,0.3625903,-0.41505694,2.007307, 0.6841788,-0.1597867,2.380762,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(0.6841788,-0.1597867,2.380762,0.08973551,1.2786303,2.5833206, 0.155,0.5647059,0.5647059,0.5647059) bond2(0.6841788,-0.1597867,2.380762,1.1832564,-0.07245898,2.153099, 1.682334,0.014868736,1.925436,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-0.98462725,1.4262676,2.8272266,-0.44744587,1.3524489,2.7052736, 0.08973551,1.2786303,2.5833206,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(0.08973551,1.2786303,2.5833206,0.3570137,1.4287028,3.0470219, 0.6242919,1.5787754,3.510723,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(0.08973551,1.2786303,2.5833206,0.49486732,2.2811804,1.4827213, 0.155,0.5647059,0.5647059,0.5647059) bond2(0.40513515,1.7506084,0.51127815,0.45000124,2.0158944,0.99699974, 0.49486732,2.2811804,1.4827213,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(0.49486732,2.2811804,1.4827213,1.0210316,2.4465137,1.5471182, 1.5471959,2.611847,1.611515,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-1.4733353,3.0853233,1.1425934,-0.9647064,3.2945018,1.2201548, -0.45607758,3.5036802,1.2977161,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(-0.45607758,3.5036802,1.2977161,-0.5302801,4.379586,2.6067371, 0.155,0.5647059,0.5647059,0.5647059) bond1(-0.45607758,3.5036802,1.2977161,0.49486732,2.2811804,1.4827213, 0.155,0.5647059,0.5647059,0.5647059) bond2(-0.45607758,3.5036802,1.2977161,-0.24688816,3.7827444,0.86552143, -0.037698746,4.0618086,0.43332672,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-1.1747046,3.8260021,3.3231506,-0.85249233,4.102794,2.964944, -0.5302801,4.379586,2.6067371,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-0.5302801,4.379586,2.6067371,-0.019256115,4.479745,2.8000488, 0.49176788,4.5799036,2.9933605,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-2.2118974,6.1506205,2.916273,-1.7097828,5.946017,2.6436558, -1.2076683,5.741413,2.3710384,0.155, 1.0,0.050980393,0.050980393,0.5647059,0.5647059,0.5647059) bond1(-1.2076683,5.741413,2.3710384,-0.5302801,4.379586,2.6067371, 0.155,0.5647059,0.5647059,0.5647059) bond2(-1.2076683,5.741413,2.3710384,-0.84752226,6.0351777,1.8928871, -0.4873762,6.3289423,1.4147358,0.155, 0.5647059,0.5647059,0.5647059,1.0,0.050980393,0.050980393) bond2(-2.4518142,6.16695,-0.72584724,-1.9679532,6.7060122,-0.68211555, -1.4840922,7.2450743,-0.63838387,0.155, 1.0,0.050980393,0.050980393,0.5647059,0.5647059,0.5647059) bond2(-1.8468809,8.201428,-1.0711956,-1.6654866,7.7232513,-0.85478973, -1.4840922,7.2450743,-0.63838387,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-1.4840922,7.2450743,-0.63838387,-1.0300925,7.1659694,-0.94844675, -0.5760927,7.0868645,-1.2585096,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(-1.4840922,7.2450743,-0.63838387,-0.96836615,7.5283756,0.7922077, 0.155,0.5647059,0.5647059,0.5647059) bond2(-1.729259,7.9431334,1.4882717,-1.3488126,7.7357545,1.1402397, -0.96836615,7.5283756,0.7922077,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-0.96836615,7.5283756,0.7922077,-0.7278712,6.928659,1.1034718, -0.4873762,6.3289423,1.4147358,0.155, 0.5647059,0.5647059,0.5647059,1.0,0.050980393,0.050980393) bond1(-0.96836615,7.5283756,0.7922077,0.17727518,8.533512,0.7146168, 0.155,0.5647059,0.5647059,0.5647059) bond2(0.17727518,8.533512,0.7146168,0.3563826,8.607037,1.2351112, 0.53549004,8.680562,1.7556057,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(0.17727518,8.533512,0.7146168,0.56301355,8.294523,0.3947115, 0.9487519,8.055535,0.07480621,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(1.7270865,10.67234,-0.78453255,2.4164338,10.672471,-0.55463123, 3.105781,10.672602,-0.32472992,0.155, 1.0,0.050980393,0.050980393,0.5647059,0.5647059,0.5647059) bond2(-0.4182768,9.775708,0.21633911,-0.1205008,9.15461,0.46547794, 0.17727518,8.533512,0.7146168,0.155, 1.0,0.050980393,0.050980393,0.5647059,0.5647059,0.5647059) bond2(-0.4182768,9.775708,0.21633911,0.055384874,10.42441,0.20246887, 0.52904654,11.0731125,0.18859863,0.155, 1.0,0.050980393,0.050980393,1.0,0.5019608,0.0) bond2(-0.15772581,12.142447,-0.45096588,0.18566036,11.60778,-0.13118362, 0.52904654,11.0731125,0.18859863,0.155, 1.0,0.050980393,0.050980393,1.0,0.5019608,0.0) bond2(0.52904654,11.0731125,0.18859863,0.803998,11.220522,0.8512144, 1.0789495,11.367931,1.5138302,0.155, 1.0,0.5019608,0.0,1.0,0.050980393,0.050980393) bond2(0.52904654,11.0731125,0.18859863,1.1280665,10.872726,-0.29796696, 1.7270865,10.67234,-0.78453255,0.155, 1.0,0.5019608,0.0,1.0,0.050980393,0.050980393) bond2(3.2665362,9.679371,0.147892,3.1861587,10.175986,-0.08841896, 3.105781,10.672602,-0.32472992,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(3.105781,10.672602,-0.32472992,3.1979399,11.024255,0.09494591, 3.2900987,11.375908,0.51462173,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(3.105781,10.672602,-0.32472992,4.264435,10.944386,-1.3179989, 0.155,0.5647059,0.5647059,0.5647059) bond2(2.7882533,11.969947,-3.102953,2.984965,12.36088,-2.7862167, 3.1816769,12.751813,-2.4694805,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(2.4134607,12.995889,-1.7509995,2.7975688,12.873851,-2.11024, 3.1816769,12.751813,-2.4694805,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(3.7574577,13.138932,0.032499313,4.202935,13.16529,-0.27174282, 4.648412,13.191648,-0.57598495,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(5.406198,11.882571,-3.6415634,5.521269,12.171304,-3.1995559, 5.636339,12.460036,-2.7575483,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(4.191387,10.262091,-2.1520653,4.227911,10.603238,-1.7350321, 4.264435,10.944386,-1.3179989,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(3.1816769,12.751813,-2.4694805,3.8102913,12.583507,-2.1252794, 4.4389057,12.4152,-1.7810783,0.155, 0.5647059,0.5647059,0.5647059,0.1882353,0.3137255,0.972549) bond2(3.1816769,12.751813,-2.4694805,3.2993717,13.1692915,-2.790958, 3.4170666,13.58677,-3.1124353,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(4.648412,13.191648,-0.57598495,5.0494814,13.002256,-0.26843452, 5.45055,12.812865,0.039115906,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(4.648412,13.191648,-0.57598495,4.7324686,13.713039,-0.68951225, 4.8165245,14.234431,-0.80303955,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(5.636339,12.460036,-2.7575483,6.0881295,12.306656,-2.5054626, 6.53992,12.1532755,-2.253377,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(5.636339,12.460036,-2.7575483,5.7086754,12.979688,-2.8860955, 5.781011,13.499339,-3.0146427,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(4.264435,10.944386,-1.3179989,4.7428885,10.820614,-1.1011658, 5.2213426,10.696841,-0.88433266,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(4.264435,10.944386,-1.3179989,4.3516703,11.679792,-1.5495386, 4.4389057,12.4152,-1.7810783,0.155, 0.5647059,0.5647059,0.5647059,0.1882353,0.3137255,0.972549) bond2(4.4389057,12.4152,-1.7810783,5.0376225,12.437618,-2.2693133, 5.636339,12.460036,-2.7575483,0.155, 0.1882353,0.3137255,0.972549,0.5647059,0.5647059,0.5647059) bond2(4.4389057,12.4152,-1.7810783,4.543659,12.803424,-1.1785316, 4.648412,13.191648,-0.57598495,0.155, 0.1882353,0.3137255,0.972549,0.5647059,0.5647059,0.5647059) bond2(-4.503615,-12.400773,-2.6896973,-4.1421437,-12.50008,-2.2799602, -3.7806726,-12.599387,-1.870223,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-4.3195825,-12.494804,-0.9040623,-4.0501275,-12.547096,-1.3871427, -3.7806726,-12.599387,-1.870223,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-3.7806726,-12.599387,-1.870223,-3.538694,-13.098286,-1.8357396, -3.2967153,-13.597183,-1.8012562,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(-3.7806726,-12.599387,-1.870223,-2.7616954,-11.4658375,-1.9378252, 0.155,0.5647059,0.5647059,0.5647059) bond2(-2.7616954,-11.4658375,-1.9378252,-2.6052608,-11.309055,-1.4278913, -2.4488263,-11.152273,-0.9179573,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-2.7616954,-11.4658375,-1.9378252,-2.2976649,-11.634824,-2.1922417, -1.8336344,-11.80381,-2.4466581,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-4.3195796,-9.937489,-2.2302723,-3.8262596,-10.079354,-2.4419436, -3.3329396,-10.22122,-2.653615,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-3.5784364,-10.434727,-3.7163372,-3.455688,-10.327973,-3.184976, -3.3329396,-10.22122,-2.653615,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(-3.3329396,-10.22122,-2.653615,-2.7616954,-11.4658375,-1.9378252, 0.155,0.5647059,0.5647059,0.5647059) bond1(-3.3329396,-10.22122,-2.653615,-2.4338078,-9.059429,-2.6429586, 0.155,0.5647059,0.5647059,0.5647059) bond2(-2.4338078,-9.059429,-2.6429586,-2.4621377,-8.8608,-2.1247606, -2.4904675,-8.66217,-1.6065626,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-2.4338078,-9.059429,-2.6429586,-1.9095125,-9.202141,-2.7596955, -1.3852172,-9.3448515,-2.8764324,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-3.91433,-7.5729775,-3.1279297,-3.397421,-7.695299,-3.2912312, -2.8805118,-7.8176208,-3.4545326,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-2.921372,-8.134881,-4.518507,-2.9009418,-7.9762506,-3.9865198, -2.8805118,-7.8176208,-3.4545326,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(-2.8805118,-7.8176208,-3.4545326,-2.4338078,-9.059429,-2.6429586, 0.155,0.5647059,0.5647059,0.5647059) bond1(-2.8805118,-7.8176208,-3.4545326,-2.096744,-6.5672793,-3.040021, 0.155,0.5647059,0.5647059,0.5647059) bond2(-2.096744,-6.5672793,-3.040021,-2.1083956,-6.461731,-2.4948287, -2.120047,-6.356183,-1.9496365,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-2.096744,-6.5672793,-3.040021,-1.565805,-6.61481,-3.1963677, -1.0348659,-6.662341,-3.3527145,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-3.7899756,-5.3145423,-3.6593094,-3.24293,-5.351826,-3.7491193, -2.6958842,-5.38911,-3.8389292,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(-2.6958842,-5.38911,-3.8389292,-2.096744,-6.5672793,-3.040021, 0.155,0.5647059,0.5647059,0.5647059) bond2(-2.6958842,-5.38911,-3.8389292,-2.578823,-5.4154654,-4.381336, -2.461762,-5.44182,-4.9237432,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond1(-2.6958842,-5.38911,-3.8389292,-1.9661651,-4.092262,-3.4581366, 0.155,0.5647059,0.5647059,0.5647059) bond2(-2.2067914,-4.050028,-2.3742895,-2.0864782,-4.071145,-2.916213, -1.9661651,-4.092262,-3.4581366,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-1.9661651,-4.092262,-3.4581366,-1.4181991,-4.128016,-3.5422845, -0.87023306,-4.16377,-3.6264324,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-3.6199746,-2.911902,-4.1107216,-3.0657606,-2.870782,-4.115773, -2.5115466,-2.8296618,-4.120825,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-2.3883653,-2.9756927,-5.214655,-2.449956,-2.9026773,-4.66774, -2.5115466,-2.8296618,-4.120825,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(-2.5115466,-2.8296618,-4.120825,-1.9661651,-4.092262,-3.4581366, 0.155,0.5647059,0.5647059,0.5647059) bond1(-2.5115466,-2.8296618,-4.120825,-1.929604,-1.6111484,-3.5210466, 0.155,0.5647059,0.5647059,0.5647059) bond2(-1.929604,-1.6111484,-3.5210466,-1.7419138,-1.6558123,-2.9997187, -1.5542235,-1.7004762,-2.4783907,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-1.929604,-1.6111484,-3.5210466,-1.5215802,-1.4179776,-3.8453465, -1.1135564,-1.2248068,-4.1696463,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-3.78653,-0.91166496,-2.6205196,-3.386454,-0.7109971,-2.949307, -2.9863782,-0.51032925,-3.2780943,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-3.4676957,-0.22170925,-4.2377396,-3.227037,-0.36601925,-3.757917, -2.9863782,-0.51032925,-3.2780943,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(-2.9863782,-0.51032925,-3.2780943,-1.929604,-1.6111484,-3.5210466, 0.155,0.5647059,0.5647059,0.5647059) bond1(-2.9863782,-0.51032925,-3.2780943,-2.4616609,0.83021164,-2.8210325, 0.155,0.5647059,0.5647059,0.5647059) bond2(-2.4616609,0.83021164,-2.8210325,-2.1257076,0.99717546,-3.230733, -1.7897544,1.1641393,-3.6404333,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-2.4616609,0.83021164,-2.8210325,-2.0698042,0.7843647,-2.4301114, -1.6779475,0.73851776,-2.0391903,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-4.0118756,1.507545,-1.400816,-3.7383142,1.6648228,-1.8577147, -3.4647527,1.8221006,-2.3146133,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-4.174584,2.000826,-3.1505346,-3.8196683,1.9114633,-2.732574, -3.4647527,1.8221006,-2.3146133,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(-3.4647527,1.8221006,-2.3146133,-2.4616609,0.83021164,-2.8210325, 0.155,0.5647059,0.5647059,0.5647059) bond1(-3.4647527,1.8221006,-2.3146133,-2.715139,3.1219282,-1.9675293, 0.155,0.5647059,0.5647059,0.5647059) bond2(-2.715139,3.1219282,-1.9675293,-2.373744,3.2411485,-2.3893628, -2.032349,3.3603687,-2.8111963,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-2.715139,3.1219282,-1.9675293,-2.3679557,3.051677,-1.5396576, -2.0207725,2.9814258,-1.1117859,0.155, 0.5647059,0.5647059,0.5647059,1.0,1.0,1.0) bond2(-3.8746867,4.389824,-0.6371937,-3.7231288,4.4100103,-1.1712961, -3.5715709,4.430197,-1.7053986,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond2(-4.5721765,4.4287157,-2.1875744,-4.0718737,4.429456,-1.9464865, -3.5715709,4.430197,-1.7053986,0.155, 1.0,1.0,1.0,0.5647059,0.5647059,0.5647059) bond1(-3.5715709,4.430197,-1.7053986,-2.715139,3.1219282,-1.9675293, 0.155,0.5647059,0.5647059,0.5647059) bond1(-3.5715709,4.430197,-1.7053986,-2.7955537,5.6992083,-1.9028358, 0.155,0.5647059,0.5647059,0.5647059) bond2(-2.7955537,5.6992083,-1.9028358,-2.6339526,5.885497,-2.4477024, -2.4723516,6.071786,-2.992569,0.155, 0.5647059,0.5647059,0.5647059,1.0,0.050980393,0.050980393) bond2(-2.7955537,5.6992083,-1.9028358,-2.623684,5.9330792,-1.3143415, -2.4518142,6.16695,-0.72584724,0.155, 0.5647059,0.5647059,0.5647059,1.0,0.050980393,0.050980393)