Mon Oct 10 09:44:38 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 09:44:38 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 = 2699 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5918930 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): -20.31500 34.89000 ymin,ymax (A): -61.15500 -1.009000 zmin,zma (A): -1.765000 54.26900 x,y,z range (A): 55.20500 60.14600 56.03400 scale (grids/A): 0.5918930 object centre (A): 7.287499 -31.08200 26.25200 number of atom coordinates read : 2699 total number of charged atoms : 2552 net assigned charge : 6.000013 assigned positive charge : 389.5413 centred at (gu) : 89.05022 88.19920 89.44682 assigned negative charge : -383.5415 centred at (gu) : 89.10838 88.03296 89.40730 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 6565 nv = 96 ne = 84 npr = 51445 no. pairs analyzed = 51445 no. exposed pairs = 4347 no. arc points = 31298 no. surface atoms = 1425 nbur = 1274 mkacc time = 9.0000004E-02 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.456000 m= 380 mr = 2798 m= 2 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1900000 number of dielectric boundary points 4132 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3004 ## 317 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 8047 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0579859E-09 2.7701679E-09 midg,1,midg; midg,igrid,midg -4.1515862E-09 4.3633808E-09 1,midg,midg; igrid,midg,midg 4.5388107E-09 3.5261460E-10 gauss-seidel spectral radius is 0.9852638 estimated iterations to convergence 68 setup time was (sec) 0.3700000 now iterating at: 09:44:39 rms-change max change #iterations 9.8559625E-02 16.11994 at 10iterations 8.2514137E-03 1.516594 at 20iterations 7.0390035E-04 0.1083755 at 30iterations 7.4165517E-05 1.5836716E-02 at 40iterations 1.2094572E-05 2.8800964E-03 at 50iterations finished qdiffx linear iterations at : 09:44:42 total time elapsed so far: 3.230000 # loops : 50 mean,max change (kT/e) : 1.2094572E-05 2.8800964E-03 energy calculations done at 3.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.380000 DelPhi exited at 09:44:43 3.383u 0.187s 0:04.10 86.8% 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 09:44:43 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 = 2699 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.775679 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): -20.31500 34.89000 ymin,ymax (A): -61.15500 -1.009000 zmin,zma (A): -1.765000 54.26900 x,y,z range (A): 55.20500 60.14600 56.03400 scale (grids/A): 1.775679 object centre (A): 7.287499 -31.08200 26.25200 number of atom coordinates read : 2699 total number of charged atoms : 2552 net assigned charge : 6.000013 assigned positive charge : 389.5413 centred at (gu) : 87.15026 84.59708 88.34012 assigned negative charge : -383.5415 centred at (gu) : 87.32493 84.09885 88.22162 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 69336 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31298 grid for indexing accessible points = 1.400000 m= 23308 mr = 41497 m= 3426 mr = 14675 m= 161 mr = 1589 m= 1 mr = 10 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.3500000 number of dielectric boundary points 38461 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 233 iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 19893 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.5918930 object centre at (A) : 7.287499 -31.08200 26.25200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.1308124E-03 -9.1873696E-03 midg,1,midg; midg,igrid,midg 2.4516352E-02 3.9253782E-02 1,midg,midg; igrid,midg,midg 2.1610959E-02 1.1989454E-02 gauss-seidel spectral radius is 0.9984767 estimated iterations to convergence 203 setup time was (sec) 0.5800000 now iterating at: 09:44:43 rms-change max change #iterations 3.679488 154.0255 at 10iterations 1.638620 65.76826 at 20iterations 0.7302285 26.41147 at 30iterations 0.3271158 13.86909 at 40iterations 0.1462190 5.373810 at 50iterations 6.5361768E-02 2.227915 at 60iterations 2.9275706E-02 1.048222 at 70iterations 1.3109291E-02 0.4713135 at 80iterations 5.8651716E-03 0.2145672 at 90iterations 2.6253737E-03 9.8179817E-02 at 100iterations 1.1779157E-03 4.2667389E-02 at 110iterations 5.2861997E-04 1.9187212E-02 at 120iterations finished qdiffx linear iterations at : 09:44:51 total time elapsed so far: 7.750000 # loops : 120 mean,max change (kT/e) : 5.2861997E-04 1.9187212E-02 energy calculations done at 7.750000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.890000 DelPhi exited at 09:44:51 7.897u 0.216s 0:08.47 95.6% 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 09:44:51 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 = 2699 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.663519 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): -20.31500 34.89000 ymin,ymax (A): -61.15500 -1.009000 zmin,zma (A): -1.765000 54.26900 x,y,z range (A): 55.20500 60.14600 56.03400 scale (grids/A): 2.663519 object centre (A): 7.287499 -31.08200 26.25200 number of atom coordinates read : 2699 total number of charged atoms : 2552 net assigned charge : 6.000013 assigned positive charge : 389.5413 centred at (gu) : 85.72520 81.89551 87.51009 assigned negative charge : -383.5415 centred at (gu) : 85.98742 81.14820 87.33244 start vw surface at 0.1000000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 159968 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31298 grid for indexing accessible points = 1.400000 m= 73974 mr = 102691 m= 26254 mr = 54469 m= 5623 mr = 18751 m= 521 mr = 3451 m= 16 mr = 182 m= 0 mr = 0 time to grow re-entrant surface = 0.5100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.9200000 number of dielectric boundary points 86812 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.020000 number of grid points assigned charge 20407 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.775679 object centre at (A) : 7.287499 -31.08200 26.25200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.3879232E-02 -0.1226223 midg,1,midg; midg,igrid,midg 0.3083880 0.5149173 1,midg,midg; igrid,midg,midg 0.1657858 0.1664744 gauss-seidel spectral radius is 0.9992486 estimated iterations to convergence 288 setup time was (sec) 1.160000 now iterating at: 09:44:52 rms-change max change #iterations 9.394545 309.9796 at 10iterations 5.651037 158.7515 at 20iterations 3.324839 109.5930 at 30iterations 1.950629 57.05219 at 40iterations 1.136040 38.54908 at 50iterations 0.6587638 18.46469 at 60iterations 0.3805038 9.881653 at 70iterations 0.2198914 5.739212 at 80iterations 0.1267225 3.455384 at 90iterations 7.2830558E-02 1.798347 at 100iterations 4.1804295E-02 0.9422684 at 110iterations 2.3984209E-02 0.5476570 at 120iterations 1.3760455E-02 0.2932739 at 130iterations 7.8730332E-03 0.1692772 at 140iterations 4.5174905E-03 0.1011882 at 150iterations 2.5883215E-03 5.9797287E-02 at 160iterations 1.4839595E-03 2.9832840E-02 at 170iterations 8.5063017E-04 1.7314911E-02 at 180iterations finished qdiffx linear iterations at : 09:45:04 total time elapsed so far: 12.90000 # loops : 180 mean,max change (kT/e) : 8.5063017E-04 1.7314911E-02 energy calculations done at 12.90000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.03000 DelPhi exited at 09:45:05 13.034u 0.213s 0:13.65 96.9% 0+0k 0+0io 0pf+0w