Sat Oct 15 15:06:32 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 Sat Oct 15 2011 at 15:06:32 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: 276 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3130 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.6613659 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): -10.28800 37.41800 ymin,ymax (A): -27.31900 21.41500 zmin,zma (A): -8.315000 45.51300 x,y,z range (A): 47.70600 48.73400 53.82800 scale (grids/A): 0.6613659 object centre (A): 13.56500 -2.952001 18.59900 number of atom coordinates read : 3130 total number of charged atoms : 2721 net assigned charge : -1.837981 assigned positive charge : 432.6815 centred at (gu) : 89.49340 90.96748 91.31726 assigned negative charge : -434.5202 centred at (gu) : 89.23680 90.90131 91.22815 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 8520 nv = 96 ne = 84 npr = 58655 no. pairs analyzed = 58655 no. exposed pairs = 3456 no. arc points = 23827 no. surface atoms = 1170 nbur = 1960 mkacc time = 0.1000000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 523 mr = 4986 m= 4 mr = 95 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 3966 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2289 ## 217 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 9958 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.9344032E-08 2.0408921E-08 midg,1,midg; midg,igrid,midg -1.6444407E-08 1.2558748E-08 1,midg,midg; igrid,midg,midg -7.2593544E-08 4.6942112E-08 gauss-seidel spectral radius is 0.9881716 estimated iterations to convergence 75 setup time was (sec) 0.4200000 now iterating at: 15:06:33 rms-change max change #iterations 0.1816926 22.32893 at 10iterations 1.9775856E-02 2.498173 at 20iterations 2.1600132E-03 0.3425674 at 30iterations 2.4692412E-04 3.1574249E-02 at 40iterations 3.4101544E-05 5.1422119E-03 at 50iterations finished qdiffx linear iterations at : 15:06:36 total time elapsed so far: 3.410000 # loops : 50 mean,max change (kT/e) : 3.4101544E-05 5.1422119E-03 energy calculations done at 3.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.560000 DelPhi exited at 15:06:36 3.563u 0.191s 0:04.02 93.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 Sat Oct 15 2011 at 15:06:36 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: 276 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3130 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.984097 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): -10.28800 37.41800 ymin,ymax (A): -27.31900 21.41500 zmin,zma (A): -8.315000 45.51300 x,y,z range (A): 47.70600 48.73400 53.82800 scale (grids/A): 1.984097 object centre (A): 13.56500 -2.952001 18.59900 number of atom coordinates read : 3130 total number of charged atoms : 2721 net assigned charge : -1.837981 assigned positive charge : 432.6815 centred at (gu) : 88.47971 92.90213 93.95098 assigned negative charge : -434.5202 centred at (gu) : 87.71013 92.70360 93.68407 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 91082 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23827 grid for indexing accessible points = 1.400000 m= 36304 mr = 65416 m= 6450 mr = 27952 m= 456 mr = 4229 m= 7 mr = 162 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4600000 number of dielectric boundary points 36540 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 128 iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 21478 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.6613659 object centre at (A) : 13.56500 -2.952001 18.59900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.9756838E-02 5.6171673E-03 midg,1,midg; midg,igrid,midg -1.2187110E-02 1.1547033E-03 1,midg,midg; igrid,midg,midg -2.8008824E-02 6.0423911E-02 gauss-seidel spectral radius is 0.9987620 estimated iterations to convergence 225 setup time was (sec) 0.6900000 now iterating at: 15:06:37 rms-change max change #iterations 4.928117 203.2366 at 10iterations 2.409489 80.08203 at 20iterations 1.169420 33.71648 at 30iterations 0.5692117 16.68916 at 40iterations 0.2771691 8.707706 at 50iterations 0.1347370 3.782681 at 60iterations 6.5687820E-02 1.672297 at 70iterations 3.1933561E-02 0.9330063 at 80iterations 1.5542354E-02 0.4837494 at 90iterations 7.5471727E-03 0.2305183 at 100iterations 3.6731453E-03 9.8351955E-02 at 110iterations 1.7955104E-03 5.6783676E-02 at 120iterations finished qdiffx linear iterations at : 15:06:45 total time elapsed so far: 8.150000 # loops : 120 mean,max change (kT/e) : 1.7955104E-03 5.6783676E-02 energy calculations done at 8.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.280000 DelPhi exited at 15:06:45 8.284u 0.221s 0:08.77 96.9% 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 15 2011 at 15:06:45 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: 276 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3130 !!! WARNING: TYS 1 has a net charge of -0.3380 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.976146 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): -10.28800 37.41800 ymin,ymax (A): -27.31900 21.41500 zmin,zma (A): -8.315000 45.51300 x,y,z range (A): 47.70600 48.73400 53.82800 scale (grids/A): 2.976146 object centre (A): 13.56500 -2.952001 18.59900 number of atom coordinates read : 3130 total number of charged atoms : 2721 net assigned charge : -1.837981 assigned positive charge : 432.6815 centred at (gu) : 87.71934 94.35298 95.92640 assigned negative charge : -434.5202 centred at (gu) : 86.56501 94.05533 95.52616 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 210369 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23827 grid for indexing accessible points = 1.400000 m= 114215 mr = 157666 m= 45455 mr = 95773 m= 12070 mr = 37616 m= 1926 mr = 9274 m= 137 mr = 1302 m= 4 mr = 52 m= 0 mr = 0 time to grow re-entrant surface = 0.7200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.230000 number of dielectric boundary points 82493 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.330000 number of grid points assigned charge 21768 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.984097 object centre at (A) : 13.56500 -2.952001 18.59900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2571832 0.3245065 midg,1,midg; midg,igrid,midg -0.1424696 4.0446810E-02 1,midg,midg; igrid,midg,midg -0.1725997 0.5412529 gauss-seidel spectral radius is 0.9992894 estimated iterations to convergence 296 setup time was (sec) 1.490000 now iterating at: 15:06:47 rms-change max change #iterations 11.20203 404.9288 at 10iterations 6.613406 135.0222 at 20iterations 3.881332 86.25243 at 30iterations 2.278946 43.65524 at 40iterations 1.333802 25.37017 at 50iterations 0.7818569 14.09105 at 60iterations 0.4575981 7.481596 at 70iterations 0.2665738 4.360165 at 80iterations 0.1559848 2.807065 at 90iterations 9.0841651E-02 1.619097 at 100iterations 5.3072833E-02 0.9562492 at 110iterations 3.0920818E-02 0.5456085 at 120iterations 1.8027797E-02 0.3008862 at 130iterations 1.0530906E-02 0.1665154 at 140iterations 6.1516548E-03 0.1028099 at 150iterations 3.5946306E-03 5.4809570E-02 at 160iterations 2.1160664E-03 3.6598325E-02 at 170iterations 1.2469343E-03 2.0217896E-02 at 180iterations finished qdiffx linear iterations at : 15:06:59 total time elapsed so far: 13.82000 # loops : 180 mean,max change (kT/e) : 1.2469343E-03 2.0217896E-02 energy calculations done at 13.82000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.95000 DelPhi exited at 15:07:00 13.956u 0.253s 0:14.57 97.4% 0+0k 0+0io 0pf+0w