Sun Oct 9 00:29:46 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 00:29:46 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: 312 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3319 !!! WARNING: HIT 84 has a net charge of 0.5140 !!! WARNING: TPO 1 has a net charge of -1.2740 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: 0.5428981 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): 8.388000 54.90600 ymin,ymax (A): -13.40700 52.16700 zmin,zma (A): -26.27700 34.96800 x,y,z range (A): 46.51800 65.57400 61.24500 scale (grids/A): 0.5428981 object centre (A): 31.64700 19.38000 4.345501 number of atom coordinates read : 3319 total number of charged atoms : 3175 net assigned charge : 9.740044 assigned positive charge : 493.4686 centred at (gu) : 89.92583 90.63361 90.46577 assigned negative charge : -483.7303 centred at (gu) : 89.94929 90.87640 90.60633 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6612 nv = 96 ne = 84 npr = 64121 no. pairs analyzed = 64121 no. exposed pairs = 4522 no. arc points = 32237 no. surface atoms = 1518 nbur = 1801 mkacc time = 0.1100000 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.568000 m= 310 mr = 3277 m= 2 mr = 18 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 3629 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3271 ## 427 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 8606 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.2868686E-09 -4.1450163E-10 midg,1,midg; midg,igrid,midg 1.7691643E-09 -1.2457574E-09 1,midg,midg; igrid,midg,midg 7.1914957E-10 3.9719467E-10 gauss-seidel spectral radius is 0.9825512 estimated iterations to convergence 62 setup time was (sec) 0.4200000 now iterating at: 00:29:46 rms-change max change #iterations 7.5097620E-02 11.55029 at 10iterations 5.0201416E-03 0.7645493 at 20iterations 3.4174044E-04 5.5210114E-02 at 30iterations 2.8253909E-05 3.8833618E-03 at 40iterations 3.6030524E-06 4.8160553E-04 at 50iterations finished qdiffx linear iterations at : 00:29:49 total time elapsed so far: 3.280000 # loops : 50 mean,max change (kT/e) : 3.6030524E-06 4.8160553E-04 energy calculations done at 3.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.410000 DelPhi exited at 00:29:50 3.412u 0.182s 0:03.87 92.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 Sun Oct 9 2011 at 00:29:50 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: 312 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3319 !!! WARNING: HIT 84 has a net charge of 0.5140 !!! WARNING: TPO 1 has a net charge of -1.2740 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: 1.628694 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): 8.388000 54.90600 ymin,ymax (A): -13.40700 52.16700 zmin,zma (A): -26.27700 34.96800 x,y,z range (A): 46.51800 65.57400 61.24500 scale (grids/A): 1.628694 object centre (A): 31.64700 19.38000 4.345501 number of atom coordinates read : 3319 total number of charged atoms : 3175 net assigned charge : 9.740044 assigned positive charge : 493.4686 centred at (gu) : 89.77668 91.89964 91.39634 assigned negative charge : -483.7303 centred at (gu) : 89.84756 92.62917 91.81875 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 73031 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32237 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 23393 mr = 48161 m= 2706 mr = 15843 m= 71 mr = 1351 m= 0 mr = 4 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 352 time to turn everything in is 0.3600000 number of dielectric boundary points 33842 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 368 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 24313 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.5428981 object centre at (A) : 31.64700 19.38000 4.345501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.9401368E-02 3.8133345E-03 midg,1,midg; midg,igrid,midg 2.1315278E-02 -2.2127423E-02 1,midg,midg; igrid,midg,midg 5.2063768E-03 1.3707956E-02 gauss-seidel spectral radius is 0.9982321 estimated iterations to convergence 189 setup time was (sec) 0.5700000 now iterating at: 00:29:51 rms-change max change #iterations 3.484352 151.2113 at 10iterations 1.466162 56.40945 at 20iterations 0.6172013 22.00872 at 30iterations 0.2588356 8.738499 at 40iterations 0.1087875 3.962946 at 50iterations 4.5938440E-02 1.593998 at 60iterations 1.9410301E-02 0.7240684 at 70iterations 8.2143378E-03 0.3001471 at 80iterations 3.4494337E-03 0.1126561 at 90iterations 1.4528269E-03 5.1580429E-02 at 100iterations 6.1371061E-04 2.2270203E-02 at 110iterations 2.5954179E-04 8.7566376E-03 at 120iterations finished qdiffx linear iterations at : 00:29:58 total time elapsed so far: 7.600000 # loops : 120 mean,max change (kT/e) : 2.5954179E-04 8.7566376E-03 energy calculations done at 7.600000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.730000 DelPhi exited at 00:29:58 7.732u 0.200s 0:08.22 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 00:29:58 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: 312 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3319 !!! WARNING: HIT 84 has a net charge of 0.5140 !!! WARNING: TPO 1 has a net charge of -1.2740 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.443042 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): 8.388000 54.90600 ymin,ymax (A): -13.40700 52.16700 zmin,zma (A): -26.27700 34.96800 x,y,z range (A): 46.51800 65.57400 61.24500 scale (grids/A): 2.443042 object centre (A): 31.64700 19.38000 4.345501 number of atom coordinates read : 3319 total number of charged atoms : 3175 net assigned charge : 9.740044 assigned positive charge : 493.4686 centred at (gu) : 89.66476 92.84923 92.09424 assigned negative charge : -483.7303 centred at (gu) : 89.77129 93.94368 92.72812 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 169443 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32237 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 78909 mr = 118196 m= 24015 mr = 61329 m= 4234 mr = 18171 m= 297 mr = 2820 m= 4 mr = 132 m= 0 mr = 0 time to grow re-entrant surface = 0.5000000 no. cavity mid-points inaccessible to solvent = 1208 time to turn everything in is 0.8600000 number of dielectric boundary points 76254 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 29 iepsmp to db, and charging done at 0.9600000 number of grid points assigned charge 25358 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.628694 object centre at (A) : 31.64700 19.38000 4.345501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2708125 0.1766181 midg,1,midg; midg,igrid,midg 0.1913602 -0.3662124 1,midg,midg; igrid,midg,midg 5.7315227E-02 0.2409624 gauss-seidel spectral radius is 0.9991718 estimated iterations to convergence 274 setup time was (sec) 1.110000 now iterating at: 00:29:59 rms-change max change #iterations 9.207599 278.9682 at 10iterations 5.289258 123.9527 at 20iterations 3.005491 65.27582 at 30iterations 1.702826 38.70567 at 40iterations 0.9579549 19.11846 at 50iterations 0.5381157 10.83084 at 60iterations 0.3007796 6.452863 at 70iterations 0.1681114 3.392743 at 80iterations 9.3792662E-02 1.758574 at 90iterations 5.2407589E-02 1.012756 at 100iterations 2.9128520E-02 0.5954828 at 110iterations 1.6223794E-02 0.2986275 at 120iterations 9.0183793E-03 0.1679239 at 130iterations 5.0317626E-03 9.7892761E-02 at 140iterations 2.7920711E-03 5.2556992E-02 at 150iterations 1.5515834E-03 2.9906273E-02 at 160iterations 8.6276222E-04 1.6117096E-02 at 170iterations 4.7962012E-04 9.3994141E-03 at 180iterations finished qdiffx linear iterations at : 00:30:11 total time elapsed so far: 12.44000 # loops : 180 mean,max change (kT/e) : 4.7962012E-04 9.3994141E-03 energy calculations done at 12.44000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.57000 DelPhi exited at 00:30:11 12.569u 0.225s 0:13.06 97.8% 0+0k 0+0io 0pf+0w