Tue Oct 11 01:16:29 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 Tue Oct 11 2011 at 01:16:29 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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2714 !!! WARNING: GLM 262 has a net charge of -0.0940 !!! WARNING: ASP 298 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: 0.5636836 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): 6.881999 70.03800 ymin,ymax (A): -11.27900 43.70500 zmin,zma (A): -17.95000 25.12400 x,y,z range (A): 63.15600 54.98400 43.07400 scale (grids/A): 0.5636836 object centre (A): 38.46000 16.21300 3.587001 number of atom coordinates read : 2714 total number of charged atoms : 2567 net assigned charge : 6.406018 assigned positive charge : 411.8116 centred at (gu) : 92.45586 89.72535 90.06336 assigned negative charge : -405.4063 centred at (gu) : 92.27055 89.87571 89.91508 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 5549 nv = 96 ne = 84 npr = 54685 no. pairs analyzed = 54685 no. exposed pairs = 3248 no. arc points = 22708 no. surface atoms = 1103 nbur = 1611 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.540000 m= 226 mr = 3026 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4000000 number of dielectric boundary points 2736 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2290 ## 285 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 7196 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -9.9593012E-10 2.4177245E-09 midg,1,midg; midg,igrid,midg 2.5685745E-09 -9.6700903E-10 1,midg,midg; igrid,midg,midg -7.9097962E-10 5.0867506E-09 gauss-seidel spectral radius is 0.9837366 estimated iterations to convergence 64 setup time was (sec) 0.8900000 now iterating at: 01:16:30 rms-change max change #iterations 8.2998313E-02 13.38331 at 10iterations 6.9041424E-03 1.353664 at 20iterations 9.2649431E-04 0.2366219 at 30iterations 2.2515611E-04 6.2553406E-02 at 40iterations 6.0113762E-05 1.6868591E-02 at 50iterations finished qdiffx linear iterations at : 01:16:37 total time elapsed so far: 7.940000 # loops : 50 mean,max change (kT/e) : 6.0113762E-05 1.6868591E-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.180000 DelPhi exited at 01:16:38 8.183u 0.689s 0:09.52 93.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 Tue Oct 11 2011 at 01:16: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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2714 !!! WARNING: GLM 262 has a net charge of -0.0940 !!! WARNING: ASP 298 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.691051 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): 6.881999 70.03800 ymin,ymax (A): -11.27900 43.70500 zmin,zma (A): -17.95000 25.12400 x,y,z range (A): 63.15600 54.98400 43.07400 scale (grids/A): 1.691051 object centre (A): 38.46000 16.21300 3.587001 number of atom coordinates read : 2714 total number of charged atoms : 2567 net assigned charge : 6.406018 assigned positive charge : 411.8116 centred at (gu) : 97.36723 89.17537 90.18939 assigned negative charge : -405.4063 centred at (gu) : 96.81129 89.62703 89.74508 start vw surface at 0.1600000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 61703 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22708 grid for indexing accessible points = 1.400000 m= 19207 mr = 42871 m= 2211 mr = 13774 m= 61 mr = 1254 m= 0 mr = 8 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 137 time to turn everything in is 0.6700000 number of dielectric boundary points 25275 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 249 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.8600000 number of grid points assigned charge 19831 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.5636836 object centre at (A) : 38.46000 16.21300 3.587001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.4751743E-03 1.5863005E-02 midg,1,midg; midg,igrid,midg 1.7178703E-02 -1.3388493E-02 1,midg,midg; igrid,midg,midg 9.8487074E-03 4.1878088E-03 gauss-seidel spectral radius is 0.9982737 estimated iterations to convergence 191 setup time was (sec) 1.160000 now iterating at: 01:16:40 rms-change max change #iterations 3.408555 147.2243 at 10iterations 1.443226 55.95920 at 20iterations 0.6154833 22.30194 at 30iterations 0.2632718 9.582685 at 40iterations 0.1123499 4.068974 at 50iterations 4.7978323E-02 1.871433 at 60iterations 2.0503974E-02 0.7635422 at 70iterations 8.8792173E-03 0.3130548 at 80iterations 3.8743520E-03 0.1659088 at 90iterations 1.7438009E-03 7.5119019E-02 at 100iterations 8.2366564E-04 3.6407471E-02 at 110iterations 4.0842069E-04 2.0824432E-02 at 120iterations finished qdiffx linear iterations at : 01:16:58 total time elapsed so far: 19.12000 # loops : 120 mean,max change (kT/e) : 4.0842069E-04 2.0824432E-02 energy calculations done at 19.12000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.34000 DelPhi exited at 01:16:59 19.347u 0.803s 0:20.71 97.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 Tue Oct 11 2011 at 01:16:59 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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2714 !!! WARNING: GLM 262 has a net charge of -0.0940 !!! WARNING: ASP 298 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.536576 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): 6.881999 70.03800 ymin,ymax (A): -11.27900 43.70500 zmin,zma (A): -17.95000 25.12400 x,y,z range (A): 63.15600 54.98400 43.07400 scale (grids/A): 2.536576 object centre (A): 38.46000 16.21300 3.587001 number of atom coordinates read : 2714 total number of charged atoms : 2567 net assigned charge : 6.406018 assigned positive charge : 411.8116 centred at (gu) : 101.0509 88.76288 90.28410 assigned negative charge : -405.4063 centred at (gu) : 100.2169 89.44033 89.61752 start vw surface at 0.1600000 fill in re-entrant regions at 0.5700000 boundary points on vw surface= 143763 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22708 grid for indexing accessible points = 1.400000 m= 66585 mr = 104898 m= 19751 mr = 53851 m= 3555 mr = 15436 m= 268 mr = 2610 m= 3 mr = 127 m= 0 mr = 0 time to grow re-entrant surface = 1.010000 no. cavity mid-points inaccessible to solvent = 507 time to turn everything in is 1.740000 number of dielectric boundary points 57003 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 11 iepsmp to db, and charging done at 1.980000 number of grid points assigned charge 20520 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.691051 object centre at (A) : 38.46000 16.21300 3.587001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.6843997E-02 0.1970808 midg,1,midg; midg,igrid,midg 0.2150488 -0.2687980 1,midg,midg; igrid,midg,midg 0.3002349 -6.8565056E-02 gauss-seidel spectral radius is 0.9991534 estimated iterations to convergence 271 setup time was (sec) 2.320000 now iterating at: 01:17:02 rms-change max change #iterations 8.465592 249.6489 at 10iterations 4.692650 113.2523 at 20iterations 2.604005 55.77763 at 30iterations 1.446635 31.30292 at 40iterations 0.7993217 16.65642 at 50iterations 0.4416327 8.913826 at 60iterations 0.2440453 5.340820 at 70iterations 0.1347256 2.889351 at 80iterations 7.4381091E-02 1.528824 at 90iterations 4.1056734E-02 0.8650589 at 100iterations 2.2707282E-02 0.4563370 at 110iterations 1.2602609E-02 0.2761698 at 120iterations 7.0201089E-03 0.1372235 at 130iterations 3.9282530E-03 8.1789017E-02 at 140iterations 2.2383186E-03 5.1712036E-02 at 150iterations 1.3023190E-03 3.0197144E-02 at 160iterations 7.8372593E-04 2.1533966E-02 at 170iterations 4.9100444E-04 1.4526367E-02 at 180iterations finished qdiffx linear iterations at : 01:17:28 total time elapsed so far: 27.76000 # loops : 180 mean,max change (kT/e) : 4.9100444E-04 1.4526367E-02 energy calculations done at 27.76000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 27.98000 DelPhi exited at 01:17:29 27.987u 0.824s 0:29.40 97.9% 0+0k 0+0io 0pf+0w