Wed Dec 21 14:20:40 PST 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+sph.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 = amb.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 Wed Dec 21 2011 at 14:20:40 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: 263 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1966 !!! WARNING: ASH 25 has a net charge of -0.3190 !!! WARNING: ASH 125 has a net charge of -0.3190 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6546404 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): -4.535000 34.63900 ymin,ymax (A): -3.577000 48.22600 zmin,zma (A): -23.57500 30.80600 x,y,z range (A): 39.17400 51.80300 54.38100 scale (grids/A): 0.6546404 object centre (A): 15.05200 22.32450 3.615500 number of atom coordinates read : 1966 total number of charged atoms : 1832 net assigned charge : 3.362005 assigned positive charge : 287.8021 centred at (gu) : 90.29772 92.70473 90.00529 assigned negative charge : -284.4403 centred at (gu) : 90.41967 92.85930 89.93063 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 5716 nv = 96 ne = 84 npr = 40563 no. pairs analyzed = 40563 no. exposed pairs = 2465 no. arc points = 17125 no. surface atoms = 832 nbur = 1134 mkacc time = 6.0000002E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 346 mr = 3190 m= 2 mr = 62 m= 0 mr = 0 time to grow re-entrant surface = 6.9999993E-02 no. cavity mid-points inaccessible to solvent = 66 time to turn everything in is 0.1600000 number of dielectric boundary points 2812 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1716 ## 158 charges are in solution ## iepsmp to db, and charging done at 0.2300000 number of grid points assigned charge 6703 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.4166524E-09 1.7279952E-08 midg,1,midg; midg,igrid,midg 1.5429373E-08 -2.1460091E-08 1,midg,midg; igrid,midg,midg 2.1658497E-08 -7.9796427E-09 gauss-seidel spectral radius is 0.9878492 estimated iterations to convergence 74 setup time was (sec) 0.3800000 now iterating at: 14:20:41 rms-change max change #iterations 0.1324530 20.23559 at 10iterations 1.3644196E-02 1.912613 at 20iterations 1.4328092E-03 0.2343946 at 30iterations 1.4563424E-04 2.2350311E-02 at 40iterations 1.5254829E-05 2.3460388E-03 at 50iterations finished qdiffx linear iterations at : 14:20:44 total time elapsed so far: 4.200000 # loops : 50 mean,max change (kT/e) : 1.5254829E-05 2.3460388E-03 energy calculations done at 4.200000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.330000 DelPhi exited at 14:20:45 4.334u 0.258s 0:05.21 87.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 Wed Dec 21 2011 at 14:20:45 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: 263 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1966 !!! WARNING: ASH 25 has a net charge of -0.3190 !!! WARNING: ASH 125 has a net charge of -0.3190 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.963921 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): -4.535000 34.63900 ymin,ymax (A): -3.577000 48.22600 zmin,zma (A): -23.57500 30.80600 x,y,z range (A): 39.17400 51.80300 54.38100 scale (grids/A): 1.963921 object centre (A): 15.05200 22.32450 3.615500 number of atom coordinates read : 1966 total number of charged atoms : 1832 net assigned charge : 3.362005 assigned positive charge : 287.8021 centred at (gu) : 90.89307 98.11438 90.01606 assigned negative charge : -284.4403 centred at (gu) : 91.25941 98.57818 89.79210 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 61628 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17125 grid for indexing accessible points = 1.400000 m= 23067 mr = 42759 m= 3729 mr = 17623 m= 227 mr = 2546 m= 3 mr = 84 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 1756 time to turn everything in is 0.3600000 number of dielectric boundary points 25642 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 107 iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 14475 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.6546404 object centre at (A) : 15.05200 22.32450 3.615500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.0085515E-02 1.5909063E-02 midg,1,midg; midg,igrid,midg 4.8233803E-02 -9.5574539E-03 1,midg,midg; igrid,midg,midg 9.1109313E-03 -6.0231104E-03 gauss-seidel spectral radius is 0.9986346 estimated iterations to convergence 214 setup time was (sec) 0.7200000 now iterating at: 14:20:46 rms-change max change #iterations 3.744640 181.3485 at 10iterations 1.759396 68.06105 at 20iterations 0.8263873 29.05818 at 30iterations 0.3845772 12.74834 at 40iterations 0.1811266 6.081709 at 50iterations 8.4138647E-02 3.234297 at 60iterations 3.9476488E-02 1.323780 at 70iterations 1.8530883E-02 0.6152997 at 80iterations 8.6559160E-03 0.2721596 at 90iterations 4.0469933E-03 0.1413527 at 100iterations 1.8974580E-03 6.7490280E-02 at 110iterations 8.8912633E-04 3.4219742E-02 at 120iterations finished qdiffx linear iterations at : 14:20:57 total time elapsed so far: 11.00000 # loops : 120 mean,max change (kT/e) : 8.8912633E-04 3.4219742E-02 energy calculations done at 11.00000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.14000 DelPhi exited at 14:20:58 11.145u 0.485s 0:12.88 90.2% 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 Wed Dec 21 2011 at 14:20:58 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: 263 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1966 !!! WARNING: ASH 25 has a net charge of -0.3190 !!! WARNING: ASH 125 has a net charge of -0.3190 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.945882 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): -4.535000 34.63900 ymin,ymax (A): -3.577000 48.22600 zmin,zma (A): -23.57500 30.80600 x,y,z range (A): 39.17400 51.80300 54.38100 scale (grids/A): 2.945882 object centre (A): 15.05200 22.32450 3.615500 number of atom coordinates read : 1966 total number of charged atoms : 1832 net assigned charge : 3.362005 assigned positive charge : 287.8021 centred at (gu) : 91.33963 102.1715 90.02400 assigned negative charge : -284.4403 centred at (gu) : 91.88908 102.8674 89.68822 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 142341 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17125 grid for indexing accessible points = 1.400000 m= 73531 mr = 103115 m= 27982 mr = 61362 m= 6936 mr = 23307 m= 1081 mr = 5493 m= 54 mr = 784 m= 2 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.4700000 no. cavity mid-points inaccessible to solvent = 5911 time to turn everything in is 0.8800000 number of dielectric boundary points 57845 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.070000 number of grid points assigned charge 14656 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.963921 object centre at (A) : 15.05200 22.32450 3.615500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.138894 4.9107023E-02 midg,1,midg; midg,igrid,midg 0.5010799 -0.1621352 1,midg,midg; igrid,midg,midg 5.4942466E-02 -3.1479683E-02 gauss-seidel spectral radius is 0.9992462 estimated iterations to convergence 287 setup time was (sec) 1.320000 now iterating at: 14:21:00 rms-change max change #iterations 8.735792 359.7020 at 10iterations 5.010375 120.4021 at 20iterations 2.858974 60.53049 at 30iterations 1.630853 34.78527 at 40iterations 0.9314505 17.85166 at 50iterations 0.5305408 10.33485 at 60iterations 0.3027118 6.238572 at 70iterations 0.1726670 3.334000 at 80iterations 9.8299287E-02 1.874798 at 90iterations 5.6172766E-02 1.036974 at 100iterations 3.1964011E-02 0.6080933 at 110iterations 1.8210236E-02 0.3958643 at 120iterations 1.0395303E-02 0.2031703 at 130iterations 5.9311967E-03 0.1236382 at 140iterations 3.3800728E-03 6.3682556E-02 at 150iterations 1.9253285E-03 3.7767410E-02 at 160iterations 1.0985848E-03 2.0432711E-02 at 170iterations 6.2801788E-04 1.1856079E-02 at 180iterations finished qdiffx linear iterations at : 14:21:18 total time elapsed so far: 19.50000 # loops : 180 mean,max change (kT/e) : 6.2801788E-04 1.1856079E-02 energy calculations done at 19.50000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.65000 DelPhi exited at 14:21:27 19.648u 0.434s 0:29.25 68.6% 0+0k 0+0io 0pf+0w