Sat Oct 8 14:54:12 PDT 2011 #!/bin/csh -f # input: # $1 receptor coordinates file; # $2 grid size; # $3 # of iterations for the first run; # $4 # of iterations for the second run; # $5 # of iterations for the third run; # output: # delphi map: $1.phi # log file: delphi.out set RECCRG = rec+sph2.crg set GRID = 179 set n1 = 50 set n2 = 120 set n3 = 180 set DELPHI = $DOCK_BASE/private/delphi set VDW = vdw.siz #set VDW = vdw.hydren set CRG = amb2.crg.oxt set PRM = genric.prm # three step focussing calc. if (-e ARCDAT) /bin/rm ARCDAT cp $VDW fort.11 cp $CRG fort.12 cp $RECCRG fort.13 echo "gsize=$GRID, perfil=20, bndcon=2, linit=$n1\n" >! fort.10 cat $PRM >> fort.10 time $DELPHI if ($status != 0) exit(100) echo "gsize=$GRID, perfil=60, bndcon=3, linit=$n2\n" >! fort.10 cat $PRM >> fort.10 mv fort.14 fort.18 time $DELPHI if ($status != 0) exit(100) echo "gsize=$GRID, perfil=90, bndcon=3, linit=$n3\n" >! fort.10 cat $PRM >> fort.10 mv fort.14 fort.18 time $DELPHI if ($status != 0) exit(100) /bin/rm fort.1[0-3] fort.18 ARCDAT mv fort.14 $RECCRG:r.phi ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Sat Oct 8 2011 at 14:54:12 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2990 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.6408064 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : dipolar x,y,z periodic bc. flags : F F F # of linear iterations : 50 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 20.00000 xmin,xmax (A): -12.22200 43.33300 ymin,ymax (A): -23.98200 22.74500 zmin,zma (A): -7.615000 47.31300 x,y,z range (A): 55.55500 46.72700 54.92800 scale (grids/A): 0.6408064 object centre (A): 15.55550 -0.6185007 19.84900 number of atom coordinates read : 2990 total number of charged atoms : 2845 net assigned charge : 1.242007 assigned positive charge : 449.1306 centred at (gu) : 88.76687 90.02593 91.80830 assigned negative charge : -447.8894 centred at (gu) : 88.70836 89.87984 91.80034 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 8075 nv = 96 ne = 84 npr = 63004 no. pairs analyzed = 63004 no. exposed pairs = 3347 no. arc points = 23620 no. surface atoms = 1144 nbur = 1846 mkacc time = 0.1700000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 392 mr = 4733 m= 1 mr = 43 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3900000 number of dielectric boundary points 3692 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2222 ## 202 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 9817 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.0324384E-10 4.4561519E-09 midg,1,midg; midg,igrid,midg -1.8272127E-08 2.1745592E-08 1,midg,midg; igrid,midg,midg -8.0586116E-09 7.6026305E-09 gauss-seidel spectral radius is 0.9874108 estimated iterations to convergence 73 setup time was (sec) 0.6600000 now iterating at: 14:54:13 rms-change max change #iterations 0.1621611 20.49438 at 10iterations 1.6274810E-02 2.376333 at 20iterations 1.6832111E-03 0.2113686 at 30iterations 1.9572019E-04 3.2054901E-02 at 40iterations 2.5611564E-05 3.4160614E-03 at 50iterations finished qdiffx linear iterations at : 14:54:16 total time elapsed so far: 3.920000 # loops : 50 mean,max change (kT/e) : 2.5611564E-05 3.4160614E-03 energy calculations done at 3.920000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.090000 DelPhi exited at 14:54:16 4.097u 0.269s 0:04.69 92.7% 0+0k 0+0io 0pf+0w ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Sat Oct 8 2011 at 14:54:16 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2990 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.922419 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : focussing x,y,z periodic bc. flags : F F F # of linear iterations : 120 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 60.00000 xmin,xmax (A): -12.22200 43.33300 ymin,ymax (A): -23.98200 22.74500 zmin,zma (A): -7.615000 47.31300 x,y,z range (A): 55.55500 46.72700 54.92800 scale (grids/A): 1.922419 object centre (A): 15.55550 -0.6185007 19.84900 number of atom coordinates read : 2990 total number of charged atoms : 2845 net assigned charge : 1.242007 assigned positive charge : 449.1306 centred at (gu) : 86.29986 90.07750 95.42421 assigned negative charge : -447.8894 centred at (gu) : 86.12489 89.63923 95.40058 start vw surface at 0.1600000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 88238 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23620 grid for indexing accessible points = 1.400000 m= 31242 mr = 63621 m= 4593 mr = 23555 m= 302 mr = 2837 m= 1 mr = 113 m= 0 mr = 0 time to grow re-entrant surface = 0.3800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7500000 number of dielectric boundary points 34250 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 163 iepsmp to db, and charging done at 0.8900000 number of grid points assigned charge 22404 setting boundary conditions focussing boundary condition read from file fort.18 focussing potential map: qdiffxas: qdiffxs4 with an improved surfacing routine original scale (grids/A) : 0.6408064 object centre at (A) : 15.55550 -0.6185007 19.84900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3989234E-02 6.3864752E-03 midg,1,midg; midg,igrid,midg -1.4513284E-03 2.9624015E-02 1,midg,midg; igrid,midg,midg -3.3687826E-02 1.2289888E-02 gauss-seidel spectral radius is 0.9986882 estimated iterations to convergence 219 setup time was (sec) 1.050000 now iterating at: 14:54:18 rms-change max change #iterations 4.705669 266.0701 at 10iterations 2.249010 72.03134 at 20iterations 1.070881 32.19868 at 30iterations 0.5088269 14.22891 at 40iterations 0.2427246 7.470535 at 50iterations 0.1155789 3.363054 at 60iterations 5.5066876E-02 1.664730 at 70iterations 2.6204607E-02 0.7391453 at 80iterations 1.2484463E-02 0.3605127 at 90iterations 5.9558335E-03 0.1575418 at 100iterations 2.8295151E-03 8.7325811E-02 at 110iterations 1.3520147E-03 3.8543701E-02 at 120iterations finished qdiffx linear iterations at : 14:54:26 total time elapsed so far: 9.350000 # loops : 120 mean,max change (kT/e) : 1.3520147E-03 3.8543701E-02 energy calculations done at 9.350000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.530000 DelPhi exited at 14:54:27 9.530u 0.297s 0:10.13 96.9% 0+0k 0+0io 0pf+0w ___________________DelPhi II____________________ / | A program to solve the PB equation | | in 3D, using non-linear form, incorporating | | 2 dielectric regions, ionic strength, periodic | | and focussing boundary conditions, utilizing | | stripped optimum successive over-relaxation | | and an improved algorithm for mapping the | | Mol. Surface to the finite-Difference grid | __________________ ____________________/ DelPhi II program started on Sat Oct 8 2011 at 14:54:27 opening parameter file fort.10 atom radii read from file fort.11 ! default extended atom radii based loosely ! on mike connolly's MS program- note H's are 0 # of radius parameter records: 18 atomic charges read from file fort.12 # of charge parameter records: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2990 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.883629 object centred at (gu) : 0.0000000E+00 0.0000000E+00 0.0000000E+00 inner,outer dielectrics : 2.060000 78.50000 ionic strength (M) : 0.1450000 debye length (A) : 8.001814 ion exclusion radius (A) : 2.000000 probe radius (A) : 1.400000 boundary conditions : focussing x,y,z periodic bc. flags : F F F # of linear iterations : 180 # of non-linear iterations : 0 concentration map output : F spherical charge distbn. : F INSIGHT format output : F site potential output : F modified atom file output : T map file label : qdiffxas: qdiffxs4 with an improved surfacing routine convergence graph turned off potential listings turned off box fill (%): 90.00000 xmin,xmax (A): -12.22200 43.33300 ymin,ymax (A): -23.98200 22.74500 zmin,zma (A): -7.615000 47.31300 x,y,z range (A): 55.55500 46.72700 54.92800 scale (grids/A): 2.883629 object centre (A): 15.55550 -0.6185007 19.84900 number of atom coordinates read : 2990 total number of charged atoms : 2845 net assigned charge : 1.242007 assigned positive charge : 449.1306 centred at (gu) : 84.44957 90.11578 98.13631 assigned negative charge : -447.8894 centred at (gu) : 84.18723 89.45871 98.10085 start vw surface at 0.1800000 fill in re-entrant regions at 0.6800000 boundary points on vw surface= 204325 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23620 grid for indexing accessible points = 1.400000 m= 103013 mr = 153604 m= 35677 mr = 85895 m= 8207 mr = 28838 m= 1210 mr = 6086 m= 64 mr = 803 m= 2 mr = 29 m= 0 mr = 0 time to grow re-entrant surface = 1.180000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.980000 number of dielectric boundary points 77243 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 2.140000 number of grid points assigned charge 22759 setting boundary conditions focussing boundary condition read from file fort.18 focussing potential map: qdiffxas: qdiffxs4 with an improved surfacing routine original scale (grids/A) : 1.922419 object centre at (A) : 15.55550 -0.6185007 19.84900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.4815426E-02 0.2218346 midg,1,midg; midg,igrid,midg -2.3577502E-02 0.3331872 1,midg,midg; igrid,midg,midg -0.4195213 0.1777191 gauss-seidel spectral radius is 0.9992761 estimated iterations to convergence 293 setup time was (sec) 2.300000 now iterating at: 14:54:29 rms-change max change #iterations 10.88359 382.2508 at 10iterations 6.365611 136.5911 at 20iterations 3.706011 77.35075 at 30iterations 2.152984 43.44908 at 40iterations 1.246445 20.68542 at 50iterations 0.7239087 13.74517 at 60iterations 0.4186352 6.752392 at 70iterations 0.2423141 4.270523 at 80iterations 0.1401133 2.433413 at 90iterations 8.1070647E-02 1.325906 at 100iterations 4.6906024E-02 0.7689972 at 110iterations 2.7118269E-02 0.4675417 at 120iterations 1.5694290E-02 0.2565918 at 130iterations 9.0844566E-03 0.1517029 at 140iterations 5.2504060E-03 9.3821526E-02 at 150iterations 3.0378562E-03 5.0191879E-02 at 160iterations 1.7628670E-03 3.2649040E-02 at 170iterations 1.0245754E-03 1.8238068E-02 at 180iterations finished qdiffx linear iterations at : 14:54:43 total time elapsed so far: 16.01000 # loops : 180 mean,max change (kT/e) : 1.0245754E-03 1.8238068E-02 energy calculations done at 16.01000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.19000 DelPhi exited at 14:54:43 16.193u 0.303s 0:16.77 98.3% 0+0k 0+0io 0pf+0w