Sun Oct 9 08:39:37 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 Sun Oct 9 2011 at 08:39:37 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5941 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.4651345 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): 3.860000 80.39700 ymin,ymax (A): 17.32500 84.10600 zmin,zma (A): 6.420000 70.50900 x,y,z range (A): 76.53699 66.78100 64.08900 scale (grids/A): 0.4651345 object centre (A): 42.12850 50.71550 38.46450 number of atom coordinates read : 5941 total number of charged atoms : 5771 net assigned charge : -3.999985 assigned positive charge : 891.8689 centred at (gu) : 89.47085 89.96243 89.70819 assigned negative charge : -895.8768 centred at (gu) : 89.36967 89.93591 89.64852 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 7924 nv = 96 ne = 84 npr = 119343 no. pairs analyzed = 119343 no. exposed pairs = 7390 no. arc points = 51746 no. surface atoms = 2468 nbur = 3473 mkacc time = 0.2000000 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.820000 m= 239 mr = 3986 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 12 time to turn everything in is 0.3800000 number of dielectric boundary points 4175 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4699 ## 846 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 10776 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.1593679E-11 1.5586341E-11 midg,1,midg; midg,igrid,midg -1.6262498E-11 4.3150470E-12 1,midg,midg; igrid,midg,midg -5.2984356E-11 2.7945530E-11 gauss-seidel spectral radius is 0.9764717 estimated iterations to convergence 54 setup time was (sec) 0.5800000 now iterating at: 08:39:38 rms-change max change #iterations 4.5813568E-02 7.927551 at 10iterations 2.1063383E-03 0.3433328 at 20iterations 1.9553577E-04 4.8509598E-02 at 30iterations 4.3932090E-05 1.0789871E-02 at 40iterations 1.2019085E-05 2.6855469E-03 at 50iterations finished qdiffx linear iterations at : 08:39:41 total time elapsed so far: 3.610000 # loops : 50 mean,max change (kT/e) : 1.2019085E-05 2.6855469E-03 energy calculations done at 3.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.750000 DelPhi exited at 08:39:41 3.751u 0.189s 0:04.25 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 Sun Oct 9 2011 at 08:39:41 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5941 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: 1.395404 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): 3.860000 80.39700 ymin,ymax (A): 17.32500 84.10600 zmin,zma (A): 6.420000 70.50900 x,y,z range (A): 76.53699 66.78100 64.08900 scale (grids/A): 1.395404 object centre (A): 42.12850 50.71550 38.46450 number of atom coordinates read : 5941 total number of charged atoms : 5771 net assigned charge : -3.999985 assigned positive charge : 891.8689 centred at (gu) : 88.41027 89.88586 89.12305 assigned negative charge : -895.8768 centred at (gu) : 88.10877 89.80787 88.94528 start vw surface at 0.1500000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 92015 reading accessible surface arcs data from file ARCDAT no. of arc points read = 51746 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.708000 m= 22717 mr = 62622 m= 1340 mr = 14146 m= 15 mr = 380 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 1140 time to turn everything in is 0.4600000 number of dielectric boundary points 38939 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 903 ## 19 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 41701 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.4651345 object centre at (A) : 42.12850 50.71550 38.46450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.0203389E-03 2.5193335E-03 midg,1,midg; midg,igrid,midg -5.3328658E-03 -4.1323518E-03 1,midg,midg; igrid,midg,midg -9.7062141E-03 1.0109751E-02 gauss-seidel spectral radius is 0.9977830 estimated iterations to convergence 169 setup time was (sec) 0.6900000 now iterating at: 08:39:42 rms-change max change #iterations 3.420961 141.2545 at 10iterations 1.299515 51.44446 at 20iterations 0.4971598 16.08428 at 30iterations 0.1891873 6.635643 at 40iterations 7.2232701E-02 2.398432 at 50iterations 2.7576871E-02 0.8600864 at 60iterations 1.0552201E-02 0.4005632 at 70iterations 4.0561859E-03 0.1374664 at 80iterations 1.5799266E-03 5.5259466E-02 at 90iterations 6.2982703E-04 2.1891952E-02 at 100iterations 2.6655869E-04 9.8295212E-03 at 110iterations 1.2456086E-04 4.9419403E-03 at 120iterations finished qdiffx linear iterations at : 08:39:50 total time elapsed so far: 8.230000 # loops : 120 mean,max change (kT/e) : 1.2456086E-04 4.9419403E-03 energy calculations done at 8.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.360000 DelPhi exited at 08:39:50 8.358u 0.230s 0:08.89 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 Sun Oct 9 2011 at 08:39: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5941 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.093105 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): 3.860000 80.39700 ymin,ymax (A): 17.32500 84.10600 zmin,zma (A): 6.420000 70.50900 x,y,z range (A): 76.53699 66.78100 64.08900 scale (grids/A): 2.093105 object centre (A): 42.12850 50.71550 38.46450 number of atom coordinates read : 5941 total number of charged atoms : 5771 net assigned charge : -3.999985 assigned positive charge : 891.8689 centred at (gu) : 87.61492 89.82818 88.68409 assigned negative charge : -895.8768 centred at (gu) : 87.16318 89.71182 88.41799 start vw surface at 0.1400000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 215777 reading accessible surface arcs data from file ARCDAT no. of arc points read = 51746 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.708000 m= 87145 mr = 155571 m= 16933 mr = 65800 m= 1549 mr = 11212 m= 41 mr = 822 m= 0 mr = 0 time to grow re-entrant surface = 0.6200001 no. cavity mid-points inaccessible to solvent = 3904 time to turn everything in is 1.090000 number of dielectric boundary points 88040 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 219 iepsmp to db, and charging done at 1.190000 number of grid points assigned charge 45859 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.395404 object centre at (A) : 42.12850 50.71550 38.46450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1094904 1.7478423E-02 midg,1,midg; midg,igrid,midg -0.1419561 -5.9314717E-02 1,midg,midg; igrid,midg,midg -0.1504536 0.1990742 gauss-seidel spectral radius is 0.9990930 estimated iterations to convergence 262 setup time was (sec) 1.350000 now iterating at: 08:39:52 rms-change max change #iterations 9.902953 266.5750 at 10iterations 5.566519 139.4040 at 20iterations 3.105098 70.71803 at 30iterations 1.724611 39.93512 at 40iterations 0.9538184 21.06494 at 50iterations 0.5254343 11.31993 at 60iterations 0.2892180 6.217155 at 70iterations 0.1588743 3.794548 at 80iterations 8.7003544E-02 1.691128 at 90iterations 4.7577985E-02 0.9507484 at 100iterations 2.5962729E-02 0.5452156 at 110iterations 1.4172583E-02 0.3001842 at 120iterations 7.7322382E-03 0.1440277 at 130iterations 4.2177220E-03 7.9267502E-02 at 140iterations 2.2980820E-03 4.5139074E-02 at 150iterations 1.2519080E-03 2.4085999E-02 at 160iterations 6.8068842E-04 1.3859749E-02 at 170iterations 3.7220930E-04 6.9503784E-03 at 180iterations finished qdiffx linear iterations at : 08:40:04 total time elapsed so far: 13.69000 # loops : 180 mean,max change (kT/e) : 3.7220930E-04 6.9503784E-03 energy calculations done at 13.69000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.81000 DelPhi exited at 08:40:04 13.816u 0.248s 0:14.36 97.8% 0+0k 0+0io 0pf+0w