Sat Oct 8 22:41:04 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+sph2.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 = amb2.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 22:41:04 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: 281 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2290 !!! WARNING: ARG 36 has a net charge of -0.2720 !!! WARNING: HIT 84 has a net charge of 0.5140 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.6654330 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): -13.02300 40.47600 ymin,ymax (A): -21.46600 30.26800 zmin,zma (A): 2.140000 45.77300 x,y,z range (A): 53.49900 51.73400 43.63300 scale (grids/A): 0.6654330 object centre (A): 13.72650 4.401000 23.95650 number of atom coordinates read : 2290 total number of charged atoms : 2155 net assigned charge : 10.74202 assigned positive charge : 336.6414 centred at (gu) : 89.43486 88.52441 89.43034 assigned negative charge : -325.9001 centred at (gu) : 89.42375 88.55263 89.52644 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 7122 nv = 96 ne = 84 npr = 45114 no. pairs analyzed = 45114 no. exposed pairs = 3135 no. arc points = 22347 no. surface atoms = 1032 nbur = 1258 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 424 mr = 3680 m= 1 mr = 37 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 100 time to turn everything in is 0.1900000 number of dielectric boundary points 3830 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2137 ## 214 charges are in solution ## iepsmp to db, and charging done at 0.2600000 number of grid points assigned charge 8076 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.5519454E-08 1.1591420E-08 midg,1,midg; midg,igrid,midg 4.9450236E-08 1.9460442E-08 1,midg,midg; igrid,midg,midg 3.2681147E-08 2.9879985E-08 gauss-seidel spectral radius is 0.9882781 estimated iterations to convergence 75 setup time was (sec) 0.3900000 now iterating at: 22:41:05 rms-change max change #iterations 0.1593223 27.68730 at 10iterations 1.6917337E-02 2.309837 at 20iterations 1.8989455E-03 0.2785549 at 30iterations 3.2042194E-04 3.9241791E-02 at 40iterations 9.7940596E-05 1.3383865E-02 at 50iterations finished qdiffx linear iterations at : 22:41:08 total time elapsed so far: 3.390000 # loops : 50 mean,max change (kT/e) : 9.7940596E-05 1.3383865E-02 energy calculations done at 3.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.520000 DelPhi exited at 22:41:08 3.526u 0.177s 0:03.97 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 22:41:08 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: 281 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2290 !!! WARNING: ARG 36 has a net charge of -0.2720 !!! WARNING: HIT 84 has a net charge of 0.5140 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.996299 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): -13.02300 40.47600 ymin,ymax (A): -21.46600 30.26800 zmin,zma (A): 2.140000 45.77300 x,y,z range (A): 53.49900 51.73400 43.63300 scale (grids/A): 1.996299 object centre (A): 13.72650 4.401000 23.95650 number of atom coordinates read : 2290 total number of charged atoms : 2155 net assigned charge : 10.74202 assigned positive charge : 336.6414 centred at (gu) : 88.30422 85.57276 88.29081 assigned negative charge : -325.9001 centred at (gu) : 88.27128 85.65791 88.57928 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 75146 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22347 grid for indexing accessible points = 1.400000 m= 28497 mr = 50209 m= 5447 mr = 20474 m= 448 mr = 3386 m= 14 mr = 158 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 2230 time to turn everything in is 0.3900000 number of dielectric boundary points 35326 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 123 iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 17024 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.6654330 object centre at (A) : 13.72650 4.401000 23.95650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.0920874E-02 -1.8696917E-03 midg,1,midg; midg,igrid,midg 3.2070819E-02 5.5170562E-02 1,midg,midg; igrid,midg,midg 6.1984621E-02 4.4745293E-02 gauss-seidel spectral radius is 0.9987368 estimated iterations to convergence 223 setup time was (sec) 0.6000000 now iterating at: 22:41:09 rms-change max change #iterations 4.257188 205.0445 at 10iterations 2.054817 73.94553 at 20iterations 0.9844353 30.83812 at 30iterations 0.4742567 17.96843 at 40iterations 0.2279402 7.951626 at 50iterations 0.1098655 3.771614 at 60iterations 5.3155866E-02 1.800645 at 70iterations 2.5620949E-02 0.8066325 at 80iterations 1.2354724E-02 0.4095793 at 90iterations 5.9857289E-03 0.1928406 at 100iterations 2.9078815E-03 9.0858698E-02 at 110iterations 1.4511305E-03 4.6356201E-02 at 120iterations finished qdiffx linear iterations at : 22:41:17 total time elapsed so far: 7.940000 # loops : 120 mean,max change (kT/e) : 1.4511305E-03 4.6356201E-02 energy calculations done at 7.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.080000 DelPhi exited at 22:41:17 8.083u 0.207s 0:08.56 96.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 Sat Oct 8 2011 at 22:41:17 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: 281 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2290 !!! WARNING: ARG 36 has a net charge of -0.2720 !!! WARNING: HIT 84 has a net charge of 0.5140 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.994448 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): -13.02300 40.47600 ymin,ymax (A): -21.46600 30.26800 zmin,zma (A): 2.140000 45.77300 x,y,z range (A): 53.49900 51.73400 43.63300 scale (grids/A): 2.994448 object centre (A): 13.72650 4.401000 23.95650 number of atom coordinates read : 2290 total number of charged atoms : 2155 net assigned charge : 10.74202 assigned positive charge : 336.6414 centred at (gu) : 87.45630 83.35905 87.43604 assigned negative charge : -325.9001 centred at (gu) : 87.40694 83.48689 87.86901 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3300000 boundary points on vw surface= 173412 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22347 grid for indexing accessible points = 1.400000 m= 89101 mr = 122064 m= 35322 mr = 71488 m= 9913 mr = 27975 m= 1800 mr = 7268 m= 164 mr = 1224 m= 4 mr = 54 m= 0 mr = 0 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 7615 time to turn everything in is 0.9900000 number of dielectric boundary points 79643 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.090000 number of grid points assigned charge 17236 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.996299 object centre at (A) : 13.72650 4.401000 23.95650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2503452 -3.9629724E-02 midg,1,midg; midg,igrid,midg 0.3610092 0.6646734 1,midg,midg; igrid,midg,midg 0.5354600 0.4065328 gauss-seidel spectral radius is 0.9992919 estimated iterations to convergence 297 setup time was (sec) 1.250000 now iterating at: 22:41:19 rms-change max change #iterations 10.00010 396.2858 at 10iterations 5.964416 142.4922 at 20iterations 3.548962 72.21078 at 30iterations 2.096180 45.14098 at 40iterations 1.237426 25.40464 at 50iterations 0.7271238 14.19465 at 60iterations 0.4270304 8.323929 at 70iterations 0.2502497 5.112579 at 80iterations 0.1466361 2.903988 at 90iterations 8.5857324E-02 1.597313 at 100iterations 5.0222218E-02 0.9720287 at 110iterations 2.9297251E-02 0.5330658 at 120iterations 1.7114017E-02 0.3108730 at 130iterations 9.9922353E-03 0.2215557 at 140iterations 5.8397143E-03 0.1055946 at 150iterations 3.4040606E-03 6.6244125E-02 at 160iterations 1.9964795E-03 3.4732819E-02 at 170iterations 1.1768128E-03 2.2462368E-02 at 180iterations finished qdiffx linear iterations at : 22:41:30 total time elapsed so far: 13.03000 # loops : 180 mean,max change (kT/e) : 1.1768128E-03 2.2462368E-02 energy calculations done at 13.03000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.16000 DelPhi exited at 22:41:31 13.159u 0.222s 0:13.67 97.8% 0+0k 0+0io 0pf+0w