Tue Oct 11 03:18:17 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 Tue Oct 11 2011 at 03:18:17 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 = 3316 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: 0.5366942 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): -38.60000 21.15500 ymin,ymax (A): -4.799000 46.34300 zmin,zma (A): -70.00100 -3.669000 x,y,z range (A): 59.75500 51.14200 66.33200 scale (grids/A): 0.5366942 object centre (A): -8.722502 20.77200 -36.83500 number of atom coordinates read : 3316 total number of charged atoms : 3175 net assigned charge : -8.999975 assigned positive charge : 499.3835 centred at (gu) : 91.60073 91.05373 92.62302 assigned negative charge : -508.3847 centred at (gu) : 91.62894 90.99046 92.60127 start vw surface at 0.1200000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 6091 nv = 96 ne = 84 npr = 68457 no. pairs analyzed = 68457 no. exposed pairs = 4184 no. arc points = 29290 no. surface atoms = 1400 nbur = 1916 mkacc time = 0.1200000 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.596000 m= 241 mr = 3153 m= 0 mr = 10 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2600000 number of dielectric boundary points 3169 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2976 ## 415 charges are in solution ## iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 8139 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.6507430E-10 -5.1489457E-10 midg,1,midg; midg,igrid,midg -5.5627480E-10 -6.7389587E-11 1,midg,midg; igrid,midg,midg -1.6380540E-10 -7.9873697E-10 gauss-seidel spectral radius is 0.9821297 estimated iterations to convergence 62 setup time was (sec) 0.4500000 now iterating at: 03:18:17 rms-change max change #iterations 7.0208549E-02 11.32104 at 10iterations 4.6514063E-03 0.7737899 at 20iterations 4.1269825E-04 6.6985607E-02 at 30iterations 7.7181954E-05 1.6142130E-02 at 40iterations 2.0500653E-05 4.5063496E-03 at 50iterations finished qdiffx linear iterations at : 03:18:20 total time elapsed so far: 3.380000 # loops : 50 mean,max change (kT/e) : 2.0500653E-05 4.5063496E-03 energy calculations done at 3.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.520000 DelPhi exited at 03:18:21 3.525u 0.138s 0:03.96 92.1% 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 03:18:21 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 = 3316 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.610083 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): -38.60000 21.15500 ymin,ymax (A): -4.799000 46.34300 zmin,zma (A): -70.00100 -3.669000 x,y,z range (A): 59.75500 51.14200 66.33200 scale (grids/A): 1.610083 object centre (A): -8.722502 20.77200 -36.83500 number of atom coordinates read : 3316 total number of charged atoms : 3175 net assigned charge : -8.999975 assigned positive charge : 499.3835 centred at (gu) : 94.80116 93.16023 97.86784 assigned negative charge : -508.3847 centred at (gu) : 94.88628 92.97105 97.80325 start vw surface at 0.1000000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 67989 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29290 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 19872 mr = 46066 m= 1790 mr = 13222 m= 37 mr = 733 m= 2 mr = 1 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 212 time to turn everything in is 0.3500000 number of dielectric boundary points 29668 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 385 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 24185 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.5366942 object centre at (A) : -8.722502 20.77200 -36.83500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.4050631E-02 -1.5096307E-02 midg,1,midg; midg,igrid,midg -7.5885952E-03 -3.4459122E-03 1,midg,midg; igrid,midg,midg -2.6492598E-03 -4.8734620E-03 gauss-seidel spectral radius is 0.9981565 estimated iterations to convergence 185 setup time was (sec) 0.5600000 now iterating at: 03:18:21 rms-change max change #iterations 3.417633 179.2939 at 10iterations 1.412977 54.11657 at 20iterations 0.5851030 21.13960 at 30iterations 0.2419462 9.619350 at 40iterations 0.1003041 4.027182 at 50iterations 4.1457850E-02 1.485390 at 60iterations 1.7219139E-02 0.6141515 at 70iterations 7.1724262E-03 0.2523460 at 80iterations 3.0056334E-03 0.1230140 at 90iterations 1.2718376E-03 5.1673889E-02 at 100iterations 5.4553163E-04 2.0355225E-02 at 110iterations 2.4520437E-04 9.6430779E-03 at 120iterations finished qdiffx linear iterations at : 03:18:29 total time elapsed so far: 7.690000 # loops : 120 mean,max change (kT/e) : 2.4520437E-04 9.6430779E-03 energy calculations done at 7.690000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.830000 DelPhi exited at 03:18:29 7.835u 0.194s 0:08.32 96.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 Tue Oct 11 2011 at 03:18: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3316 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.415124 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): -38.60000 21.15500 ymin,ymax (A): -4.799000 46.34300 zmin,zma (A): -70.00100 -3.669000 x,y,z range (A): 59.75500 51.14200 66.33200 scale (grids/A): 2.415124 object centre (A): -8.722502 20.77200 -36.83500 number of atom coordinates read : 3316 total number of charged atoms : 3175 net assigned charge : -8.999975 assigned positive charge : 499.3835 centred at (gu) : 97.20135 94.73996 101.8016 assigned negative charge : -508.3847 centred at (gu) : 97.32932 94.45634 101.7048 start vw surface at 0.1000000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 158416 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29290 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 70130 mr = 113223 m= 18342 mr = 54734 m= 2643 mr = 13237 m= 137 mr = 1520 m= 3 mr = 32 m= 0 mr = 0 time to grow re-entrant surface = 0.4400000 no. cavity mid-points inaccessible to solvent = 800 time to turn everything in is 0.8000000 number of dielectric boundary points 66925 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 43 iepsmp to db, and charging done at 0.9000000 number of grid points assigned charge 25347 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.610083 object centre at (A) : -8.722502 20.77200 -36.83500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5013161 -0.4028247 midg,1,midg; midg,igrid,midg -9.9519886E-02 -2.8861796E-02 1,midg,midg; igrid,midg,midg 7.0086438E-03 -1.1638811E-02 gauss-seidel spectral radius is 0.9991364 estimated iterations to convergence 269 setup time was (sec) 1.040000 now iterating at: 03:18:30 rms-change max change #iterations 9.001884 273.5488 at 10iterations 5.052732 141.4496 at 20iterations 2.821840 66.30970 at 30iterations 1.566459 33.43042 at 40iterations 0.8655415 18.05856 at 50iterations 0.4787215 9.426208 at 60iterations 0.2643149 5.591000 at 70iterations 0.1454994 2.997728 at 80iterations 7.9969198E-02 1.545940 at 90iterations 4.4027574E-02 0.9190063 at 100iterations 2.4269223E-02 0.4918556 at 110iterations 1.3328729E-02 0.3093491 at 120iterations 7.3298719E-03 0.1663513 at 130iterations 4.0219547E-03 8.3335876E-02 at 140iterations 2.2196618E-03 4.4013977E-02 at 150iterations 1.2257415E-03 2.7648926E-02 at 160iterations 6.8231707E-04 1.3737917E-02 at 170iterations 3.8257614E-04 7.9021454E-03 at 180iterations finished qdiffx linear iterations at : 03:18:41 total time elapsed so far: 12.17000 # loops : 180 mean,max change (kT/e) : 3.8257614E-04 7.9021454E-03 energy calculations done at 12.17000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.31000 DelPhi exited at 03:18:42 12.308u 0.205s 0:12.88 97.0% 0+0k 0+0io 0pf+0w