Mon Oct 10 19:31:58 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 Mon Oct 10 2011 at 19:31: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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4718 !!! WARNING: HEM 808 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.4837417 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): -24.78900 36.81500 ymin,ymax (A): -19.23300 44.46100 zmin,zma (A): 8.480000 82.07300 x,y,z range (A): 61.60400 63.69400 73.59299 scale (grids/A): 0.4837417 object centre (A): 6.013001 12.61400 45.27650 number of atom coordinates read : 4718 total number of charged atoms : 4478 net assigned charge : 15.30006 assigned positive charge : 712.8658 centred at (gu) : 90.81486 89.45827 89.06174 assigned negative charge : -697.5698 centred at (gu) : 90.83260 89.59849 89.04395 start vw surface at 0.1300000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 6867 nv = 96 ne = 84 npr = 94392 no. pairs analyzed = 94392 no. exposed pairs = 6140 no. arc points = 42002 no. surface atoms = 2075 nbur = 2643 mkacc time = 0.1700000 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.764000 m= 228 mr = 3420 m= 0 mr = 3 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3200000 number of dielectric boundary points 3672 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3937 ## 662 charges are in solution ## iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 9248 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.1084415E-11 5.7690710E-11 midg,1,midg; midg,igrid,midg 1.9119233E-10 -3.9808348E-11 1,midg,midg; igrid,midg,midg 5.9600845E-11 5.9150386E-11 gauss-seidel spectral radius is 0.9781563 estimated iterations to convergence 56 setup time was (sec) 0.4900000 now iterating at: 19:31:59 rms-change max change #iterations 5.0059728E-02 8.141328 at 10iterations 3.6592903E-03 0.6528797 at 20iterations 9.9031324E-04 0.1998405 at 30iterations 3.4865452E-04 6.5273285E-02 at 40iterations 1.2534842E-04 2.1724701E-02 at 50iterations finished qdiffx linear iterations at : 19:32:02 total time elapsed so far: 3.390000 # loops : 50 mean,max change (kT/e) : 1.2534842E-04 2.1724701E-02 energy calculations done at 3.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.520000 DelPhi exited at 19:32:03 3.528u 0.189s 0:04.34 85.2% 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 Mon Oct 10 2011 at 19:32:03 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4718 !!! WARNING: HEM 808 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.451225 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): -24.78900 36.81500 ymin,ymax (A): -19.23300 44.46100 zmin,zma (A): 8.480000 82.07300 x,y,z range (A): 61.60400 63.69400 73.59299 scale (grids/A): 1.451225 object centre (A): 6.013001 12.61400 45.27650 number of atom coordinates read : 4718 total number of charged atoms : 4478 net assigned charge : 15.30006 assigned positive charge : 712.8658 centred at (gu) : 92.44293 88.37349 87.18354 assigned negative charge : -697.5698 centred at (gu) : 92.49739 88.79495 87.13155 start vw surface at 0.1200000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 78853 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42002 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.652000 m= 20840 mr = 53186 m= 1432 mr = 13181 m= 17 mr = 470 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 286 time to turn everything in is 0.3900000 number of dielectric boundary points 34305 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 681 ## 7 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 33005 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.4837417 object centre at (A) : 6.013001 12.61400 45.27650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.4404577E-02 2.3018399E-02 midg,1,midg; midg,igrid,midg 1.2979209E-02 -6.0218102E-03 1,midg,midg; igrid,midg,midg 1.9050034E-03 4.4048447E-03 gauss-seidel spectral radius is 0.9978643 estimated iterations to convergence 172 setup time was (sec) 0.6100000 now iterating at: 19:32:04 rms-change max change #iterations 3.280749 152.6098 at 10iterations 1.267193 53.22470 at 20iterations 0.4910151 17.83000 at 30iterations 0.1906523 7.794227 at 40iterations 7.4112557E-02 2.530582 at 50iterations 2.8972959E-02 0.9604855 at 60iterations 1.1510829E-02 0.4304810 at 70iterations 4.7593326E-03 0.1875420 at 80iterations 2.1770990E-03 8.6769104E-02 at 90iterations 1.1530309E-03 5.0765991E-02 at 100iterations 7.0013327E-04 3.0689240E-02 at 110iterations 4.6088969E-04 1.9233704E-02 at 120iterations finished qdiffx linear iterations at : 19:32:11 total time elapsed so far: 7.660000 # loops : 120 mean,max change (kT/e) : 4.6088969E-04 1.9233704E-02 energy calculations done at 7.660000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.790000 DelPhi exited at 19:32:11 7.795u 0.192s 0:08.51 93.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 Mon Oct 10 2011 at 19:32:11 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4718 !!! WARNING: HEM 808 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.176838 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): -24.78900 36.81500 ymin,ymax (A): -19.23300 44.46100 zmin,zma (A): 8.480000 82.07300 x,y,z range (A): 61.60400 63.69400 73.59299 scale (grids/A): 2.176838 object centre (A): 6.013001 12.61400 45.27650 number of atom coordinates read : 4718 total number of charged atoms : 4478 net assigned charge : 15.30006 assigned positive charge : 712.8658 centred at (gu) : 93.66405 87.55989 85.77499 assigned negative charge : -697.5698 centred at (gu) : 93.74591 88.19221 85.69729 start vw surface at 0.1300000 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 184349 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42002 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.652000 m= 77339 mr = 131649 m= 16727 mr = 58746 m= 1761 mr = 11322 m= 65 mr = 951 m= 1 mr = 18 m= 0 mr = 0 time to grow re-entrant surface = 0.5200000 no. cavity mid-points inaccessible to solvent = 906 time to turn everything in is 0.9400000 number of dielectric boundary points 77556 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 117 iepsmp to db, and charging done at 1.040000 number of grid points assigned charge 35647 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.451225 object centre at (A) : 6.013001 12.61400 45.27650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.184888 0.5288288 midg,1,midg; midg,igrid,midg 0.2313949 -0.1393845 1,midg,midg; igrid,midg,midg 2.9665114E-02 9.7426437E-02 gauss-seidel spectral radius is 0.9990876 estimated iterations to convergence 262 setup time was (sec) 1.190000 now iterating at: 19:32:13 rms-change max change #iterations 9.377356 292.3004 at 10iterations 5.260669 125.0577 at 20iterations 2.930351 66.61523 at 30iterations 1.621899 34.30245 at 40iterations 0.8911415 18.42936 at 50iterations 0.4884945 11.41360 at 60iterations 0.2674316 6.346154 at 70iterations 0.1459531 3.053238 at 80iterations 7.9402767E-02 1.593260 at 90iterations 4.3215811E-02 0.8716202 at 100iterations 2.3584927E-02 0.4968262 at 110iterations 1.2818857E-02 0.2509613 at 120iterations 6.9940742E-03 0.1447983 at 130iterations 3.8448423E-03 8.8071823E-02 at 140iterations 2.1346507E-03 4.6646118E-02 at 150iterations 1.2087655E-03 2.6586533E-02 at 160iterations 7.0928776E-04 1.5872955E-02 at 170iterations 4.3746378E-04 1.1554718E-02 at 180iterations finished qdiffx linear iterations at : 19:32:24 total time elapsed so far: 12.60000 # loops : 180 mean,max change (kT/e) : 4.3746378E-04 1.1554718E-02 energy calculations done at 12.60000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.73000 DelPhi exited at 19:32:25 12.736u 0.200s 0:13.42 96.3% 0+0k 0+0io 0pf+0w