Sat Oct 8 23:10:27 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 8 2011 at 23:10: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2424 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6440175 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): -13.23200 39.20200 ymin,ymax (A): 10.12800 65.40600 zmin,zma (A): -9.588000 33.45200 x,y,z range (A): 52.43400 55.27800 43.04000 scale (grids/A): 0.6440175 object centre (A): 12.98500 37.76700 11.93200 number of atom coordinates read : 2424 total number of charged atoms : 2289 net assigned charge : 11.50002 assigned positive charge : 352.6722 centred at (gu) : 90.47888 89.12875 90.86275 assigned negative charge : -341.1731 centred at (gu) : 90.49082 89.16016 90.79383 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6837 nv = 96 ne = 84 npr = 48561 no. pairs analyzed = 48561 no. exposed pairs = 3197 no. arc points = 22789 no. surface atoms = 1083 nbur = 1341 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 415 mr = 3505 m= 1 mr = 49 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1900000 number of dielectric boundary points 3699 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2221 ## 180 charges are in solution ## iepsmp to db, and charging done at 0.2600000 number of grid points assigned charge 8112 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.0540366E-09 3.1708719E-08 midg,1,midg; midg,igrid,midg 2.6641400E-08 1.2626842E-08 1,midg,midg; igrid,midg,midg 1.8134109E-08 1.9062712E-08 gauss-seidel spectral radius is 0.9875001 estimated iterations to convergence 73 setup time was (sec) 0.3800000 now iterating at: 23:10:28 rms-change max change #iterations 0.1382354 24.13837 at 10iterations 1.3838579E-02 2.090683 at 20iterations 1.6219547E-03 0.2088509 at 30iterations 3.4571270E-04 5.1734924E-02 at 40iterations 1.1148537E-04 1.8339157E-02 at 50iterations finished qdiffx linear iterations at : 23:10:31 total time elapsed so far: 3.220000 # loops : 50 mean,max change (kT/e) : 1.1148537E-04 1.8339157E-02 energy calculations done at 3.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.340000 DelPhi exited at 23:10:31 3.346u 0.175s 0:03.80 92.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 8 2011 at 23:10:31 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 = 2424 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.932052 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): -13.23200 39.20200 ymin,ymax (A): 10.12800 65.40600 zmin,zma (A): -9.588000 33.45200 x,y,z range (A): 52.43400 55.27800 43.04000 scale (grids/A): 1.932052 object centre (A): 12.98500 37.76700 11.93200 number of atom coordinates read : 2424 total number of charged atoms : 2289 net assigned charge : 11.50002 assigned positive charge : 352.6722 centred at (gu) : 91.43647 87.38580 92.58797 assigned negative charge : -341.1731 centred at (gu) : 91.47253 87.48068 92.38158 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 73003 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22789 grid for indexing accessible points = 1.400000 m= 26950 mr = 48780 m= 4863 mr = 19206 m= 349 mr = 2975 m= 4 mr = 118 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3700000 number of dielectric boundary points 34090 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 131 iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 18025 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.6440175 object centre at (A) : 12.98500 37.76700 11.93200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.6905923E-03 3.1176129E-02 midg,1,midg; midg,igrid,midg 4.1039497E-02 5.2694444E-02 1,midg,midg; igrid,midg,midg 4.7306955E-02 5.1421702E-02 gauss-seidel spectral radius is 0.9986659 estimated iterations to convergence 217 setup time was (sec) 0.6000000 now iterating at: 23:10:32 rms-change max change #iterations 4.092175 175.8414 at 10iterations 1.926465 68.69846 at 20iterations 0.9090421 27.29964 at 30iterations 0.4280883 15.30964 at 40iterations 0.2030090 7.151684 at 50iterations 9.5386781E-02 3.120203 at 60iterations 4.5282248E-02 1.405792 at 70iterations 2.1344844E-02 0.6575260 at 80iterations 1.0140615E-02 0.3086939 at 90iterations 4.8812991E-03 0.1508369 at 100iterations 2.3953584E-03 7.5931549E-02 at 110iterations 1.2165677E-03 4.0119171E-02 at 120iterations finished qdiffx linear iterations at : 23:10:39 total time elapsed so far: 7.610000 # loops : 120 mean,max change (kT/e) : 1.2165677E-03 4.0119171E-02 energy calculations done at 7.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.750000 DelPhi exited at 23:10:39 7.751u 0.179s 0:08.25 96.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 Sat Oct 8 2011 at 23:10:39 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 = 2424 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.898079 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): -13.23200 39.20200 ymin,ymax (A): 10.12800 65.40600 zmin,zma (A): -9.588000 33.45200 x,y,z range (A): 52.43400 55.27800 43.04000 scale (grids/A): 2.898079 object centre (A): 12.98500 37.76700 11.93200 number of atom coordinates read : 2424 total number of charged atoms : 2289 net assigned charge : 11.50002 assigned positive charge : 352.6722 centred at (gu) : 92.15459 86.07860 93.88192 assigned negative charge : -341.1731 centred at (gu) : 92.20881 86.22115 93.57238 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 168636 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22789 grid for indexing accessible points = 1.400000 m= 84604 mr = 118682 m= 32980 mr = 67545 m= 8701 mr = 26014 m= 1442 mr = 6367 m= 99 mr = 943 m= 0 mr = 37 time to grow re-entrant surface = 0.5600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.9600000 number of dielectric boundary points 76874 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.050000 number of grid points assigned charge 18304 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.932052 object centre at (A) : 12.98500 37.76700 11.93200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.5614314E-03 0.2921933 midg,1,midg; midg,igrid,midg 0.4299253 0.8114142 1,midg,midg; igrid,midg,midg 0.5104591 0.4619853 gauss-seidel spectral radius is 0.9992741 estimated iterations to convergence 293 setup time was (sec) 1.200000 now iterating at: 23:10:41 rms-change max change #iterations 9.684394 434.1545 at 10iterations 5.765097 163.0014 at 20iterations 3.398279 74.46233 at 30iterations 2.000455 43.00932 at 40iterations 1.169218 25.88141 at 50iterations 0.6838222 16.87772 at 60iterations 0.3991230 9.349936 at 70iterations 0.2324897 5.294472 at 80iterations 0.1349984 2.471123 at 90iterations 7.8608550E-02 1.520670 at 100iterations 4.5614403E-02 0.8792877 at 110iterations 2.6540887E-02 0.5287991 at 120iterations 1.5426792E-02 0.3077908 at 130iterations 9.0158992E-03 0.1941371 at 140iterations 5.2954755E-03 0.1018486 at 150iterations 3.1702556E-03 6.3720703E-02 at 160iterations 1.9485020E-03 4.0014267E-02 at 170iterations 1.2520328E-03 2.6594162E-02 at 180iterations finished qdiffx linear iterations at : 23:10:52 total time elapsed so far: 12.48000 # loops : 180 mean,max change (kT/e) : 1.2520328E-03 2.6594162E-02 energy calculations done at 12.48000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.61000 DelPhi exited at 23:10:52 12.614u 0.200s 0:13.09 97.8% 0+0k 0+0io 0pf+0w