Sat Oct 8 14:33:25 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 14:33:25 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2994 !!! WARNING: NDP 318 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6390808 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): -12.14400 43.56100 ymin,ymax (A): -22.88300 22.33300 zmin,zma (A): -6.577000 47.75700 x,y,z range (A): 55.70500 45.21600 54.33400 scale (grids/A): 0.6390808 object centre (A): 15.70850 -0.2749996 20.59000 number of atom coordinates read : 2994 total number of charged atoms : 2849 net assigned charge : 1.000007 assigned positive charge : 448.4646 centred at (gu) : 88.81396 89.74350 91.46476 assigned negative charge : -447.4653 centred at (gu) : 88.73048 89.59735 91.44429 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 8140 nv = 96 ne = 84 npr = 62741 no. pairs analyzed = 62741 no. exposed pairs = 3377 no. arc points = 23896 no. surface atoms = 1158 nbur = 1836 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 403 mr = 4734 m= 2 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 5 time to turn everything in is 0.3200000 number of dielectric boundary points 3772 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2349 ## 222 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 9879 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.7660733E-10 5.8469229E-09 midg,1,midg; midg,igrid,midg -1.8846380E-08 1.9275941E-08 1,midg,midg; igrid,midg,midg -1.2254075E-08 9.5990336E-09 gauss-seidel spectral radius is 0.9873457 estimated iterations to convergence 73 setup time was (sec) 0.5800000 now iterating at: 14:33:26 rms-change max change #iterations 0.1535566 23.74239 at 10iterations 1.5182562E-02 1.876528 at 20iterations 1.5412688E-03 0.1882935 at 30iterations 1.5760052E-04 2.1484852E-02 at 40iterations 1.7542639E-05 2.3322105E-03 at 50iterations finished qdiffx linear iterations at : 14:33:29 total time elapsed so far: 4.120000 # loops : 50 mean,max change (kT/e) : 1.7542639E-05 2.3322105E-03 energy calculations done at 4.120000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.300000 DelPhi exited at 14:33:30 4.305u 0.278s 0:04.88 93.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 Sat Oct 8 2011 at 14:33:30 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2994 !!! WARNING: NDP 318 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.917243 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): -12.14400 43.56100 ymin,ymax (A): -22.88300 22.33300 zmin,zma (A): -6.577000 47.75700 x,y,z range (A): 55.70500 45.21600 54.33400 scale (grids/A): 1.917243 object centre (A): 15.70850 -0.2749996 20.59000 number of atom coordinates read : 2994 total number of charged atoms : 2849 net assigned charge : 1.000007 assigned positive charge : 448.4646 centred at (gu) : 86.44137 89.23012 94.39349 assigned negative charge : -447.4653 centred at (gu) : 86.19130 88.79170 94.33257 start vw surface at 0.1500000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 88555 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23896 grid for indexing accessible points = 1.400000 m= 31429 mr = 63742 m= 4465 mr = 23644 m= 253 mr = 2624 m= 3 mr = 66 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 388 time to turn everything in is 0.6400000 number of dielectric boundary points 34629 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 155 iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 22430 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.6390808 object centre at (A) : 15.70850 -0.2749996 20.59000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.3969462E-03 1.3280488E-02 midg,1,midg; midg,igrid,midg -8.6265048E-03 2.8276671E-02 1,midg,midg; igrid,midg,midg -5.4483965E-02 1.6835365E-02 gauss-seidel spectral radius is 0.9986855 estimated iterations to convergence 219 setup time was (sec) 0.9700000 now iterating at: 14:33:31 rms-change max change #iterations 4.659965 182.9815 at 10iterations 2.221027 78.32936 at 20iterations 1.055282 32.56819 at 30iterations 0.5027665 15.77766 at 40iterations 0.2391020 7.221600 at 50iterations 0.1135622 3.465393 at 60iterations 5.3905282E-02 1.573763 at 70iterations 2.5700640E-02 0.7641392 at 80iterations 1.2231120E-02 0.3500786 at 90iterations 5.8208168E-03 0.1767836 at 100iterations 2.7690476E-03 8.0172539E-02 at 110iterations 1.3223451E-03 4.0731430E-02 at 120iterations finished qdiffx linear iterations at : 14:33:40 total time elapsed so far: 9.610000 # loops : 120 mean,max change (kT/e) : 1.3223451E-03 4.0731430E-02 energy calculations done at 9.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.790000 DelPhi exited at 14:33:40 9.791u 0.265s 0:10.42 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 Sat Oct 8 2011 at 14:33:40 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2994 !!! WARNING: NDP 318 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.875864 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): -12.14400 43.56100 ymin,ymax (A): -22.88300 22.33300 zmin,zma (A): -6.577000 47.75700 x,y,z range (A): 55.70500 45.21600 54.33400 scale (grids/A): 2.875864 object centre (A): 15.70850 -0.2749996 20.59000 number of atom coordinates read : 2994 total number of charged atoms : 2849 net assigned charge : 1.000007 assigned positive charge : 448.4646 centred at (gu) : 84.66195 88.84497 96.59044 assigned negative charge : -447.4653 centred at (gu) : 84.28696 88.18743 96.49872 start vw surface at 0.1400000 fill in re-entrant regions at 0.5500000 boundary points on vw surface= 205187 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23896 grid for indexing accessible points = 1.400000 m= 103667 mr = 154147 m= 35886 mr = 86349 m= 7991 mr = 28787 m= 1105 mr = 5779 m= 71 mr = 705 m= 1 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 0.9900000 no. cavity mid-points inaccessible to solvent = 1350 time to turn everything in is 1.670000 number of dielectric boundary points 78111 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.810000 number of grid points assigned charge 22791 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.917243 object centre at (A) : 15.70850 -0.2749996 20.59000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.3488860E-02 0.2122881 midg,1,midg; midg,igrid,midg -6.5765791E-02 0.2947718 1,midg,midg; igrid,midg,midg -0.7258779 0.2069647 gauss-seidel spectral radius is 0.9992755 estimated iterations to convergence 293 setup time was (sec) 2.000000 now iterating at: 14:33:43 rms-change max change #iterations 10.84350 454.5282 at 10iterations 6.338847 122.6041 at 20iterations 3.688421 64.38432 at 30iterations 2.144574 35.26970 at 40iterations 1.242211 23.14108 at 50iterations 0.7201978 11.27293 at 60iterations 0.4170872 7.435044 at 70iterations 0.2414203 4.216035 at 80iterations 0.1396083 2.493175 at 90iterations 8.0831289E-02 1.454543 at 100iterations 4.6744093E-02 0.8000944 at 110iterations 2.7019717E-02 0.4661388 at 120iterations 1.5596974E-02 0.2556210 at 130iterations 9.0241935E-03 0.1581966 at 140iterations 5.2116159E-03 8.9569092E-02 at 150iterations 3.0119878E-03 5.2856445E-02 at 160iterations 1.7409092E-03 2.8778076E-02 at 170iterations 1.0075377E-03 1.7307758E-02 at 180iterations finished qdiffx linear iterations at : 14:33:57 total time elapsed so far: 15.88000 # loops : 180 mean,max change (kT/e) : 1.0075377E-03 1.7307758E-02 energy calculations done at 15.88000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.06000 DelPhi exited at 14:33:57 16.065u 0.305s 0:16.72 97.8% 0+0k 0+0io 0pf+0w