Sat Oct 8 18:11:44 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 Sat Oct 8 2011 at 18:11:44 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 = 3354 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5355235 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): -13.98000 41.40100 ymin,ymax (A): -38.56400 27.91300 zmin,zma (A): -17.44700 34.00300 x,y,z range (A): 55.38100 66.47701 51.45000 scale (grids/A): 0.5355235 object centre (A): 13.71050 -5.325501 8.277999 number of atom coordinates read : 3354 total number of charged atoms : 3209 net assigned charge : -1.499977 assigned positive charge : 502.2306 centred at (gu) : 90.79535 91.58821 90.81094 assigned negative charge : -503.7318 centred at (gu) : 90.78461 91.54596 90.76630 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6144 nv = 96 ne = 84 npr = 69225 no. pairs analyzed = 69225 no. exposed pairs = 3932 no. arc points = 27451 no. surface atoms = 1345 nbur = 2009 mkacc time = 0.1500000 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= 219 mr = 3354 m= 1 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3001 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2800 ## 398 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 8059 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.3914812E-10 1.9279110E-10 midg,1,midg; midg,igrid,midg -1.8876235E-10 2.1889521E-10 1,midg,midg; igrid,midg,midg -9.9802153E-11 -1.5918451E-11 gauss-seidel spectral radius is 0.9820496 estimated iterations to convergence 62 setup time was (sec) 0.5800000 now iterating at: 18:11:45 rms-change max change #iterations 6.9759034E-02 10.83803 at 10iterations 4.5130206E-03 0.7749996 at 20iterations 3.2768733E-04 6.3680649E-02 at 30iterations 4.2684249E-05 7.6475143E-03 at 40iterations 8.6914806E-06 1.7223358E-03 at 50iterations finished qdiffx linear iterations at : 18:11:48 total time elapsed so far: 3.220000 # loops : 50 mean,max change (kT/e) : 8.6914806E-06 1.7223358E-03 energy calculations done at 3.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.400000 DelPhi exited at 18:11:48 3.403u 0.181s 0:03.85 92.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 18:11:48 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 = 3354 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.606571 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): -13.98000 41.40100 ymin,ymax (A): -38.56400 27.91300 zmin,zma (A): -17.44700 34.00300 x,y,z range (A): 55.38100 66.47701 51.45000 scale (grids/A): 1.606571 object centre (A): 13.71050 -5.325501 8.277999 number of atom coordinates read : 3354 total number of charged atoms : 3209 net assigned charge : -1.499977 assigned positive charge : 502.2306 centred at (gu) : 92.38558 94.76362 92.43210 assigned negative charge : -503.7318 centred at (gu) : 92.35348 94.63743 92.29817 start vw surface at 0.1700000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 68219 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27451 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 20542 mr = 47819 m= 1927 mr = 14192 m= 55 mr = 910 m= 0 mr = 7 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 602 time to turn everything in is 0.4900000 number of dielectric boundary points 27815 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 370 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 24484 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.5355235 object centre at (A) : 13.71050 -5.325501 8.277999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.5725050E-03 2.5803265E-03 midg,1,midg; midg,igrid,midg 5.4976628E-03 4.9667126E-03 1,midg,midg; igrid,midg,midg -3.0953460E-03 -1.2517681E-03 gauss-seidel spectral radius is 0.9981453 estimated iterations to convergence 184 setup time was (sec) 0.7800000 now iterating at: 18:11:49 rms-change max change #iterations 3.394206 137.8847 at 10iterations 1.401507 47.79023 at 20iterations 0.5800403 22.06349 at 30iterations 0.2400625 8.832260 at 40iterations 9.9373750E-02 3.950422 at 50iterations 4.1265111E-02 1.689384 at 60iterations 1.7049871E-02 0.6024466 at 70iterations 7.0792227E-03 0.2549496 at 80iterations 2.9569461E-03 0.1033977 at 90iterations 1.2351213E-03 4.3521881E-02 at 100iterations 5.2475627E-04 1.7901421E-02 at 110iterations 2.2745901E-04 7.6065063E-03 at 120iterations finished qdiffx linear iterations at : 18:11:55 total time elapsed so far: 7.190000 # loops : 120 mean,max change (kT/e) : 2.2745901E-04 7.6065063E-03 energy calculations done at 7.190000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.360000 DelPhi exited at 18:11:56 7.366u 0.225s 0:07.85 96.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 Sat Oct 8 2011 at 18:11:56 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 = 3354 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.409856 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): -13.98000 41.40100 ymin,ymax (A): -38.56400 27.91300 zmin,zma (A): -17.44700 34.00300 x,y,z range (A): 55.38100 66.47701 51.45000 scale (grids/A): 2.409856 object centre (A): 13.71050 -5.325501 8.277999 number of atom coordinates read : 3354 total number of charged atoms : 3209 net assigned charge : -1.499977 assigned positive charge : 502.2306 centred at (gu) : 93.57803 97.14527 93.64790 assigned negative charge : -503.7318 centred at (gu) : 93.53009 96.95605 93.44715 start vw surface at 0.1600000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 158432 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27451 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 72694 mr = 116324 m= 19475 mr = 58162 m= 2971 mr = 14555 m= 192 mr = 1860 m= 9 mr = 54 m= 0 mr = 0 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 2018 time to turn everything in is 1.140000 number of dielectric boundary points 62818 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 32 iepsmp to db, and charging done at 1.270000 number of grid points assigned charge 25636 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.606571 object centre at (A) : 13.71050 -5.325501 8.277999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1172563 7.0325598E-02 midg,1,midg; midg,igrid,midg 5.6292638E-02 9.8722734E-02 1,midg,midg; igrid,midg,midg -5.8720399E-02 8.4968405E-03 gauss-seidel spectral radius is 0.9991265 estimated iterations to convergence 267 setup time was (sec) 1.430000 now iterating at: 18:11:58 rms-change max change #iterations 8.849874 262.3531 at 10iterations 4.955712 129.9954 at 20iterations 2.756098 55.01260 at 30iterations 1.525353 33.18896 at 40iterations 0.8426868 17.14517 at 50iterations 0.4635739 9.500786 at 60iterations 0.2556404 5.317627 at 70iterations 0.1405280 2.892206 at 80iterations 7.7103794E-02 1.731764 at 90iterations 4.2322997E-02 0.9237442 at 100iterations 2.3232432E-02 0.4818249 at 110iterations 1.2756003E-02 0.2541981 at 120iterations 7.0012365E-03 0.1570930 at 130iterations 3.8493893E-03 7.9078913E-02 at 140iterations 2.1112130E-03 4.1635990E-02 at 150iterations 1.1594665E-03 2.5884628E-02 at 160iterations 6.3966645E-04 1.3839841E-02 at 170iterations 3.5276610E-04 7.5139999E-03 at 180iterations finished qdiffx linear iterations at : 18:12:07 total time elapsed so far: 10.95000 # loops : 180 mean,max change (kT/e) : 3.5276610E-04 7.5139999E-03 energy calculations done at 10.95000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.12000 DelPhi exited at 18:12:08 11.122u 0.179s 0:11.57 97.5% 0+0k 0+0io 0pf+0w