Wed Dec 21 14:20:56 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:56 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1962 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.6393334 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.070000 34.99300 ymin,ymax (A): -3.964000 49.46700 zmin,zma (A): -24.03900 31.64400 x,y,z range (A): 39.06300 53.43100 55.68300 scale (grids/A): 0.6393334 object centre (A): 15.46150 22.75150 3.802500 number of atom coordinates read : 1962 total number of charged atoms : 1830 net assigned charge : 4.000003 assigned positive charge : 287.8261 centred at (gu) : 90.37100 92.38071 89.98489 assigned negative charge : -283.8263 centred at (gu) : 90.43935 92.45399 89.92816 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 5559 nv = 96 ne = 84 npr = 39995 no. pairs analyzed = 39995 no. exposed pairs = 2477 no. arc points = 17373 no. surface atoms = 841 nbur = 1121 mkacc time = 7.0000008E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 267 mr = 3094 m= 1 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 17 time to turn everything in is 0.1600000 number of dielectric boundary points 2694 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1766 ## 172 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 6480 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.1247672E-09 1.0527313E-08 midg,1,midg; midg,igrid,midg 7.2339033E-09 -7.4258749E-10 1,midg,midg; igrid,midg,midg 1.0643732E-08 1.2621931E-10 gauss-seidel spectral radius is 0.9872697 estimated iterations to convergence 72 setup time was (sec) 0.3900000 now iterating at: 14:20:56 rms-change max change #iterations 0.1225139 25.36095 at 10iterations 1.2030077E-02 1.944803 at 20iterations 1.1701677E-03 0.1678615 at 30iterations 1.1296183E-04 1.7492294E-02 at 40iterations 1.1630152E-05 2.1362305E-03 at 50iterations finished qdiffx linear iterations at : 14:21:00 total time elapsed so far: 3.980000 # loops : 50 mean,max change (kT/e) : 1.1630152E-05 2.1362305E-03 energy calculations done at 3.980000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.110000 DelPhi exited at 14:21:01 4.115u 0.318s 0:05.28 83.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 Wed Dec 21 2011 at 14:21:01 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1962 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.918000 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.070000 34.99300 ymin,ymax (A): -3.964000 49.46700 zmin,zma (A): -24.03900 31.64400 x,y,z range (A): 39.06300 53.43100 55.68300 scale (grids/A): 1.918000 object centre (A): 15.46150 22.75150 3.802500 number of atom coordinates read : 1962 total number of charged atoms : 1830 net assigned charge : 4.000003 assigned positive charge : 287.8261 centred at (gu) : 91.11317 97.14220 89.95458 assigned negative charge : -283.8263 centred at (gu) : 91.31821 97.36197 89.78470 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 59803 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17373 grid for indexing accessible points = 1.400000 m= 22262 mr = 41382 m= 3146 mr = 17085 m= 140 mr = 1965 m= 4 mr = 56 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 1229 time to turn everything in is 0.3400000 number of dielectric boundary points 24867 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 108 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 14420 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.6393334 object centre at (A) : 15.46150 22.75150 3.802500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.4178247E-02 1.8786928E-02 midg,1,midg; midg,igrid,midg 2.9831631E-02 3.8603707E-03 1,midg,midg; igrid,midg,midg 4.2439257E-03 -2.1439525E-03 gauss-seidel spectral radius is 0.9985757 estimated iterations to convergence 210 setup time was (sec) 0.7300000 now iterating at: 14:21:02 rms-change max change #iterations 3.609410 165.7139 at 10iterations 1.661333 62.60462 at 20iterations 0.7666418 30.82091 at 30iterations 0.3531298 12.78270 at 40iterations 0.1628655 5.986747 at 50iterations 7.4683428E-02 2.556950 at 60iterations 3.4328979E-02 1.264375 at 70iterations 1.5859550E-02 0.5238514 at 80iterations 7.3091229E-03 0.2583976 at 90iterations 3.3630333E-03 0.1077271 at 100iterations 1.5589085E-03 6.2672615E-02 at 110iterations 7.1443000E-04 2.6396155E-02 at 120iterations finished qdiffx linear iterations at : 14:21:11 total time elapsed so far: 9.430000 # loops : 120 mean,max change (kT/e) : 7.1443000E-04 2.6396155E-02 energy calculations done at 9.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.560000 DelPhi exited at 14:21:12 9.565u 0.496s 0:10.73 93.6% 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:21:12 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1962 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.877000 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.070000 34.99300 ymin,ymax (A): -3.964000 49.46700 zmin,zma (A): -24.03900 31.64400 x,y,z range (A): 39.06300 53.43100 55.68300 scale (grids/A): 2.877000 object centre (A): 15.46150 22.75150 3.802500 number of atom coordinates read : 1962 total number of charged atoms : 1830 net assigned charge : 4.000003 assigned positive charge : 287.8261 centred at (gu) : 91.66970 100.7134 89.93209 assigned negative charge : -283.8263 centred at (gu) : 91.97744 101.0431 89.67712 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 137877 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17373 grid for indexing accessible points = 1.400000 m= 72077 mr = 99834 m= 26133 mr = 60169 m= 5469 mr = 21614 m= 655 mr = 4165 m= 35 mr = 415 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.4800000 no. cavity mid-points inaccessible to solvent = 4036 time to turn everything in is 0.9200000 number of dielectric boundary points 56036 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.090000 number of grid points assigned charge 14639 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.918000 object centre at (A) : 15.46150 22.75150 3.802500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.071400 9.5100023E-02 midg,1,midg; midg,igrid,midg 0.2918308 -2.2092057E-02 1,midg,midg; igrid,midg,midg 1.5492841E-02 -1.0451025E-02 gauss-seidel spectral radius is 0.9992285 estimated iterations to convergence 284 setup time was (sec) 1.330000 now iterating at: 14:21:14 rms-change max change #iterations 8.524321 346.1874 at 10iterations 4.924803 129.0211 at 20iterations 2.807823 66.65200 at 30iterations 1.605771 42.37834 at 40iterations 0.9160958 19.63590 at 50iterations 0.5206085 11.18693 at 60iterations 0.2959734 6.633953 at 70iterations 0.1678557 3.418598 at 80iterations 9.5417514E-02 2.030057 at 90iterations 5.4245960E-02 1.115847 at 100iterations 3.0736735E-02 0.6364880 at 110iterations 1.7444205E-02 0.3340843 at 120iterations 9.8957522E-03 0.1967545 at 130iterations 5.6147375E-03 0.1258011 at 140iterations 3.1813683E-03 6.4569890E-02 at 150iterations 1.8011291E-03 3.5934448E-02 at 160iterations 1.0232044E-03 2.5478363E-02 at 170iterations 5.8021123E-04 1.1888504E-02 at 180iterations finished qdiffx linear iterations at : 14:21:28 total time elapsed so far: 15.56000 # loops : 180 mean,max change (kT/e) : 5.8021123E-04 1.1888504E-02 energy calculations done at 15.56000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.69000 DelPhi exited at 14:21:41 15.693u 0.496s 0:29.67 54.5% 0+0k 0+0io 0pf+0w