Sun Oct 9 06:54:11 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 06:54: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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2005 !!! WARNING: SEP 59 has a net charge of -0.4750 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 193 has a net charge of -3.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.6673540 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): -1.036000 45.43400 ymin,ymax (A): -13.69800 36.01900 zmin,zma (A): -29.67900 23.66600 x,y,z range (A): 46.47000 49.71700 53.34500 scale (grids/A): 0.6673540 object centre (A): 22.19900 11.16050 -3.006499 number of atom coordinates read : 2005 total number of charged atoms : 1864 net assigned charge : -2.974986 assigned positive charge : 302.2660 centred at (gu) : 88.37732 89.90794 91.34901 assigned negative charge : -305.2411 centred at (gu) : 88.59565 89.92599 91.39070 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5897 nv = 96 ne = 84 npr = 42642 no. pairs analyzed = 42642 no. exposed pairs = 2488 no. arc points = 17532 no. surface atoms = 840 nbur = 1165 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 310 mr = 3209 m= 2 mr = 47 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 38 time to turn everything in is 0.2400000 number of dielectric boundary points 2953 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1675 ## 160 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 6940 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.6128892E-09 -2.3184976E-08 midg,1,midg; midg,igrid,midg -6.4916121E-09 -1.2880835E-08 1,midg,midg; igrid,midg,midg 4.2731795E-08 -3.6823156E-08 gauss-seidel spectral radius is 0.9883042 estimated iterations to convergence 75 setup time was (sec) 0.4600000 now iterating at: 06:54:12 rms-change max change #iterations 0.1555389 24.98206 at 10iterations 1.7269228E-02 2.360361 at 20iterations 1.8214987E-03 0.2935181 at 30iterations 1.9740489E-04 2.7999878E-02 at 40iterations 2.1397424E-05 3.7364960E-03 at 50iterations finished qdiffx linear iterations at : 06:54:15 total time elapsed so far: 2.930000 # loops : 50 mean,max change (kT/e) : 2.1397424E-05 3.7364960E-03 energy calculations done at 2.930000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.100000 DelPhi exited at 06:54:15 3.102u 0.161s 0:03.53 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 Sun Oct 9 2011 at 06:54:15 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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2005 !!! WARNING: SEP 59 has a net charge of -0.4750 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 193 has a net charge of -3.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.002062 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): -1.036000 45.43400 ymin,ymax (A): -13.69800 36.01900 zmin,zma (A): -29.67900 23.66600 x,y,z range (A): 46.47000 49.71700 53.34500 scale (grids/A): 2.002062 object centre (A): 22.19900 11.16050 -3.006499 number of atom coordinates read : 2005 total number of charged atoms : 1864 net assigned charge : -2.974986 assigned positive charge : 302.2660 centred at (gu) : 85.13199 89.72356 94.04710 assigned negative charge : -305.2411 centred at (gu) : 85.78702 89.77797 94.17210 start vw surface at 0.1300000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 63641 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17532 grid for indexing accessible points = 1.400000 m= 22449 mr = 43738 m= 3728 mr = 16617 m= 267 mr = 2330 m= 4 mr = 120 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 2605 time to turn everything in is 0.4500000 number of dielectric boundary points 27284 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 105 iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 14745 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.6673540 object centre at (A) : 22.19900 11.16050 -3.006499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.4273980E-02 -5.2057471E-02 midg,1,midg; midg,igrid,midg -3.7383500E-02 -1.4444313E-02 1,midg,midg; igrid,midg,midg 5.0257046E-02 -3.0410288E-02 gauss-seidel spectral radius is 0.9986946 estimated iterations to convergence 219 setup time was (sec) 0.7100000 now iterating at: 06:54:16 rms-change max change #iterations 4.137056 175.8748 at 10iterations 1.968821 90.74355 at 20iterations 0.9365066 34.14590 at 30iterations 0.4447691 14.90056 at 40iterations 0.2114667 8.090199 at 50iterations 0.1010949 3.328955 at 60iterations 4.8025362E-02 1.604963 at 70iterations 2.2860261E-02 0.7866497 at 80iterations 1.0888062E-02 0.3503742 at 90iterations 5.1688007E-03 0.1830006 at 100iterations 2.4632788E-03 8.3938599E-02 at 110iterations 1.1736400E-03 3.9249420E-02 at 120iterations finished qdiffx linear iterations at : 06:54:22 total time elapsed so far: 6.970000 # loops : 120 mean,max change (kT/e) : 1.1736400E-03 3.9249420E-02 energy calculations done at 6.970000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.150000 DelPhi exited at 06:54:23 7.153u 0.201s 0:07.62 96.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 Sun Oct 9 2011 at 06:54: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: 322 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2005 !!! WARNING: SEP 59 has a net charge of -0.4750 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 193 has a net charge of -3.0000 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: 3.003093 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): -1.036000 45.43400 ymin,ymax (A): -13.69800 36.01900 zmin,zma (A): -29.67900 23.66600 x,y,z range (A): 46.47000 49.71700 53.34500 scale (grids/A): 3.003093 object centre (A): 22.19900 11.16050 -3.006499 number of atom coordinates read : 2005 total number of charged atoms : 1864 net assigned charge : -2.974986 assigned positive charge : 302.2660 centred at (gu) : 82.69794 89.58518 96.07065 assigned negative charge : -305.2411 centred at (gu) : 83.68053 89.66693 96.25822 start vw surface at 0.1200000 fill in re-entrant regions at 0.3900000 boundary points on vw surface= 147261 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17532 grid for indexing accessible points = 1.400000 m= 72702 mr = 106002 m= 26276 mr = 59549 m= 6649 mr = 21093 m= 1082 mr = 5045 m= 101 mr = 742 m= 1 mr = 56 m= 0 mr = 0 time to grow re-entrant surface = 0.6300000 no. cavity mid-points inaccessible to solvent = 8930 time to turn everything in is 1.130000 number of dielectric boundary points 61585 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.270000 number of grid points assigned charge 14912 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.002062 object centre at (A) : 22.19900 11.16050 -3.006499 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5486838 -0.7525243 midg,1,midg; midg,igrid,midg -0.5488713 -0.2175276 1,midg,midg; igrid,midg,midg 0.6088628 -0.2633140 gauss-seidel spectral radius is 0.9992618 estimated iterations to convergence 290 setup time was (sec) 1.420000 now iterating at: 06:54:24 rms-change max change #iterations 9.480062 407.9222 at 10iterations 5.452652 117.6733 at 20iterations 3.144393 71.18839 at 30iterations 1.805344 38.10886 at 40iterations 1.041318 20.94614 at 50iterations 0.5978095 12.61693 at 60iterations 0.3435681 6.315380 at 70iterations 0.1971602 4.552124 at 80iterations 0.1132095 2.226743 at 90iterations 6.4989947E-02 1.300402 at 100iterations 3.7228506E-02 0.6805286 at 110iterations 2.1370450E-02 0.3924332 at 120iterations 1.2279604E-02 0.2637510 at 130iterations 7.0409854E-03 0.1424942 at 140iterations 4.0439814E-03 7.4436188E-02 at 150iterations 2.3198051E-03 4.5806885E-02 at 160iterations 1.3296866E-03 2.7023651E-02 at 170iterations 7.6577428E-04 1.4387131E-02 at 180iterations finished qdiffx linear iterations at : 06:54:34 total time elapsed so far: 10.91000 # loops : 180 mean,max change (kT/e) : 7.6577428E-04 1.4387131E-02 energy calculations done at 10.91000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.09000 DelPhi exited at 06:54:34 11.089u 0.189s 0:11.55 97.4% 0+0k 0+0io 0pf+0w