Sat Oct 8 14:33: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:33: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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2987 !!! 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.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6411295 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): -11.49800 42.43500 ymin,ymax (A): -22.17400 22.64400 zmin,zma (A): -7.213000 48.31400 x,y,z range (A): 53.93300 44.81800 55.52700 scale (grids/A): 0.6411295 object centre (A): 15.46850 0.2349997 20.55050 number of atom coordinates read : 2987 total number of charged atoms : 2842 net assigned charge : 3.014006 assigned positive charge : 451.8447 centred at (gu) : 89.03579 89.48408 91.50817 assigned negative charge : -448.8315 centred at (gu) : 88.98035 89.31137 91.44958 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 8078 nv = 96 ne = 84 npr = 62630 no. pairs analyzed = 62630 no. exposed pairs = 3460 no. arc points = 23996 no. surface atoms = 1165 nbur = 1822 mkacc time = 0.1700000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 411 mr = 4646 m= 1 mr = 52 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.3600000 number of dielectric boundary points 3792 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2422 ## 230 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 9931 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.5005500E-09 1.7578129E-08 midg,1,midg; midg,igrid,midg -2.2160410E-08 2.5165726E-08 1,midg,midg; igrid,midg,midg -3.8968873E-09 9.9947819E-09 gauss-seidel spectral radius is 0.9874226 estimated iterations to convergence 73 setup time was (sec) 0.6500000 now iterating at: 14:33:07 rms-change max change #iterations 0.1580524 21.61189 at 10iterations 1.6094748E-02 2.504913 at 20iterations 1.6343024E-03 0.2187462 at 30iterations 1.8246561E-04 2.4190903E-02 at 40iterations 2.2986387E-05 3.0803680E-03 at 50iterations finished qdiffx linear iterations at : 14:33:11 total time elapsed so far: 4.360000 # loops : 50 mean,max change (kT/e) : 2.2986387E-05 3.0803680E-03 energy calculations done at 4.360000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.520000 DelPhi exited at 14:33:11 4.523u 0.396s 0:05.19 94.6% 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:33: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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2987 !!! 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.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.923388 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): -11.49800 42.43500 ymin,ymax (A): -22.17400 22.64400 zmin,zma (A): -7.213000 48.31400 x,y,z range (A): 53.93300 44.81800 55.52700 scale (grids/A): 1.923388 object centre (A): 15.46850 0.2349997 20.55050 number of atom coordinates read : 2987 total number of charged atoms : 2842 net assigned charge : 3.014006 assigned positive charge : 451.8447 centred at (gu) : 87.10690 88.45167 94.52391 assigned negative charge : -448.8315 centred at (gu) : 86.94081 87.93382 94.34861 start vw surface at 0.1300000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 87959 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23996 grid for indexing accessible points = 1.400000 m= 31928 mr = 63045 m= 4838 mr = 24035 m= 275 mr = 2918 m= 5 mr = 92 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 812 time to turn everything in is 0.7000000 number of dielectric boundary points 34915 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 154 iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 22384 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.6411295 object centre at (A) : 15.46850 0.2349997 20.55050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3792488E-02 2.8775524E-02 midg,1,midg; midg,igrid,midg -6.5774685E-03 3.1296175E-02 1,midg,midg; igrid,midg,midg -3.8010899E-02 1.5748559E-02 gauss-seidel spectral radius is 0.9986915 estimated iterations to convergence 219 setup time was (sec) 1.000000 now iterating at: 14:33:12 rms-change max change #iterations 4.725993 212.1402 at 10iterations 2.264544 70.21588 at 20iterations 1.076633 32.63970 at 30iterations 0.5129831 15.04564 at 40iterations 0.2446019 7.049619 at 50iterations 0.1162772 3.404835 at 60iterations 5.5618882E-02 1.577564 at 70iterations 2.6467724E-02 0.7932625 at 80iterations 1.2647871E-02 0.3940105 at 90iterations 6.0382625E-03 0.1899834 at 100iterations 2.8693259E-03 8.8304520E-02 at 110iterations 1.3764576E-03 4.3032646E-02 at 120iterations finished qdiffx linear iterations at : 14:33:22 total time elapsed so far: 10.70000 # loops : 120 mean,max change (kT/e) : 1.3764576E-03 4.3032646E-02 energy calculations done at 10.70000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.88000 DelPhi exited at 14:33:23 10.885u 0.428s 0:11.67 96.8% 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:33:23 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: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2987 !!! 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.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.885083 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): -11.49800 42.43500 ymin,ymax (A): -22.17400 22.64400 zmin,zma (A): -7.213000 48.31400 x,y,z range (A): 53.93300 44.81800 55.52700 scale (grids/A): 2.885083 object centre (A): 15.46850 0.2349997 20.55050 number of atom coordinates read : 2987 total number of charged atoms : 2842 net assigned charge : 3.014006 assigned positive charge : 451.8447 centred at (gu) : 85.66016 87.67744 96.78572 assigned negative charge : -448.8315 centred at (gu) : 85.41122 86.90067 96.52287 start vw surface at 0.1300000 fill in re-entrant regions at 0.6000000 boundary points on vw surface= 203557 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23996 grid for indexing accessible points = 1.400000 m= 104399 mr = 152413 m= 37021 mr = 86774 m= 8554 mr = 29816 m= 1154 mr = 6277 m= 66 mr = 742 m= 0 mr = 18 time to grow re-entrant surface = 1.120000 no. cavity mid-points inaccessible to solvent = 2728 time to turn everything in is 1.850000 number of dielectric boundary points 78711 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.980000 number of grid points assigned charge 22736 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.923388 object centre at (A) : 15.46850 0.2349997 20.55050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3782142E-02 0.3128532 midg,1,midg; midg,igrid,midg -3.6548529E-02 0.3369883 1,midg,midg; igrid,midg,midg -0.5268971 0.2078320 gauss-seidel spectral radius is 0.9992778 estimated iterations to convergence 294 setup time was (sec) 2.180000 now iterating at: 14:33:25 rms-change max change #iterations 10.94432 359.0267 at 10iterations 6.426787 131.1541 at 20iterations 3.744327 71.84310 at 30iterations 2.183033 44.11908 at 40iterations 1.268128 24.09938 at 50iterations 0.7374918 13.19197 at 60iterations 0.4278640 8.014510 at 70iterations 0.2474847 4.128983 at 80iterations 0.1431506 2.446669 at 90iterations 8.3041243E-02 1.379440 at 100iterations 4.8175003E-02 0.8412678 at 110iterations 2.7861731E-02 0.4650841 at 120iterations 1.6124059E-02 0.2496109 at 130iterations 9.3700672E-03 0.1725540 at 140iterations 5.4257237E-03 8.8027954E-02 at 150iterations 3.1469106E-03 5.1727772E-02 at 160iterations 1.8302476E-03 2.9633760E-02 at 170iterations 1.0695884E-03 1.9479752E-02 at 180iterations finished qdiffx linear iterations at : 14:33:42 total time elapsed so far: 18.97000 # loops : 180 mean,max change (kT/e) : 1.0695884E-03 1.9479752E-02 energy calculations done at 18.97000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.13000 DelPhi exited at 14:33:43 19.134u 0.462s 0:19.87 98.5% 0+0k 0+0io 0pf+0w