Sun Oct 9 17:37:15 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 Sun Oct 9 2011 at 17:37:15 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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3208 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5739899 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): -11.06500 50.95700 ymin,ymax (A): -12.34200 40.78000 zmin,zma (A): 19.77300 76.03300 x,y,z range (A): 62.02200 53.12200 56.26001 scale (grids/A): 0.5739899 object centre (A): 19.94600 14.21900 47.90300 number of atom coordinates read : 3208 total number of charged atoms : 3061 net assigned charge : 3.621017 assigned positive charge : 495.7660 centred at (gu) : 90.78624 89.70369 87.76749 assigned negative charge : -492.1461 centred at (gu) : 90.66763 89.83015 87.69001 start vw surface at 0.1800000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 7128 nv = 96 ne = 84 npr = 62040 no. pairs analyzed = 62040 no. exposed pairs = 4369 no. arc points = 31053 no. surface atoms = 1458 nbur = 1750 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 340 mr = 3569 m= 0 mr = 16 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3600000 number of dielectric boundary points 3883 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2940 ## 293 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 8788 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.5792025E-09 1.2866225E-09 midg,1,midg; midg,igrid,midg 3.3431904E-09 -1.7598648E-09 1,midg,midg; igrid,midg,midg -1.4294895E-09 3.5772034E-09 gauss-seidel spectral radius is 0.9843602 estimated iterations to convergence 66 setup time was (sec) 0.5900000 now iterating at: 17:37:16 rms-change max change #iterations 9.8115794E-02 15.45393 at 10iterations 7.3085306E-03 1.033222 at 20iterations 5.8115402E-04 0.1009789 at 30iterations 6.2632702E-05 9.2010498E-03 at 40iterations 2.1274758E-05 2.9220581E-03 at 50iterations finished qdiffx linear iterations at : 17:37:18 total time elapsed so far: 3.240000 # loops : 50 mean,max change (kT/e) : 2.1274758E-05 2.9220581E-03 energy calculations done at 3.240000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.420000 DelPhi exited at 17:37:19 3.425u 0.172s 0:03.87 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 Sun Oct 9 2011 at 17:37:19 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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3208 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.721969 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): -11.06500 50.95700 ymin,ymax (A): -12.34200 40.78000 zmin,zma (A): 19.77300 76.03300 x,y,z range (A): 62.02200 53.12200 56.26001 scale (grids/A): 1.721969 object centre (A): 19.94600 14.21900 47.90300 number of atom coordinates read : 3208 total number of charged atoms : 3061 net assigned charge : 3.621017 assigned positive charge : 495.7660 centred at (gu) : 92.35789 89.11036 83.30171 assigned negative charge : -492.1461 centred at (gu) : 92.00260 89.48994 83.06944 start vw surface at 0.1600000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 77143 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31053 grid for indexing accessible points = 1.400000 m= 25589 mr = 51175 m= 3129 mr = 17166 m= 125 mr = 1506 m= 0 mr = 14 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5700000 number of dielectric boundary points 36125 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 227 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 23660 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.5739899 object centre at (A) : 19.94600 14.21900 47.90300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.3686788E-03 6.2192446E-03 midg,1,midg; midg,igrid,midg 2.3072198E-02 -1.1253764E-02 1,midg,midg; igrid,midg,midg -7.7265669E-03 2.1761810E-02 gauss-seidel spectral radius is 0.9984040 estimated iterations to convergence 199 setup time was (sec) 0.8600000 now iterating at: 17:37:20 rms-change max change #iterations 4.000247 192.8814 at 10iterations 1.761081 70.97918 at 20iterations 0.7804670 29.34882 at 30iterations 0.3443035 12.94448 at 40iterations 0.1522029 4.828646 at 50iterations 6.7244843E-02 2.353521 at 60iterations 2.9771397E-02 1.044507 at 70iterations 1.3163186E-02 0.4587145 at 80iterations 5.8059650E-03 0.2165337 at 90iterations 2.5762862E-03 8.7525845E-02 at 100iterations 1.1652847E-03 3.9169192E-02 at 110iterations 5.4534059E-04 2.1202087E-02 at 120iterations finished qdiffx linear iterations at : 17:37:27 total time elapsed so far: 7.430000 # loops : 120 mean,max change (kT/e) : 5.4534059E-04 2.1202087E-02 energy calculations done at 7.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.610000 DelPhi exited at 17:37:27 7.617u 0.171s 0:08.07 96.4% 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 Sun Oct 9 2011 at 17:37: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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3208 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.582954 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): -11.06500 50.95700 ymin,ymax (A): -12.34200 40.78000 zmin,zma (A): 19.77300 76.03300 x,y,z range (A): 62.02200 53.12200 56.26001 scale (grids/A): 2.582954 object centre (A): 19.94600 14.21900 47.90300 number of atom coordinates read : 3208 total number of charged atoms : 3061 net assigned charge : 3.621017 assigned positive charge : 495.7660 centred at (gu) : 93.53656 88.66538 79.95230 assigned negative charge : -492.1461 centred at (gu) : 93.00383 89.23474 79.60415 start vw surface at 0.1800000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 178665 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31053 grid for indexing accessible points = 1.400000 m= 85269 mr = 125471 m= 27070 mr = 66204 m= 5134 mr = 20054 m= 465 mr = 3217 m= 11 mr = 223 m= 0 mr = 1 time to grow re-entrant surface = 0.8300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.410000 number of dielectric boundary points 81444 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.550000 number of grid points assigned charge 24477 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.721969 object centre at (A) : 19.94600 14.21900 47.90300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.7358635E-02 7.2754547E-02 midg,1,midg; midg,igrid,midg 0.3030958 -0.2152049 1,midg,midg; igrid,midg,midg 0.1088402 0.2818389 gauss-seidel spectral radius is 0.9992199 estimated iterations to convergence 283 setup time was (sec) 1.720000 now iterating at: 17:37:29 rms-change max change #iterations 10.24391 419.6283 at 10iterations 6.042888 141.4237 at 20iterations 3.512181 89.47749 at 30iterations 2.035123 46.38152 at 40iterations 1.169870 25.50250 at 50iterations 0.6729956 13.90240 at 60iterations 0.3844253 8.155247 at 70iterations 0.2200638 5.120085 at 80iterations 0.1254615 2.466472 at 90iterations 7.1470201E-02 1.723457 at 100iterations 4.0726405E-02 0.8199120 at 110iterations 2.3150781E-02 0.4479675 at 120iterations 1.3179554E-02 0.2742424 at 130iterations 7.4941902E-03 0.1423548 at 140iterations 4.2847092E-03 8.3824158E-02 at 150iterations 2.4576308E-03 5.1097870E-02 at 160iterations 1.4279349E-03 2.7396202E-02 at 170iterations 8.5531967E-04 1.7712593E-02 at 180iterations finished qdiffx linear iterations at : 17:37:40 total time elapsed so far: 12.49000 # loops : 180 mean,max change (kT/e) : 8.5531967E-04 1.7712593E-02 energy calculations done at 12.49000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.68000 DelPhi exited at 17:37:40 12.678u 0.192s 0:13.16 97.7% 0+0k 0+0io 0pf+0w