Wed Dec 28 11:05:07 PST 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 Wed Dec 28 2011 at 11:05: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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1968 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.6109071 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): -9.039000 49.23500 ymin,ymax (A): 8.652000 47.48300 zmin,zma (A): -3.712000 38.68000 x,y,z range (A): 58.27400 38.83100 42.39200 scale (grids/A): 0.6109071 object centre (A): 20.09800 28.06750 17.48400 number of atom coordinates read : 1968 total number of charged atoms : 1836 net assigned charge : 4.000005 assigned positive charge : 288.6041 centred at (gu) : 90.06921 89.83039 90.48849 assigned negative charge : -284.6043 centred at (gu) : 90.04751 89.73436 90.62292 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 4967 nv = 96 ne = 84 npr = 40186 no. pairs analyzed = 40186 no. exposed pairs = 2447 no. arc points = 17301 no. surface atoms = 828 nbur = 1140 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 203 mr = 2721 m= 0 mr = 15 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3200000 number of dielectric boundary points 2434 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1746 ## 194 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 5998 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.6436456E-09 -2.9484872E-09 midg,1,midg; midg,igrid,midg -1.2028190E-09 5.7900622E-09 1,midg,midg; igrid,midg,midg 1.6337768E-09 3.3271392E-09 gauss-seidel spectral radius is 0.9860737 estimated iterations to convergence 69 setup time was (sec) 0.5900000 now iterating at: 11:05:08 rms-change max change #iterations 0.1028580 15.91793 at 10iterations 9.0193534E-03 1.361376 at 20iterations 7.9285156E-04 0.1301303 at 30iterations 6.9840833E-05 1.1240005E-02 at 40iterations 6.1194050E-06 9.7084045E-04 at 50iterations finished qdiffx linear iterations at : 11:05:11 total time elapsed so far: 3.750000 # loops : 50 mean,max change (kT/e) : 6.1194050E-06 9.7084045E-04 energy calculations done at 3.750000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.980000 DelPhi exited at 11:05:12 3.980u 0.169s 0:04.56 90.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 Wed Dec 28 2011 at 11:05:12 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1968 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.832721 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): -9.039000 49.23500 ymin,ymax (A): 8.652000 47.48300 zmin,zma (A): -3.712000 38.68000 x,y,z range (A): 58.27400 38.83100 42.39200 scale (grids/A): 1.832721 object centre (A): 20.09800 28.06750 17.48400 number of atom coordinates read : 1968 total number of charged atoms : 1836 net assigned charge : 4.000005 assigned positive charge : 288.6041 centred at (gu) : 90.20745 89.49129 91.46570 assigned negative charge : -284.6043 centred at (gu) : 90.14297 89.20320 91.86900 start vw surface at 0.1800000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 53965 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17301 grid for indexing accessible points = 1.400000 m= 18474 mr = 37148 m= 2272 mr = 13782 m= 59 mr = 1294 m= 1 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 1730 time to turn everything in is 0.5100000 number of dielectric boundary points 22538 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 139 iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 14410 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.6109071 object centre at (A) : 20.09800 28.06750 17.48400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.0729876E-02 -4.3003797E-03 midg,1,midg; midg,igrid,midg 2.4583729E-04 5.8057886E-03 1,midg,midg; igrid,midg,midg 3.1569719E-02 3.7229456E-02 gauss-seidel spectral radius is 0.9984512 estimated iterations to convergence 202 setup time was (sec) 0.8400000 now iterating at: 11:05:13 rms-change max change #iterations 3.291704 169.1118 at 10iterations 1.469332 54.41092 at 20iterations 0.6546386 25.26773 at 30iterations 0.2921355 11.16010 at 40iterations 0.1303429 4.927710 at 50iterations 5.7989702E-02 2.111111 at 60iterations 2.5814809E-02 0.9202317 at 70iterations 1.1472028E-02 0.4814323 at 80iterations 5.1373839E-03 0.1974983 at 90iterations 2.2839725E-03 8.0766201E-02 at 100iterations 1.0203569E-03 3.6240578E-02 at 110iterations 4.5552899E-04 1.6689301E-02 at 120iterations finished qdiffx linear iterations at : 11:05:20 total time elapsed so far: 8.440000 # loops : 120 mean,max change (kT/e) : 4.5552899E-04 1.6689301E-02 energy calculations done at 8.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.680000 DelPhi exited at 11:05:23 8.682u 0.208s 0:11.45 77.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 Wed Dec 28 2011 at 11:05:23 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1968 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.749082 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): -9.039000 49.23500 ymin,ymax (A): 8.652000 47.48300 zmin,zma (A): -3.712000 38.68000 x,y,z range (A): 58.27400 38.83100 42.39200 scale (grids/A): 2.749082 object centre (A): 20.09800 28.06750 17.48400 number of atom coordinates read : 1968 total number of charged atoms : 1836 net assigned charge : 4.000005 assigned positive charge : 288.6041 centred at (gu) : 90.31124 89.23688 92.19854 assigned negative charge : -284.6043 centred at (gu) : 90.21444 88.80495 92.80348 start vw surface at 0.1600000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 124726 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17301 grid for indexing accessible points = 1.400000 m= 61639 mr = 89734 m= 20288 mr = 50846 m= 3833 mr = 16439 m= 296 mr = 2830 m= 4 mr = 125 m= 0 mr = 0 time to grow re-entrant surface = 0.6799999 no. cavity mid-points inaccessible to solvent = 5970 time to turn everything in is 1.190000 number of dielectric boundary points 50812 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.340000 number of grid points assigned charge 14688 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.832721 object centre at (A) : 20.09800 28.06750 17.48400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.8288829E-02 -9.8694582E-03 midg,1,midg; midg,igrid,midg 2.6594480E-02 4.0892668E-02 1,midg,midg; igrid,midg,midg 0.4327648 0.4577242 gauss-seidel spectral radius is 0.9991906 estimated iterations to convergence 278 setup time was (sec) 1.530000 now iterating at: 11:05:25 rms-change max change #iterations 7.859228 341.0499 at 10iterations 4.432628 135.8440 at 20iterations 2.485806 57.82210 at 30iterations 1.392691 31.34381 at 40iterations 0.7817821 16.05485 at 50iterations 0.4363605 9.170066 at 60iterations 0.2434843 6.217997 at 70iterations 0.1361815 3.328247 at 80iterations 7.5976744E-02 1.677127 at 90iterations 4.2414214E-02 0.8659566 at 100iterations 2.3704629E-02 0.5211239 at 110iterations 1.3252740E-02 0.2858772 at 120iterations 7.4084722E-03 0.1972618 at 130iterations 4.1463505E-03 9.1957092E-02 at 140iterations 2.3083517E-03 4.6344757E-02 at 150iterations 1.2890864E-03 2.5582224E-02 at 160iterations 7.1982690E-04 1.5620708E-02 at 170iterations 4.0241529E-04 8.7833405E-03 at 180iterations finished qdiffx linear iterations at : 11:05:37 total time elapsed so far: 13.20000 # loops : 180 mean,max change (kT/e) : 4.0241529E-04 8.7833405E-03 energy calculations done at 13.20000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.43000 DelPhi exited at 11:05:37 13.435u 0.212s 0:13.93 97.9% 0+0k 0+0io 0pf+0w