Sat Oct 8 11:38:39 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 11:38:39 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: 249 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3378 !!! WARNING: HIZ 15 has a net charge of 0.2000 !!! WARNING: HIZ 17 has a net charge of 0.2000 !!! WARNING: HIZ 214 has a net charge of 0.2000 !!! WARNING: ZN4 461 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6522895 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): -22.52700 32.05000 ymin,ymax (A): -1.731000 50.81000 zmin,zma (A): 11.11600 59.76800 x,y,z range (A): 54.57700 52.54100 48.65200 scale (grids/A): 0.6522895 object centre (A): 4.761499 24.53950 35.44200 number of atom coordinates read : 3378 total number of charged atoms : 3254 net assigned charge : -3.999971 assigned positive charge : 517.9913 centred at (gu) : 90.57642 90.97133 89.42114 assigned negative charge : -521.9923 centred at (gu) : 90.60493 90.80958 89.55244 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 9501 nv = 96 ne = 84 npr = 70634 no. pairs analyzed = 70634 no. exposed pairs = 3667 no. arc points = 25042 no. surface atoms = 1271 nbur = 2107 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 533 mr = 5802 m= 4 mr = 106 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 4 time to turn everything in is 0.2500000 number of dielectric boundary points 4130 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2436 ## 209 charges are in solution ## iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 11533 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.2139488E-08 -3.3355018E-08 midg,1,midg; midg,igrid,midg -3.6273107E-08 3.2072158E-08 1,midg,midg; igrid,midg,midg -2.2701281E-09 -1.6838717E-08 gauss-seidel spectral radius is 0.9878770 estimated iterations to convergence 74 setup time was (sec) 0.4700000 now iterating at: 11:38:40 rms-change max change #iterations 0.1914730 25.11557 at 10iterations 1.9803584E-02 2.569656 at 20iterations 2.0870792E-03 0.2435379 at 30iterations 2.1992718E-04 2.6165605E-02 at 40iterations 2.3228960E-05 2.7875900E-03 at 50iterations finished qdiffx linear iterations at : 11:38:43 total time elapsed so far: 3.610000 # loops : 50 mean,max change (kT/e) : 2.3228960E-05 2.7875900E-03 energy calculations done at 3.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.740000 DelPhi exited at 11:38:44 3.747u 0.238s 0:04.37 90.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 Sat Oct 8 2011 at 11:38:44 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: 249 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3378 !!! WARNING: HIZ 15 has a net charge of 0.2000 !!! WARNING: HIZ 17 has a net charge of 0.2000 !!! WARNING: HIZ 214 has a net charge of 0.2000 !!! WARNING: ZN4 461 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.956868 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): -22.52700 32.05000 ymin,ymax (A): -1.731000 50.81000 zmin,zma (A): 11.11600 59.76800 x,y,z range (A): 54.57700 52.54100 48.65200 scale (grids/A): 1.956868 object centre (A): 4.761499 24.53950 35.44200 number of atom coordinates read : 3378 total number of charged atoms : 3254 net assigned charge : -3.999971 assigned positive charge : 517.9913 centred at (gu) : 91.72839 92.91299 88.26244 assigned negative charge : -521.9923 centred at (gu) : 91.81416 92.42796 88.65695 start vw surface at 0.1000000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 103084 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25042 grid for indexing accessible points = 1.400000 m= 40604 mr = 76423 m= 6768 mr = 31920 m= 418 mr = 4604 m= 10 mr = 150 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 283 time to turn everything in is 0.5100000 number of dielectric boundary points 37787 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 140 iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 25683 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.6522895 object centre at (A) : 4.761499 24.53950 35.44200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.8925211E-04 -7.5586662E-02 midg,1,midg; midg,igrid,midg -4.6981744E-02 3.2072295E-02 1,midg,midg; igrid,midg,midg -2.0289263E-03 -1.8210001E-02 gauss-seidel spectral radius is 0.9987593 estimated iterations to convergence 225 setup time was (sec) 0.7500000 now iterating at: 11:38:45 rms-change max change #iterations 5.259076 192.1124 at 10iterations 2.549815 74.36426 at 20iterations 1.240422 34.14190 at 30iterations 0.6033202 15.04829 at 40iterations 0.2929967 7.507629 at 50iterations 0.1425694 3.786533 at 60iterations 6.9348641E-02 1.744438 at 70iterations 3.3716418E-02 0.8622231 at 80iterations 1.6351318E-02 0.4182513 at 90iterations 7.9794750E-03 0.2091942 at 100iterations 3.8706856E-03 0.1008263 at 110iterations 1.8905629E-03 4.7660828E-02 at 120iterations finished qdiffx linear iterations at : 11:38:53 total time elapsed so far: 8.620000 # loops : 120 mean,max change (kT/e) : 1.8905629E-03 4.7660828E-02 energy calculations done at 8.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.760000 DelPhi exited at 11:38:53 8.762u 0.238s 0:09.56 94.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 Sat Oct 8 2011 at 11:38:53 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: 249 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3378 !!! WARNING: HIZ 15 has a net charge of 0.2000 !!! WARNING: HIZ 17 has a net charge of 0.2000 !!! WARNING: HIZ 214 has a net charge of 0.2000 !!! WARNING: ZN4 461 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.935302 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): -22.52700 32.05000 ymin,ymax (A): -1.731000 50.81000 zmin,zma (A): 11.11600 59.76800 x,y,z range (A): 54.57700 52.54100 48.65200 scale (grids/A): 2.935302 object centre (A): 4.761499 24.53950 35.44200 number of atom coordinates read : 3378 total number of charged atoms : 3254 net assigned charge : -3.999971 assigned positive charge : 517.9913 centred at (gu) : 92.59222 94.36926 87.39333 assigned negative charge : -521.9923 centred at (gu) : 92.72105 93.64189 87.98521 start vw surface at 0.1100000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 238223 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25042 grid for indexing accessible points = 1.400000 m= 129082 mr = 183146 m= 50447 mr = 109990 m= 12475 mr = 42805 m= 1941 mr = 9814 m= 118 mr = 1298 m= 1 mr = 30 m= 0 mr = 0 time to grow re-entrant surface = 0.7900000 no. cavity mid-points inaccessible to solvent = 1068 time to turn everything in is 1.360000 number of dielectric boundary points 85204 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.470000 number of grid points assigned charge 26032 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.956868 object centre at (A) : 4.761499 24.53950 35.44200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.2052350E-02 -0.8271085 midg,1,midg; midg,igrid,midg -0.4309767 0.3472331 1,midg,midg; igrid,midg,midg -0.1396414 -0.1538661 gauss-seidel spectral radius is 0.9992930 estimated iterations to convergence 297 setup time was (sec) 1.640000 now iterating at: 11:38:55 rms-change max change #iterations 12.07969 495.6888 at 10iterations 7.151406 155.5755 at 20iterations 4.205864 80.73199 at 30iterations 2.475405 43.01348 at 40iterations 1.450059 22.42854 at 50iterations 0.8489538 13.92385 at 60iterations 0.4962848 7.532124 at 70iterations 0.2896279 4.365829 at 80iterations 0.1693617 2.841213 at 90iterations 9.8803915E-02 1.476759 at 100iterations 5.7657406E-02 0.9445722 at 110iterations 3.3615328E-02 0.5172119 at 120iterations 1.9584123E-02 0.3109741 at 130iterations 1.1409990E-02 0.1736488 at 140iterations 6.6404035E-03 0.1000366 at 150iterations 3.8700951E-03 5.9600830E-02 at 160iterations 2.2570963E-03 3.4939766E-02 at 170iterations 1.3144223E-03 2.0709753E-02 at 180iterations finished qdiffx linear iterations at : 11:39:08 total time elapsed so far: 14.62000 # loops : 180 mean,max change (kT/e) : 1.3144223E-03 2.0709753E-02 energy calculations done at 14.62000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.75000 DelPhi exited at 11:39:09 14.752u 0.250s 0:15.35 97.7% 0+0k 0+0io 0pf+0w