Sat Oct 8 14:49:06 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 14:49: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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3031 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.6089529 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): -14.70300 36.56100 ymin,ymax (A): -12.27800 46.18300 zmin,zma (A): -40.97000 11.79900 x,y,z range (A): 51.26400 58.46100 52.76900 scale (grids/A): 0.6089529 object centre (A): 10.92900 16.95250 -14.58550 number of atom coordinates read : 3031 total number of charged atoms : 2884 net assigned charge : 1.4008060E-02 assigned positive charge : 455.4256 centred at (gu) : 91.39404 91.29133 91.14961 assigned negative charge : -455.4123 centred at (gu) : 91.44775 91.20176 91.22032 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 7272 nv = 96 ne = 84 npr = 63537 no. pairs analyzed = 63537 no. exposed pairs = 3510 no. arc points = 24480 no. surface atoms = 1186 nbur = 1845 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 342 mr = 4179 m= 1 mr = 29 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3407 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2407 ## 262 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 9282 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.0549638E-09 -5.1469806E-09 midg,1,midg; midg,igrid,midg -3.7514116E-09 6.7281900E-09 1,midg,midg; igrid,midg,midg 2.2074718E-09 -4.1170392E-09 gauss-seidel spectral radius is 0.9860693 estimated iterations to convergence 69 setup time was (sec) 0.5800000 now iterating at: 14:49:07 rms-change max change #iterations 0.1255069 16.71525 at 10iterations 1.1311872E-02 1.502575 at 20iterations 1.0787705E-03 0.1414528 at 30iterations 1.2303051E-04 1.7120361E-02 at 40iterations 1.8760671E-05 2.5519729E-03 at 50iterations finished qdiffx linear iterations at : 14:49:10 total time elapsed so far: 3.300000 # loops : 50 mean,max change (kT/e) : 1.8760671E-05 2.5519729E-03 energy calculations done at 3.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.460000 DelPhi exited at 14:49:10 3.468u 0.213s 0:03.97 92.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:49:11 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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3031 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 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.826859 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): -14.70300 36.56100 ymin,ymax (A): -12.27800 46.18300 zmin,zma (A): -40.97000 11.79900 x,y,z range (A): 51.26400 58.46100 52.76900 scale (grids/A): 1.826859 object centre (A): 10.92900 16.95250 -14.58550 number of atom coordinates read : 3031 total number of charged atoms : 2884 net assigned charge : 1.4008060E-02 assigned positive charge : 455.4256 centred at (gu) : 94.18161 93.87371 93.44843 assigned negative charge : -455.4123 centred at (gu) : 94.34309 93.60516 93.66080 start vw surface at 0.1600000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 80691 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24480 grid for indexing accessible points = 1.400000 m= 27477 mr = 57811 m= 3546 mr = 20225 m= 134 mr = 2005 m= 1 mr = 36 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 9 time to turn everything in is 0.5700000 number of dielectric boundary points 31772 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 176 iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 22598 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.6089529 object centre at (A) : 10.92900 16.95250 -14.58550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.4763872E-02 1.5359874E-03 midg,1,midg; midg,igrid,midg -1.4058492E-02 3.0584591E-02 1,midg,midg; igrid,midg,midg 7.8782756E-03 -1.2628129E-02 gauss-seidel spectral radius is 0.9985553 estimated iterations to convergence 209 setup time was (sec) 0.8900000 now iterating at: 14:49:12 rms-change max change #iterations 4.294345 166.6289 at 10iterations 1.967403 62.80930 at 20iterations 0.9053724 29.42445 at 30iterations 0.4147801 12.86147 at 40iterations 0.1908566 5.589859 at 50iterations 8.7687053E-02 3.149988 at 60iterations 4.0299479E-02 1.322170 at 70iterations 1.8471185E-02 0.5485592 at 80iterations 8.4990496E-03 0.2416811 at 90iterations 3.9178482E-03 0.1174517 at 100iterations 1.7980349E-03 5.2513123E-02 at 110iterations 8.2499633E-04 2.6092529E-02 at 120iterations finished qdiffx linear iterations at : 14:49:18 total time elapsed so far: 7.700000 # loops : 120 mean,max change (kT/e) : 8.2499633E-04 2.6092529E-02 energy calculations done at 7.700000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.880000 DelPhi exited at 14:49:19 7.880u 0.236s 0:08.40 96.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 Sat Oct 8 2011 at 14:49:19 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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3031 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 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.740288 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): -14.70300 36.56100 ymin,ymax (A): -12.27800 46.18300 zmin,zma (A): -40.97000 11.79900 x,y,z range (A): 51.26400 58.46100 52.76900 scale (grids/A): 2.740288 object centre (A): 10.92900 16.95250 -14.58550 number of atom coordinates read : 3031 total number of charged atoms : 2884 net assigned charge : 1.4008060E-02 assigned positive charge : 455.4256 centred at (gu) : 96.27216 95.81037 95.17234 assigned negative charge : -455.4123 centred at (gu) : 96.51457 95.40794 95.49114 start vw surface at 0.1500000 fill in re-entrant regions at 0.4800000 boundary points on vw surface= 187306 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24480 grid for indexing accessible points = 1.400000 m= 92533 mr = 140072 m= 29867 mr = 76417 m= 5873 mr = 23518 m= 587 mr = 4172 m= 20 mr = 321 m= 1 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.8100000 no. cavity mid-points inaccessible to solvent = 35 time to turn everything in is 1.430000 number of dielectric boundary points 71682 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.570000 number of grid points assigned charge 23069 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.826859 object centre at (A) : 10.92900 16.95250 -14.58550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1510855 0.1534576 midg,1,midg; midg,igrid,midg -0.1063369 0.3926494 1,midg,midg; igrid,midg,midg 0.1287088 -0.1067744 gauss-seidel spectral radius is 0.9992397 estimated iterations to convergence 286 setup time was (sec) 1.750000 now iterating at: 14:49:21 rms-change max change #iterations 10.20877 271.5717 at 10iterations 5.928246 132.8287 at 20iterations 3.416944 75.35934 at 30iterations 1.973928 43.52686 at 40iterations 1.131414 22.39121 at 50iterations 0.6489308 12.37550 at 60iterations 0.3707804 6.798820 at 70iterations 0.2122446 3.816274 at 80iterations 0.1216931 2.088071 at 90iterations 6.9640838E-02 1.179321 at 100iterations 3.9711066E-02 0.6925468 at 110iterations 2.2721123E-02 0.3907499 at 120iterations 1.2987521E-02 0.2291889 at 130iterations 7.4131531E-03 0.1314068 at 140iterations 4.2344742E-03 8.1083298E-02 at 150iterations 2.4214017E-03 4.2421341E-02 at 160iterations 1.3855392E-03 2.4317741E-02 at 170iterations 7.9586229E-04 1.3145447E-02 at 180iterations finished qdiffx linear iterations at : 14:49:32 total time elapsed so far: 12.81000 # loops : 180 mean,max change (kT/e) : 7.9586229E-04 1.3145447E-02 energy calculations done at 12.81000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.98000 DelPhi exited at 14:49:33 12.979u 0.248s 0:13.59 97.2% 0+0k 0+0io 0pf+0w