Sat Oct 15 11:53:43 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+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 Sat Oct 15 2011 at 11:53:43 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2427 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5936698 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): 8.474000 64.66400 ymin,ymax (A): 13.29300 59.46400 zmin,zma (A): -30.07300 29.89300 x,y,z range (A): 56.19000 46.17100 59.96600 scale (grids/A): 0.5936698 object centre (A): 36.56900 36.37850 -9.0000153E-02 number of atom coordinates read : 2427 total number of charged atoms : 2287 net assigned charge : 3.000011 assigned positive charge : 359.3064 centred at (gu) : 89.64113 89.95254 89.19202 assigned negative charge : -356.3070 centred at (gu) : 89.38689 89.75533 89.02598 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5875 nv = 96 ne = 84 npr = 46735 no. pairs analyzed = 46735 no. exposed pairs = 3433 no. arc points = 24828 no. surface atoms = 1143 nbur = 1284 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 265 mr = 2805 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 5 time to turn everything in is 0.2600000 number of dielectric boundary points 3324 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2382 ## 235 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 7190 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.2585326E-09 4.6557296E-09 midg,1,midg; midg,igrid,midg -4.4545891E-09 6.3566437E-09 1,midg,midg; igrid,midg,midg -6.5914487E-09 7.2821216E-09 gauss-seidel spectral radius is 0.9853177 estimated iterations to convergence 68 setup time was (sec) 0.4700000 now iterating at: 11:53:43 rms-change max change #iterations 9.4778605E-02 14.21281 at 10iterations 7.8914873E-03 1.395632 at 20iterations 6.6042232E-04 0.1014938 at 30iterations 5.9344831E-05 9.3879700E-03 at 40iterations 1.3255413E-05 2.4998188E-03 at 50iterations finished qdiffx linear iterations at : 11:53:46 total time elapsed so far: 2.940000 # loops : 50 mean,max change (kT/e) : 1.3255413E-05 2.4998188E-03 energy calculations done at 2.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.110000 DelPhi exited at 11:53:46 3.115u 0.157s 0:03.56 91.5% 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 15 2011 at 11:53:46 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2427 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.781009 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): 8.474000 64.66400 ymin,ymax (A): 13.29300 59.46400 zmin,zma (A): -30.07300 29.89300 x,y,z range (A): 56.19000 46.17100 59.96600 scale (grids/A): 1.781009 object centre (A): 36.56900 36.37850 -9.0000153E-02 number of atom coordinates read : 2427 total number of charged atoms : 2287 net assigned charge : 3.000011 assigned positive charge : 359.3064 centred at (gu) : 88.92302 89.85712 87.57544 assigned negative charge : -356.3070 centred at (gu) : 88.16067 89.26582 87.07788 start vw surface at 0.1400000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 63817 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24828 grid for indexing accessible points = 1.400000 m= 20824 mr = 41219 m= 2814 mr = 13971 m= 136 mr = 1466 m= 2 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.4500000 number of dielectric boundary points 30894 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 167 iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 17780 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.5936698 object centre at (A) : 36.56900 36.37850 -9.0000153E-02 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.1638867E-02 4.9710352E-02 midg,1,midg; midg,igrid,midg -2.0011727E-02 1.9499153E-02 1,midg,midg; igrid,midg,midg -2.7016465E-02 8.0961874E-03 gauss-seidel spectral radius is 0.9984440 estimated iterations to convergence 201 setup time was (sec) 0.7200000 now iterating at: 11:53:47 rms-change max change #iterations 3.512043 161.2531 at 10iterations 1.563519 65.32472 at 20iterations 0.6911182 28.75467 at 30iterations 0.3056585 11.84201 at 40iterations 0.1358360 5.292087 at 50iterations 6.0351256E-02 2.315826 at 60iterations 2.6717477E-02 0.9447136 at 70iterations 1.1854661E-02 0.4220829 at 80iterations 5.2740262E-03 0.1884613 at 90iterations 2.3459473E-03 8.4077835E-02 at 100iterations 1.0414496E-03 3.7466645E-02 at 110iterations 4.6171545E-04 1.6447067E-02 at 120iterations finished qdiffx linear iterations at : 11:53:53 total time elapsed so far: 6.790000 # loops : 120 mean,max change (kT/e) : 4.6171545E-04 1.6447067E-02 energy calculations done at 6.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.960000 DelPhi exited at 11:53:54 6.963u 0.157s 0:07.62 93.3% 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 15 2011 at 11:53:54 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2427 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.671514 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): 8.474000 64.66400 ymin,ymax (A): 13.29300 59.46400 zmin,zma (A): -30.07300 29.89300 x,y,z range (A): 56.19000 46.17100 59.96600 scale (grids/A): 2.671514 object centre (A): 36.56900 36.37850 -9.0000153E-02 number of atom coordinates read : 2427 total number of charged atoms : 2287 net assigned charge : 3.000011 assigned positive charge : 359.3064 centred at (gu) : 88.38440 89.78555 86.36319 assigned negative charge : -356.3070 centred at (gu) : 87.24098 88.89866 85.61682 start vw surface at 0.1500000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 147688 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24828 grid for indexing accessible points = 1.400000 m= 68561 mr = 101098 m= 22546 mr = 52885 m= 4614 mr = 16824 m= 588 mr = 3127 m= 30 mr = 347 m= 0 mr = 20 time to grow re-entrant surface = 0.6200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.090000 number of dielectric boundary points 69726 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.220000 number of grid points assigned charge 18294 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.781009 object centre at (A) : 36.56900 36.37850 -9.0000153E-02 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1940197 0.7423401 midg,1,midg; midg,igrid,midg -0.2655383 0.2396939 1,midg,midg; igrid,midg,midg -0.3368756 6.6865668E-02 gauss-seidel spectral radius is 0.9992131 estimated iterations to convergence 281 setup time was (sec) 1.370000 now iterating at: 11:53:56 rms-change max change #iterations 8.706607 293.9098 at 10iterations 5.056421 129.0262 at 20iterations 2.909733 85.11358 at 30iterations 1.670936 35.38317 at 40iterations 0.9554322 24.44101 at 50iterations 0.5440950 12.19711 at 60iterations 0.3090315 6.567568 at 70iterations 0.1759606 3.679600 at 80iterations 9.9680223E-02 1.985342 at 90iterations 5.6475889E-02 1.147099 at 100iterations 3.1985108E-02 0.6690185 at 110iterations 1.8162902E-02 0.3678598 at 120iterations 1.0258551E-02 0.2220542 at 130iterations 5.8184271E-03 0.1191254 at 140iterations 3.2853659E-03 7.0186973E-02 at 150iterations 1.8576423E-03 3.5423279E-02 at 160iterations 1.0489700E-03 2.3271561E-02 at 170iterations 5.9374422E-04 1.2275696E-02 at 180iterations finished qdiffx linear iterations at : 11:54:05 total time elapsed so far: 10.90000 # loops : 180 mean,max change (kT/e) : 5.9374422E-04 1.2275696E-02 energy calculations done at 10.90000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.07000 DelPhi exited at 11:54:06 11.071u 0.171s 0:11.64 96.5% 0+0k 0+0io 0pf+0w