Sat Oct 8 15:58:01 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 15:58:01 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 = 2339 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.6474140 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): -2.295000 46.29600 ymin,ymax (A): 15.93300 62.52000 zmin,zma (A): -18.56800 36.42000 x,y,z range (A): 48.59100 46.58700 54.98800 scale (grids/A): 0.6474140 object centre (A): 22.00050 39.22650 8.926000 number of atom coordinates read : 2339 total number of charged atoms : 2239 net assigned charge : 3.000001 assigned positive charge : 344.0181 centred at (gu) : 90.25176 88.98756 90.27261 assigned negative charge : -341.0187 centred at (gu) : 90.27251 89.13053 90.34386 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 6561 nv = 96 ne = 84 npr = 47944 no. pairs analyzed = 47944 no. exposed pairs = 2868 no. arc points = 19866 no. surface atoms = 977 nbur = 1362 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 343 mr = 3625 m= 1 mr = 56 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 24 time to turn everything in is 0.1700000 number of dielectric boundary points 3224 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1996 ## 189 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 7933 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.3293288E-08 -3.9949826E-09 midg,1,midg; midg,igrid,midg 2.8388575E-08 -1.0348129E-08 1,midg,midg; igrid,midg,midg 7.4268187E-09 2.7635143E-09 gauss-seidel spectral radius is 0.9876142 estimated iterations to convergence 73 setup time was (sec) 0.3900000 now iterating at: 15:58:02 rms-change max change #iterations 0.1443633 20.46241 at 10iterations 1.4695623E-02 2.570267 at 20iterations 1.5110712E-03 0.2348595 at 30iterations 1.6417247E-04 2.3894787E-02 at 40iterations 2.1991826E-05 3.0713081E-03 at 50iterations finished qdiffx linear iterations at : 15:58:05 total time elapsed so far: 3.510000 # loops : 50 mean,max change (kT/e) : 2.1991826E-05 3.0713081E-03 energy calculations done at 3.510000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.640000 DelPhi exited at 15:58:06 3.648u 0.218s 0:04.14 92.9% 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 15:58:06 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 = 2339 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.942242 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): -2.295000 46.29600 ymin,ymax (A): 15.93300 62.52000 zmin,zma (A): -18.56800 36.42000 x,y,z range (A): 48.59100 46.58700 54.98800 scale (grids/A): 1.942242 object centre (A): 22.00050 39.22650 8.926000 number of atom coordinates read : 2339 total number of charged atoms : 2239 net assigned charge : 3.000001 assigned positive charge : 344.0181 centred at (gu) : 90.75487 86.96223 90.81744 assigned negative charge : -341.0187 centred at (gu) : 90.81751 87.39159 91.03155 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 70975 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19866 grid for indexing accessible points = 1.400000 m= 25476 mr = 49663 m= 4485 mr = 18769 m= 294 mr = 3004 m= 4 mr = 122 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 1321 time to turn everything in is 0.3500000 number of dielectric boundary points 29676 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 124 iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 17624 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.6474140 object centre at (A) : 22.00050 39.22650 8.926000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.3291180E-02 -1.3517420E-02 midg,1,midg; midg,igrid,midg 2.5998563E-02 -7.7754119E-03 1,midg,midg; igrid,midg,midg 5.2259993E-03 -3.7496272E-02 gauss-seidel spectral radius is 0.9986580 estimated iterations to convergence 216 setup time was (sec) 0.5800000 now iterating at: 15:58:06 rms-change max change #iterations 4.109007 214.2874 at 10iterations 1.934418 78.06509 at 20iterations 0.9136473 29.95848 at 30iterations 0.4300869 14.20134 at 40iterations 0.2027569 6.661810 at 50iterations 9.5847674E-02 3.100304 at 60iterations 4.5178019E-02 1.446405 at 70iterations 2.1368394E-02 0.7595538 at 80iterations 1.0045197E-02 0.3055890 at 90iterations 4.7468385E-03 0.1457672 at 100iterations 2.2447591E-03 6.8420410E-02 at 110iterations 1.0651128E-03 3.4280777E-02 at 120iterations finished qdiffx linear iterations at : 15:58:14 total time elapsed so far: 7.960000 # loops : 120 mean,max change (kT/e) : 1.0651128E-03 3.4280777E-02 energy calculations done at 7.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.100000 DelPhi exited at 15:58:14 8.098u 0.236s 0:08.63 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 15:58:14 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 = 2339 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: 2.913363 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): -2.295000 46.29600 ymin,ymax (A): 15.93300 62.52000 zmin,zma (A): -18.56800 36.42000 x,y,z range (A): 48.59100 46.58700 54.98800 scale (grids/A): 2.913363 object centre (A): 22.00050 39.22650 8.926000 number of atom coordinates read : 2339 total number of charged atoms : 2239 net assigned charge : 3.000001 assigned positive charge : 344.0181 centred at (gu) : 91.13233 85.44314 91.22609 assigned negative charge : -341.0187 centred at (gu) : 91.22625 86.08746 91.54720 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 164259 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19866 grid for indexing accessible points = 1.400000 m= 82014 mr = 120208 m= 30582 mr = 67175 m= 8207 mr = 24885 m= 1230 mr = 6366 m= 96 mr = 869 m= 2 mr = 46 m= 0 mr = 0 time to grow re-entrant surface = 0.5200000 no. cavity mid-points inaccessible to solvent = 4258 time to turn everything in is 0.9200000 number of dielectric boundary points 66841 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.010000 number of grid points assigned charge 17907 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.942242 object centre at (A) : 22.00050 39.22650 8.926000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2135293 -0.2357972 midg,1,midg; midg,igrid,midg 0.1981932 -9.9971361E-02 1,midg,midg; igrid,midg,midg 6.7180015E-02 -0.5503057 gauss-seidel spectral radius is 0.9992581 estimated iterations to convergence 290 setup time was (sec) 1.170000 now iterating at: 15:58:16 rms-change max change #iterations 9.525049 445.3348 at 10iterations 5.559393 128.7476 at 20iterations 3.218209 67.77589 at 30iterations 1.863425 37.51999 at 40iterations 1.077515 22.54337 at 50iterations 0.6218089 11.53360 at 60iterations 0.3588710 6.404060 at 70iterations 0.2066154 3.781271 at 80iterations 0.1190282 2.123000 at 90iterations 6.8538792E-02 1.268143 at 100iterations 3.9309781E-02 0.7344894 at 110iterations 2.2628419E-02 0.4302979 at 120iterations 1.3000699E-02 0.2562103 at 130iterations 7.4906242E-03 0.1437187 at 140iterations 4.3048663E-03 7.8420162E-02 at 150iterations 2.4769355E-03 4.5494080E-02 at 160iterations 1.4311553E-03 2.4753511E-02 at 170iterations 8.3047530E-04 1.7032623E-02 at 180iterations finished qdiffx linear iterations at : 15:58:28 total time elapsed so far: 13.07000 # loops : 180 mean,max change (kT/e) : 8.3047530E-04 1.7032623E-02 energy calculations done at 13.07000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.20000 DelPhi exited at 15:58:28 13.201u 0.232s 0:13.75 97.6% 0+0k 0+0io 0pf+0w