Sat Oct 8 14:52:18 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 Sat Oct 8 2011 at 14:52:18 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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2988 !!! WARNING: HIR 111 has a net charge of 0.5140 !!! WARNING: NAP 500 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6403108 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): -12.11000 43.48800 ymin,ymax (A): -23.90800 22.76800 zmin,zma (A): -7.658000 47.64000 x,y,z range (A): 55.59800 46.67600 55.29800 scale (grids/A): 0.6403108 object centre (A): 15.68900 -0.5699997 19.99100 number of atom coordinates read : 2988 total number of charged atoms : 2843 net assigned charge : 1.242007 assigned positive charge : 448.5806 centred at (gu) : 88.76309 90.03590 91.75198 assigned negative charge : -447.3394 centred at (gu) : 88.68764 89.87912 91.74284 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 8142 nv = 96 ne = 84 npr = 62326 no. pairs analyzed = 62326 no. exposed pairs = 3387 no. arc points = 23630 no. surface atoms = 1165 nbur = 1823 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 400 mr = 4751 m= 3 mr = 44 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3750 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2322 ## 228 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 9828 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.1410859E-10 4.6200843E-09 midg,1,midg; midg,igrid,midg -1.9416364E-08 2.2916755E-08 1,midg,midg; igrid,midg,midg -1.0952759E-08 9.2331325E-09 gauss-seidel spectral radius is 0.9873925 estimated iterations to convergence 73 setup time was (sec) 0.5800000 now iterating at: 14:52:19 rms-change max change #iterations 0.1626698 22.13086 at 10iterations 1.6291589E-02 2.332893 at 20iterations 1.7050925E-03 0.2358799 at 30iterations 2.1928686E-04 2.9298782E-02 at 40iterations 3.6374920E-05 5.0716400E-03 at 50iterations finished qdiffx linear iterations at : 14:52:22 total time elapsed so far: 4.000000 # loops : 50 mean,max change (kT/e) : 3.6374920E-05 5.0716400E-03 energy calculations done at 4.000000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.180000 DelPhi exited at 14:52:23 4.187u 0.254s 0:04.74 93.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 Sat Oct 8 2011 at 14:52:23 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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2988 !!! WARNING: HIR 111 has a net charge of 0.5140 !!! WARNING: NAP 500 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.920932 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): -12.11000 43.48800 ymin,ymax (A): -23.90800 22.76800 zmin,zma (A): -7.658000 47.64000 x,y,z range (A): 55.59800 46.67600 55.29800 scale (grids/A): 1.920932 object centre (A): 15.68900 -0.5699997 19.99100 number of atom coordinates read : 2988 total number of charged atoms : 2843 net assigned charge : 1.242007 assigned positive charge : 448.5806 centred at (gu) : 86.28863 90.10744 95.25558 assigned negative charge : -447.3394 centred at (gu) : 86.06267 89.63713 95.22837 start vw surface at 0.1400000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 88906 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23630 grid for indexing accessible points = 1.400000 m= 31818 mr = 64166 m= 4758 mr = 23889 m= 290 mr = 2930 m= 3 mr = 111 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 68 time to turn everything in is 0.6300000 number of dielectric boundary points 34679 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 179 iepsmp to db, and charging done at 0.7700000 number of grid points assigned charge 22406 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.6403108 object centre at (A) : 15.68900 -0.5699997 19.99100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4973213E-02 1.2380183E-02 midg,1,midg; midg,igrid,midg -1.3085948E-03 3.2777909E-02 1,midg,midg; igrid,midg,midg -4.4435445E-02 1.6329728E-02 gauss-seidel spectral radius is 0.9986882 estimated iterations to convergence 219 setup time was (sec) 0.9600000 now iterating at: 14:52:24 rms-change max change #iterations 4.685890 280.9188 at 10iterations 2.235110 75.69932 at 20iterations 1.063367 31.98446 at 30iterations 0.5074106 15.44971 at 40iterations 0.2409071 7.278852 at 50iterations 0.1150932 3.319274 at 60iterations 5.4687604E-02 1.694984 at 70iterations 2.5985822E-02 0.7444229 at 80iterations 1.2416421E-02 0.3414106 at 90iterations 5.9214686E-03 0.1733208 at 100iterations 2.8193558E-03 8.5767984E-02 at 110iterations 1.3448227E-03 3.8558960E-02 at 120iterations finished qdiffx linear iterations at : 14:52:32 total time elapsed so far: 9.600000 # loops : 120 mean,max change (kT/e) : 1.3448227E-03 3.8558960E-02 energy calculations done at 9.600000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.780000 DelPhi exited at 14:52:33 9.780u 0.290s 0:10.39 96.9% 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 14:52:33 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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2988 !!! WARNING: HIR 111 has a net charge of 0.5140 !!! WARNING: NAP 500 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.881398 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): -12.11000 43.48800 ymin,ymax (A): -23.90800 22.76800 zmin,zma (A): -7.658000 47.64000 x,y,z range (A): 55.59800 46.67600 55.29800 scale (grids/A): 2.881398 object centre (A): 15.68900 -0.5699997 19.99100 number of atom coordinates read : 2988 total number of charged atoms : 2843 net assigned charge : 1.242007 assigned positive charge : 448.5806 centred at (gu) : 84.43277 90.16121 97.88313 assigned negative charge : -447.3394 centred at (gu) : 84.09393 89.45570 97.84247 start vw surface at 0.1500000 fill in re-entrant regions at 0.5500000 boundary points on vw surface= 206102 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23630 grid for indexing accessible points = 1.400000 m= 104566 mr = 155051 m= 36753 mr = 87279 m= 8377 mr = 29607 m= 1255 mr = 6110 m= 79 mr = 827 m= 1 mr = 25 m= 0 mr = 0 time to grow re-entrant surface = 0.9999999 no. cavity mid-points inaccessible to solvent = 289 time to turn everything in is 1.690000 number of dielectric boundary points 78234 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.840000 number of grid points assigned charge 22744 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.920932 object centre at (A) : 15.68900 -0.5699997 19.99100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.9336759E-02 0.2595182 midg,1,midg; midg,igrid,midg -1.0071208E-02 0.3461609 1,midg,midg; igrid,midg,midg -0.5144923 0.1448766 gauss-seidel spectral radius is 0.9992766 estimated iterations to convergence 293 setup time was (sec) 2.040000 now iterating at: 14:52:35 rms-change max change #iterations 10.91148 462.4563 at 10iterations 6.387274 137.4162 at 20iterations 3.717324 72.83921 at 30iterations 2.162617 38.70514 at 40iterations 1.253235 30.02716 at 50iterations 0.7286150 13.98894 at 60iterations 0.4217285 7.290338 at 70iterations 0.2444231 4.047411 at 80iterations 0.1415667 2.409880 at 90iterations 8.1923448E-02 1.406974 at 100iterations 4.7461711E-02 0.7768507 at 110iterations 2.7431292E-02 0.5355310 at 120iterations 1.5884159E-02 0.2834930 at 130iterations 9.2104655E-03 0.1499000 at 140iterations 5.3400663E-03 8.9840889E-02 at 150iterations 3.0937039E-03 5.3039551E-02 at 160iterations 1.8016414E-03 3.1871796E-02 at 170iterations 1.0552990E-03 1.8413544E-02 at 180iterations finished qdiffx linear iterations at : 14:52:49 total time elapsed so far: 15.85000 # loops : 180 mean,max change (kT/e) : 1.0552990E-03 1.8413544E-02 energy calculations done at 15.85000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.03000 DelPhi exited at 14:52:50 16.033u 0.286s 0:16.71 97.6% 0+0k 0+0io 0pf+0w