Sun Oct 9 14:52:26 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 14:52:26 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: 245 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1252 !!! WARNING: GLU 107 has a net charge of -2.0000 !!! WARNING: GLU 214 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.7103803 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): 42.86000 92.97400 ymin,ymax (A): -27.86200 14.27300 zmin,zma (A): -31.61300 16.53500 x,y,z range (A): 50.11400 42.13500 48.14800 scale (grids/A): 0.7103803 object centre (A): 67.91700 -6.794500 -7.539000 number of atom coordinates read : 1252 total number of charged atoms : 1122 net assigned charge : 1.500005 assigned positive charge : 179.8063 centred at (gu) : 89.21460 89.79384 91.99734 assigned negative charge : -178.3061 centred at (gu) : 89.24493 89.63979 91.90795 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.0000000E-02 boundary points on vw surface= 4574 nv = 96 ne = 84 npr = 24460 no. pairs analyzed = 24460 no. exposed pairs = 1718 no. arc points = 12911 no. surface atoms = 573 nbur = 679 mkacc time = 4.9999997E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 254 mr = 2303 m= 0 mr = 37 time to grow re-entrant surface = 5.9999995E-02 no. cavity mid-points inaccessible to solvent = 75 time to turn everything in is 0.1300000 number of dielectric boundary points 2488 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1040 ## 100 charges are in solution ## iepsmp to db, and charging done at 0.1900000 number of grid points assigned charge 4545 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.3099128E-09 5.8731363E-08 midg,1,midg; midg,igrid,midg -3.5472794E-08 5.6238722E-08 1,midg,midg; igrid,midg,midg 2.5671818E-08 3.3969212E-09 gauss-seidel spectral radius is 0.9896026 estimated iterations to convergence 80 setup time was (sec) 0.3100000 now iterating at: 14:52:27 rms-change max change #iterations 0.1531608 31.31332 at 10iterations 1.8774450E-02 3.427043 at 20iterations 2.2611585E-03 0.3924942 at 30iterations 2.7408588E-04 4.9114227E-02 at 40iterations 3.3171385E-05 5.3539276E-03 at 50iterations finished qdiffx linear iterations at : 14:52:30 total time elapsed so far: 3.190000 # loops : 50 mean,max change (kT/e) : 3.3171385E-05 5.3539276E-03 energy calculations done at 3.190000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.310000 DelPhi exited at 14:52:30 3.315u 0.175s 0:03.76 92.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 Sun Oct 9 2011 at 14:52:30 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: 245 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1252 !!! WARNING: GLU 107 has a net charge of -2.0000 !!! WARNING: GLU 214 has a net charge of -2.0000 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.131141 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): 42.86000 92.97400 ymin,ymax (A): -27.86200 14.27300 zmin,zma (A): -31.61300 16.53500 x,y,z range (A): 50.11400 42.13500 48.14800 scale (grids/A): 2.131141 object centre (A): 67.91700 -6.794500 -7.539000 number of atom coordinates read : 1252 total number of charged atoms : 1122 net assigned charge : 1.500005 assigned positive charge : 179.8063 centred at (gu) : 87.64420 89.38187 95.99213 assigned negative charge : -178.3061 centred at (gu) : 87.73503 88.91926 95.72407 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 47457 reading accessible surface arcs data from file ARCDAT no. of arc points read = 12911 grid for indexing accessible points = 1.400000 m= 17591 mr = 30439 m= 3018 mr = 12839 m= 211 mr = 1955 m= 4 mr = 101 m= 0 mr = 2 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 2110 time to turn everything in is 0.2500000 number of dielectric boundary points 22945 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 51 iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 8935 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.7103803 object centre at (A) : 67.91700 -6.794500 -7.539000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.8056500E-03 8.7961815E-03 midg,1,midg; midg,igrid,midg 5.7090173E-04 1.9505793E-02 1,midg,midg; igrid,midg,midg 1.4826539E-02 1.5848881E-02 gauss-seidel spectral radius is 0.9987698 estimated iterations to convergence 226 setup time was (sec) 0.4600000 now iterating at: 14:52:31 rms-change max change #iterations 3.452528 174.1054 at 10iterations 1.661163 74.24579 at 20iterations 0.8048441 35.65625 at 30iterations 0.3910286 15.39704 at 40iterations 0.1896877 7.307589 at 50iterations 9.1577902E-02 3.316712 at 60iterations 4.4658743E-02 2.054565 at 70iterations 2.1531327E-02 0.8129654 at 80iterations 1.0527566E-02 0.3925323 at 90iterations 5.0677117E-03 0.2252753 at 100iterations 2.4733611E-03 9.5760345E-02 at 110iterations 1.2013665E-03 4.4929504E-02 at 120iterations finished qdiffx linear iterations at : 14:52:38 total time elapsed so far: 7.450000 # loops : 120 mean,max change (kT/e) : 1.2013665E-03 4.4929504E-02 energy calculations done at 7.450000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.590000 DelPhi exited at 14:52:38 7.594u 0.199s 0:08.09 96.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 Sun Oct 9 2011 at 14:52:38 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: 245 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1252 !!! WARNING: GLU 107 has a net charge of -2.0000 !!! WARNING: GLU 214 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.0000000E-02 grid size : 179 scale,in grids/A, set to be: 3.196711 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): 42.86000 92.97400 ymin,ymax (A): -27.86200 14.27300 zmin,zma (A): -31.61300 16.53500 x,y,z range (A): 50.11400 42.13500 48.14800 scale (grids/A): 3.196711 object centre (A): 67.91700 -6.794500 -7.539000 number of atom coordinates read : 1252 total number of charged atoms : 1122 net assigned charge : 1.500005 assigned positive charge : 179.8063 centred at (gu) : 86.46638 89.07281 98.98821 assigned negative charge : -178.3061 centred at (gu) : 86.60257 88.37897 98.58608 start vw surface at 5.9999999E-02 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 109087 reading accessible surface arcs data from file ARCDAT no. of arc points read = 12911 grid for indexing accessible points = 1.400000 m= 54992 mr = 73577 m= 21528 mr = 44700 m= 5578 mr = 17319 m= 876 mr = 4227 m= 90 mr = 580 m= 5 mr = 53 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 7209 time to turn everything in is 0.7300000 number of dielectric boundary points 51700 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 8976 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) : 2.131141 object centre at (A) : 67.91700 -6.794500 -7.539000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.9191811E-02 0.3151973 midg,1,midg; midg,igrid,midg 7.1705300E-03 0.1411142 1,midg,midg; igrid,midg,midg 0.1984440 0.2036165 gauss-seidel spectral radius is 0.9992886 estimated iterations to convergence 296 setup time was (sec) 0.9500000 now iterating at: 14:52:40 rms-change max change #iterations 7.877258 488.2225 at 10iterations 4.608173 133.5230 at 20iterations 2.703692 73.25760 at 30iterations 1.583006 40.91747 at 40iterations 0.9219573 21.01590 at 50iterations 0.5356668 11.59697 at 60iterations 0.3118129 6.864717 at 70iterations 0.1812190 3.652437 at 80iterations 0.1054250 2.272778 at 90iterations 6.1177917E-02 1.250931 at 100iterations 3.5528939E-02 0.7320442 at 110iterations 2.0589486E-02 0.4409671 at 120iterations 1.1970040E-02 0.2682571 at 130iterations 6.9219032E-03 0.1434651 at 140iterations 4.0173079E-03 8.5610986E-02 at 150iterations 2.3287721E-03 5.5107966E-02 at 160iterations 1.3505891E-03 2.9266357E-02 at 170iterations 7.8386726E-04 1.6320109E-02 at 180iterations finished qdiffx linear iterations at : 14:52:51 total time elapsed so far: 11.90000 # loops : 180 mean,max change (kT/e) : 7.8386726E-04 1.6320109E-02 energy calculations done at 11.90000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.03000 DelPhi exited at 14:52:51 12.032u 0.216s 0:12.55 97.5% 0+0k 0+0io 0pf+0w