Mon Oct 10 00:13:38 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 Mon Oct 10 2011 at 00:13:38 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 = 3792 !!! WARNING: HIY 172 has a net charge of 0.2000 !!! WARNING: ZN1 1098 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.5716671 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): 32.64100 94.91500 ymin,ymax (A): -2.142000 56.44400 zmin,zma (A): -32.67400 27.36800 x,y,z range (A): 62.27400 58.58600 60.04200 scale (grids/A): 0.5716671 object centre (A): 63.77800 27.15100 -2.653000 number of atom coordinates read : 3792 total number of charged atoms : 3669 net assigned charge : 6.600053 assigned positive charge : 579.3400 centred at (gu) : 88.18572 89.62994 90.40773 assigned negative charge : -572.7421 centred at (gu) : 88.28546 89.68960 90.44135 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 7900 nv = 96 ne = 84 npr = 77300 no. pairs analyzed = 77300 no. exposed pairs = 4383 no. arc points = 30379 no. surface atoms = 1481 nbur = 2311 mkacc time = 0.1800000 writing accessible surface arcs data to file ARCDAT initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 314 mr = 4471 m= 1 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 3723 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3117 ## 383 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 10351 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.5834652E-09 3.3169587E-10 midg,1,midg; midg,igrid,midg 2.5013880E-09 -2.3061897E-10 1,midg,midg; igrid,midg,midg 4.8417328E-09 -7.1726797E-10 gauss-seidel spectral radius is 0.9842636 estimated iterations to convergence 66 setup time was (sec) 0.6600000 now iterating at: 00:13:39 rms-change max change #iterations 0.1042351 13.38950 at 10iterations 8.2506463E-03 1.174790 at 20iterations 7.3956529E-04 0.1141815 at 30iterations 1.1834456E-04 2.1606445E-02 at 40iterations 2.7728353E-05 5.3787231E-03 at 50iterations finished qdiffx linear iterations at : 00:13:41 total time elapsed so far: 3.310000 # loops : 50 mean,max change (kT/e) : 2.7728353E-05 5.3787231E-03 energy calculations done at 3.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.490000 DelPhi exited at 00:13:42 3.494u 0.123s 0:04.00 90.2% 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 Mon Oct 10 2011 at 00:13:42 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 = 3792 !!! WARNING: HIY 172 has a net charge of 0.2000 !!! WARNING: ZN1 1098 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= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.715001 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): 32.64100 94.91500 ymin,ymax (A): -2.142000 56.44400 zmin,zma (A): -32.67400 27.36800 x,y,z range (A): 62.27400 58.58600 60.04200 scale (grids/A): 1.715001 object centre (A): 63.77800 27.15100 -2.653000 number of atom coordinates read : 3792 total number of charged atoms : 3669 net assigned charge : 6.600053 assigned positive charge : 579.3400 centred at (gu) : 84.55578 88.88887 91.22182 assigned negative charge : -572.7421 centred at (gu) : 84.85580 89.06809 91.32333 start vw surface at 0.1800000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 87965 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30379 grid for indexing accessible points = 1.400000 m= 27856 mr = 62743 m= 3061 mr = 20227 m= 84 mr = 1677 m= 0 mr = 16 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 1124 time to turn everything in is 0.6200000 number of dielectric boundary points 34303 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 327 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 28408 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.5716671 object centre at (A) : 63.77800 27.15100 -2.653000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.7851498E-02 -1.0921749E-02 midg,1,midg; midg,igrid,midg 2.1350110E-02 9.9605210E-03 1,midg,midg; igrid,midg,midg 2.6879201E-02 -7.2985026E-03 gauss-seidel spectral radius is 0.9984226 estimated iterations to convergence 200 setup time was (sec) 0.9100000 now iterating at: 00:13:43 rms-change max change #iterations 4.276260 167.5659 at 10iterations 1.889591 68.41203 at 20iterations 0.8361439 25.88568 at 30iterations 0.3719243 12.39998 at 40iterations 0.1639355 5.240909 at 50iterations 7.2839178E-02 2.244154 at 60iterations 3.2245163E-02 0.9064636 at 70iterations 1.4323553E-02 0.4535141 at 80iterations 6.3704764E-03 0.1960526 at 90iterations 2.8374945E-03 9.4215393E-02 at 100iterations 1.2641024E-03 4.3459892E-02 at 110iterations 5.6912797E-04 1.6975403E-02 at 120iterations finished qdiffx linear iterations at : 00:13:50 total time elapsed so far: 7.470000 # loops : 120 mean,max change (kT/e) : 5.6912797E-04 1.6975403E-02 energy calculations done at 7.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.660000 DelPhi exited at 00:13:50 7.663u 0.200s 0:08.12 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 Mon Oct 10 2011 at 00:13:50 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 = 3792 !!! WARNING: HIY 172 has a net charge of 0.2000 !!! WARNING: ZN1 1098 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.572502 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): 32.64100 94.91500 ymin,ymax (A): -2.142000 56.44400 zmin,zma (A): -32.67400 27.36800 x,y,z range (A): 62.27400 58.58600 60.04200 scale (grids/A): 2.572502 object centre (A): 63.77800 27.15100 -2.653000 number of atom coordinates read : 3792 total number of charged atoms : 3669 net assigned charge : 6.600053 assigned positive charge : 579.3400 centred at (gu) : 81.83347 88.33305 91.83242 assigned negative charge : -572.7421 centred at (gu) : 82.28348 88.60195 91.98481 start vw surface at 0.1900000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 204962 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30379 grid for indexing accessible points = 1.400000 m= 96754 mr = 152915 m= 28220 mr = 79082 m= 5099 mr = 22211 m= 455 mr = 3640 m= 9 mr = 246 m= 0 mr = 2 time to grow re-entrant surface = 0.8700000 no. cavity mid-points inaccessible to solvent = 3807 time to turn everything in is 1.530000 number of dielectric boundary points 77403 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 10 iepsmp to db, and charging done at 1.680000 number of grid points assigned charge 29337 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.715001 object centre at (A) : 63.77800 27.15100 -2.653000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.8208581 -0.2599556 midg,1,midg; midg,igrid,midg 0.3298942 0.1465517 1,midg,midg; igrid,midg,midg 3.3239514E-02 -0.1056683 gauss-seidel spectral radius is 0.9992133 estimated iterations to convergence 281 setup time was (sec) 1.850000 now iterating at: 00:13:52 rms-change max change #iterations 10.46621 331.0941 at 10iterations 5.981430 136.8517 at 20iterations 3.415202 65.36747 at 30iterations 1.940161 40.53251 at 40iterations 1.102686 23.50037 at 50iterations 0.6247235 12.31406 at 60iterations 0.3541947 6.196960 at 70iterations 0.1999950 3.485713 at 80iterations 0.1133490 2.185677 at 90iterations 6.4059183E-02 1.201532 at 100iterations 3.6251824E-02 0.6444961 at 110iterations 2.0437760E-02 0.3860130 at 120iterations 1.1570455E-02 0.2152300 at 130iterations 6.5562204E-03 0.1256380 at 140iterations 3.7018289E-03 6.8330884E-02 at 150iterations 2.0991215E-03 3.5685539E-02 at 160iterations 1.1931208E-03 2.2588730E-02 at 170iterations 6.7709270E-04 1.2083054E-02 at 180iterations finished qdiffx linear iterations at : 00:14:03 total time elapsed so far: 12.87000 # loops : 180 mean,max change (kT/e) : 6.7709270E-04 1.2083054E-02 energy calculations done at 12.87000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.06000 DelPhi exited at 00:14:04 13.065u 0.190s 0:13.58 97.5% 0+0k 0+0io 0pf+0w