Sun Oct 9 08:15:54 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 Sun Oct 9 2011 at 08:15:54 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 = 5601 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.5393940 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): -16.78500 49.21500 ymin,ymax (A): 4.250000 68.83100 zmin,zma (A): -110.3780 -45.84200 x,y,z range (A): 66.00000 64.58100 64.53600 scale (grids/A): 0.5393940 object centre (A): 16.21500 36.54050 -78.11000 number of atom coordinates read : 5601 total number of charged atoms : 5435 net assigned charge : -2.499963 assigned positive charge : 840.2996 centred at (gu) : 90.19995 91.15924 89.25226 assigned negative charge : -842.8068 centred at (gu) : 90.18190 91.13198 89.12501 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 10403 nv = 96 ne = 84 npr = 113096 no. pairs analyzed = 113096 no. exposed pairs = 7165 no. arc points = 49444 no. surface atoms = 2413 nbur = 3188 mkacc time = 0.2000000 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= 418 mr = 5436 m= 1 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 58 time to turn everything in is 0.3600000 number of dielectric boundary points 5370 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4957 ## 663 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 13910 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.6698319E-09 9.2139996E-10 midg,1,midg; midg,igrid,midg -2.8507768E-10 2.0912667E-10 1,midg,midg; igrid,midg,midg -2.7571603E-10 6.7638187E-11 gauss-seidel spectral radius is 0.9824809 estimated iterations to convergence 62 setup time was (sec) 0.5500000 now iterating at: 08:15:55 rms-change max change #iterations 9.7899601E-02 12.61256 at 10iterations 6.4652241E-03 0.8036871 at 20iterations 5.7930255E-04 0.1050301 at 30iterations 1.2409709E-04 2.7166367E-02 at 40iterations 3.8417948E-05 8.1958771E-03 at 50iterations finished qdiffx linear iterations at : 08:15:58 total time elapsed so far: 3.430000 # loops : 50 mean,max change (kT/e) : 3.8417948E-05 8.1958771E-03 energy calculations done at 3.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.550000 DelPhi exited at 08:15:58 3.556u 0.181s 0:04.22 88.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 08:15: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5601 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: 1.618182 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): -16.78500 49.21500 ymin,ymax (A): 4.250000 68.83100 zmin,zma (A): -110.3780 -45.84200 x,y,z range (A): 66.00000 64.58100 64.53600 scale (grids/A): 1.618182 object centre (A): 16.21500 36.54050 -78.11000 number of atom coordinates read : 5601 total number of charged atoms : 5435 net assigned charge : -2.499963 assigned positive charge : 840.2996 centred at (gu) : 90.59794 93.47605 87.75525 assigned negative charge : -842.8068 centred at (gu) : 90.54523 93.39587 87.37507 start vw surface at 0.1300000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 115546 reading accessible surface arcs data from file ARCDAT no. of arc points read = 49444 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 36043 mr = 79121 m= 3803 mr = 24522 m= 95 mr = 1830 m= 1 mr = 2 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 1793 time to turn everything in is 0.5400000 number of dielectric boundary points 50013 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 599 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 41546 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.5393940 object centre at (A) : 16.21500 36.54050 -78.11000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.7398973E-02 2.1918267E-02 midg,1,midg; midg,igrid,midg -4.5076646E-03 -2.1628167E-03 1,midg,midg; igrid,midg,midg -5.9248884E-03 -1.2205687E-02 gauss-seidel spectral radius is 0.9984082 estimated iterations to convergence 199 setup time was (sec) 0.7700000 now iterating at: 08:15:59 rms-change max change #iterations 4.758957 164.9846 at 10iterations 2.090694 62.19005 at 20iterations 0.9200120 26.78408 at 30iterations 0.4062283 13.05397 at 40iterations 0.1791375 4.689362 at 50iterations 7.8936882E-02 2.344390 at 60iterations 3.4894541E-02 0.9843407 at 70iterations 1.5412680E-02 0.4181519 at 80iterations 6.8363789E-03 0.1967566 at 90iterations 3.0327239E-03 9.3233585E-02 at 100iterations 1.3514911E-03 3.9382935E-02 at 110iterations 6.1052293E-04 1.8428802E-02 at 120iterations finished qdiffx linear iterations at : 08:16:07 total time elapsed so far: 8.040000 # loops : 120 mean,max change (kT/e) : 6.1052293E-04 1.8428802E-02 energy calculations done at 8.040000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.170000 DelPhi exited at 08:16:07 8.175u 0.202s 0:08.71 96.0% 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 08:16:07 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 = 5601 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.427273 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): -16.78500 49.21500 ymin,ymax (A): 4.250000 68.83100 zmin,zma (A): -110.3780 -45.84200 x,y,z range (A): 66.00000 64.58100 64.53600 scale (grids/A): 2.427273 object centre (A): 16.21500 36.54050 -78.11000 number of atom coordinates read : 5601 total number of charged atoms : 5435 net assigned charge : -2.499963 assigned positive charge : 840.2996 centred at (gu) : 90.89647 95.21364 86.63229 assigned negative charge : -842.8068 centred at (gu) : 90.81771 95.09373 86.06248 start vw surface at 0.1400000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 268579 reading accessible surface arcs data from file ARCDAT no. of arc points read = 49444 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 124720 mr = 194136 m= 35377 mr = 97651 m= 5819 mr = 26270 m= 406 mr = 3819 m= 3 mr = 182 m= 0 mr = 0 time to grow re-entrant surface = 0.8000000 no. cavity mid-points inaccessible to solvent = 6004 time to turn everything in is 1.370000 number of dielectric boundary points 112846 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 42 iepsmp to db, and charging done at 1.470000 number of grid points assigned charge 43411 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.618182 object centre at (A) : 16.21500 36.54050 -78.11000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.9527897 0.2541624 midg,1,midg; midg,igrid,midg -2.2605820E-02 2.0474937E-02 1,midg,midg; igrid,midg,midg -0.4548120 -4.0284958E-02 gauss-seidel spectral radius is 0.9992767 estimated iterations to convergence 293 setup time was (sec) 1.630000 now iterating at: 08:16:09 rms-change max change #iterations 12.41400 318.7614 at 10iterations 7.468105 160.1946 at 20iterations 4.469544 107.1649 at 30iterations 2.654791 51.93655 at 40iterations 1.565061 31.68164 at 50iterations 0.9220493 17.67448 at 60iterations 0.5424010 10.11334 at 70iterations 0.3173595 5.669159 at 80iterations 0.1857789 3.131757 at 90iterations 0.1087623 1.706865 at 100iterations 6.3387431E-02 1.197279 at 110iterations 3.6943849E-02 0.6253053 at 120iterations 2.1505931E-02 0.3929443 at 130iterations 1.2521583E-02 0.2041302 at 140iterations 7.2799688E-03 0.1200638 at 150iterations 4.2297705E-03 7.0081353E-02 at 160iterations 2.4609463E-03 4.1342735E-02 at 170iterations 1.4298201E-03 2.3823738E-02 at 180iterations finished qdiffx linear iterations at : 08:16:21 total time elapsed so far: 13.95000 # loops : 180 mean,max change (kT/e) : 1.4298201E-03 2.3823738E-02 energy calculations done at 13.95000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.07000 DelPhi exited at 08:16:22 14.073u 0.212s 0:14.57 98.0% 0+0k 0+0io 0pf+0w