Tue Oct 11 04:30:29 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 Tue Oct 11 2011 at 04:30:29 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: 298 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2750 !!! WARNING: HIR 70 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.6508226 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.32700 36.98200 ymin,ymax (A): -25.81400 22.63800 zmin,zma (A): -9.498000 45.20200 x,y,z range (A): 49.30900 48.45200 54.70000 scale (grids/A): 0.6508226 object centre (A): 12.32750 -1.587999 17.85200 number of atom coordinates read : 2750 total number of charged atoms : 2598 net assigned charge : 2.176013 assigned positive charge : 416.3028 centred at (gu) : 90.42319 90.44936 91.68745 assigned negative charge : -414.1273 centred at (gu) : 90.16708 90.25809 91.58692 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7725 nv = 96 ne = 84 npr = 56916 no. pairs analyzed = 56916 no. exposed pairs = 3294 no. arc points = 22710 no. surface atoms = 1111 nbur = 1639 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 387 mr = 4416 m= 2 mr = 36 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 19 time to turn everything in is 0.2200000 number of dielectric boundary points 3662 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2276 ## 226 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 9287 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.1197441E-09 2.9041589E-08 midg,1,midg; midg,igrid,midg -2.6027928E-08 3.8320373E-08 1,midg,midg; igrid,midg,midg -3.6482266E-08 4.9336339E-08 gauss-seidel spectral radius is 0.9877736 estimated iterations to convergence 74 setup time was (sec) 0.4200000 now iterating at: 04:30:29 rms-change max change #iterations 0.1634915 21.15686 at 10iterations 1.7257547E-02 2.281235 at 20iterations 1.8321341E-03 0.2593842 at 30iterations 2.0578995E-04 2.9281616E-02 at 40iterations 3.0227491E-05 3.5400391E-03 at 50iterations finished qdiffx linear iterations at : 04:30:32 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 3.0227491E-05 3.5400391E-03 energy calculations done at 3.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.430000 DelPhi exited at 04:30:33 3.434u 0.153s 0:04.00 89.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 Tue Oct 11 2011 at 04:30:33 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: 298 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2750 !!! WARNING: HIR 70 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.952468 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.32700 36.98200 ymin,ymax (A): -25.81400 22.63800 zmin,zma (A): -9.498000 45.20200 x,y,z range (A): 49.30900 48.45200 54.70000 scale (grids/A): 1.952468 object centre (A): 12.32750 -1.587999 17.85200 number of atom coordinates read : 2750 total number of charged atoms : 2598 net assigned charge : 2.176013 assigned positive charge : 416.3028 centred at (gu) : 91.26889 91.34747 95.06177 assigned negative charge : -414.1273 centred at (gu) : 90.50121 90.77414 94.76040 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 83103 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22710 grid for indexing accessible points = 1.400000 m= 30635 mr = 58927 m= 4860 mr = 23059 m= 306 mr = 3208 m= 3 mr = 102 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 1190 time to turn everything in is 0.4000000 number of dielectric boundary points 33611 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 157 iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 20494 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.6508226 object centre at (A) : 12.32750 -1.587999 17.85200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.3801333E-02 7.8945514E-03 midg,1,midg; midg,igrid,midg -1.5423120E-02 3.1393517E-02 1,midg,midg; igrid,midg,midg -8.9172553E-03 6.5522768E-02 gauss-seidel spectral radius is 0.9987083 estimated iterations to convergence 220 setup time was (sec) 0.6200000 now iterating at: 04:30:34 rms-change max change #iterations 4.603316 190.5829 at 10iterations 2.210790 74.91739 at 20iterations 1.058798 34.57362 at 30iterations 0.5078528 14.52283 at 40iterations 0.2428185 7.206120 at 50iterations 0.1168923 3.215442 at 60iterations 5.5828564E-02 1.800741 at 70iterations 2.6750803E-02 0.7841187 at 80iterations 1.2826740E-02 0.4244270 at 90iterations 6.1499872E-03 0.1801910 at 100iterations 2.9394072E-03 8.9698792E-02 at 110iterations 1.4088114E-03 3.9128482E-02 at 120iterations finished qdiffx linear iterations at : 04:30:41 total time elapsed so far: 7.750000 # loops : 120 mean,max change (kT/e) : 1.4088114E-03 3.9128482E-02 energy calculations done at 7.750000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.890000 DelPhi exited at 04:30:42 7.889u 0.200s 0:08.87 91.0% 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 Tue Oct 11 2011 at 04:30:42 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: 298 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2750 !!! WARNING: HIR 70 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.928702 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.32700 36.98200 ymin,ymax (A): -25.81400 22.63800 zmin,zma (A): -9.498000 45.20200 x,y,z range (A): 49.30900 48.45200 54.70000 scale (grids/A): 2.928702 object centre (A): 12.32750 -1.587999 17.85200 number of atom coordinates read : 2750 total number of charged atoms : 2598 net assigned charge : 2.176013 assigned positive charge : 416.3028 centred at (gu) : 91.90319 92.02113 97.59241 assigned negative charge : -414.1273 centred at (gu) : 90.75159 91.16113 97.14048 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 192264 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22710 grid for indexing accessible points = 1.400000 m= 99225 mr = 142387 m= 36201 mr = 82481 m= 8844 mr = 29642 m= 1239 mr = 6782 m= 72 mr = 845 m= 2 mr = 26 m= 0 mr = 0 time to grow re-entrant surface = 0.6100000 no. cavity mid-points inaccessible to solvent = 4054 time to turn everything in is 1.060000 number of dielectric boundary points 75684 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.150000 number of grid points assigned charge 20777 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.952468 object centre at (A) : 12.32750 -1.587999 17.85200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.020160 0.2671150 midg,1,midg; midg,igrid,midg -0.1701077 0.3538264 1,midg,midg; igrid,midg,midg -1.7697800E-02 0.5158960 gauss-seidel spectral radius is 0.9992743 estimated iterations to convergence 293 setup time was (sec) 1.300000 now iterating at: 04:30:43 rms-change max change #iterations 10.67846 421.7590 at 10iterations 6.248518 118.3732 at 20iterations 3.646362 68.14274 at 30iterations 2.129770 40.60359 at 40iterations 1.237192 22.39079 at 50iterations 0.7205044 13.56992 at 60iterations 0.4182340 8.045096 at 70iterations 0.2431912 4.460493 at 80iterations 0.1411255 2.519466 at 90iterations 8.1749953E-02 1.440474 at 100iterations 4.7378063E-02 0.8069420 at 110iterations 2.7467497E-02 0.4716969 at 120iterations 1.5962614E-02 0.3079605 at 130iterations 9.2665879E-03 0.1517601 at 140iterations 5.3773490E-03 0.1037369 at 150iterations 3.1363072E-03 5.2185059E-02 at 160iterations 1.8452805E-03 3.6094666E-02 at 170iterations 1.0943086E-03 1.9235611E-02 at 180iterations finished qdiffx linear iterations at : 04:30:55 total time elapsed so far: 12.71000 # loops : 180 mean,max change (kT/e) : 1.0943086E-03 1.9235611E-02 energy calculations done at 12.71000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.84000 DelPhi exited at 04:30:55 12.840u 0.210s 0:13.36 97.6% 0+0k 0+0io 0pf+0w