Mon Oct 10 17:14:25 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 17:14:25 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 = 2858 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.5443009 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.868000 40.41100 ymin,ymax (A): -9.372000 42.00800 zmin,zma (A): -3.315000 62.09000 x,y,z range (A): 47.27900 51.38000 65.40500 scale (grids/A): 0.5443009 object centre (A): 16.77150 16.31800 29.38750 number of atom coordinates read : 2858 total number of charged atoms : 2716 net assigned charge : 1.000033 assigned positive charge : 421.9874 centred at (gu) : 90.24224 89.49052 89.58894 assigned negative charge : -420.9885 centred at (gu) : 90.17690 89.43752 89.64162 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5532 nv = 96 ne = 84 npr = 56995 no. pairs analyzed = 56995 no. exposed pairs = 3755 no. arc points = 26583 no. surface atoms = 1264 nbur = 1594 mkacc time = 9.9999994E-02 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.568000 m= 222 mr = 2772 m= 2 mr = 12 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.2000000 number of dielectric boundary points 2972 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2623 ## 313 charges are in solution ## iepsmp to db, and charging done at 0.2600000 number of grid points assigned charge 7192 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.0716935E-10 -2.3020412E-10 midg,1,midg; midg,igrid,midg -2.9344646E-10 3.2495662E-10 1,midg,midg; igrid,midg,midg -3.1175670E-10 4.6861032E-10 gauss-seidel spectral radius is 0.9825937 estimated iterations to convergence 62 setup time was (sec) 0.3900000 now iterating at: 17:14:26 rms-change max change #iterations 6.9259465E-02 11.68170 at 10iterations 4.5836642E-03 0.8501670 at 20iterations 3.2793163E-04 5.9825897E-02 at 30iterations 2.8494811E-05 5.9432983E-03 at 40iterations 3.5861178E-06 7.0762634E-04 at 50iterations finished qdiffx linear iterations at : 17:14:29 total time elapsed so far: 3.220000 # loops : 50 mean,max change (kT/e) : 3.5861178E-06 7.0762634E-04 energy calculations done at 3.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.360000 DelPhi exited at 17:14:29 3.367u 0.164s 0:03.96 88.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 Mon Oct 10 2011 at 17:14: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2858 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.632903 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.868000 40.41100 ymin,ymax (A): -9.372000 42.00800 zmin,zma (A): -3.315000 62.09000 x,y,z range (A): 47.27900 51.38000 65.40500 scale (grids/A): 1.632903 object centre (A): 16.77150 16.31800 29.38750 number of atom coordinates read : 2858 total number of charged atoms : 2716 net assigned charge : 1.000033 assigned positive charge : 421.9874 centred at (gu) : 90.72622 88.47078 88.76617 assigned negative charge : -420.9885 centred at (gu) : 90.53040 88.31252 88.92465 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 60781 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26583 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 18886 mr = 40108 m= 1967 mr = 12959 m= 58 mr = 963 m= 0 mr = 9 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 294 time to turn everything in is 0.3000000 number of dielectric boundary points 27653 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 232 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 20756 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.5443009 object centre at (A) : 16.77150 16.31800 29.38750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.4886156E-02 1.1292430E-02 midg,1,midg; midg,igrid,midg -9.8591717E-03 -1.9491185E-03 1,midg,midg; igrid,midg,midg -2.6770041E-03 1.7963538E-03 gauss-seidel spectral radius is 0.9981784 estimated iterations to convergence 186 setup time was (sec) 0.5200000 now iterating at: 17:14:30 rms-change max change #iterations 3.178366 185.4012 at 10iterations 1.317506 52.64352 at 20iterations 0.5491157 21.99395 at 30iterations 0.2276292 9.084725 at 40iterations 9.4706573E-02 3.413190 at 50iterations 3.9473046E-02 1.544283 at 60iterations 1.6373027E-02 0.5683975 at 70iterations 6.8247626E-03 0.2596207 at 80iterations 2.8439839E-03 0.1029663 at 90iterations 1.1854600E-03 4.3976784E-02 at 100iterations 4.9346429E-04 1.7466545E-02 at 110iterations 2.0622033E-04 7.9221725E-03 at 120iterations finished qdiffx linear iterations at : 17:14:37 total time elapsed so far: 7.590000 # loops : 120 mean,max change (kT/e) : 2.0622033E-04 7.9221725E-03 energy calculations done at 7.590000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.720000 DelPhi exited at 17:14:38 7.726u 0.193s 0:08.46 93.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 Mon Oct 10 2011 at 17:14: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2858 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.449354 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.868000 40.41100 ymin,ymax (A): -9.372000 42.00800 zmin,zma (A): -3.315000 62.09000 x,y,z range (A): 47.27900 51.38000 65.40500 scale (grids/A): 2.449354 object centre (A): 16.77150 16.31800 29.38750 number of atom coordinates read : 2858 total number of charged atoms : 2716 net assigned charge : 1.000033 assigned positive charge : 421.9874 centred at (gu) : 91.08923 87.70586 88.14909 assigned negative charge : -420.9885 centred at (gu) : 90.79550 87.46874 88.38695 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 141132 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26583 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 64597 mr = 98466 m= 18706 mr = 50618 m= 3029 mr = 14101 m= 169 mr = 1997 m= 2 mr = 64 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 1009 time to turn everything in is 0.7500000 number of dielectric boundary points 62389 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 17 iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 21704 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.632903 object centre at (A) : 16.77150 16.31800 29.38750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1447488 0.4387457 midg,1,midg; midg,igrid,midg -0.1033064 -5.8812745E-02 1,midg,midg; igrid,midg,midg -3.6090691E-02 1.9444890E-02 gauss-seidel spectral radius is 0.9991395 estimated iterations to convergence 269 setup time was (sec) 0.9800000 now iterating at: 17:14:39 rms-change max change #iterations 8.378371 346.1693 at 10iterations 4.729698 113.4209 at 20iterations 2.644837 66.80919 at 30iterations 1.473508 43.99860 at 40iterations 0.8199411 21.24075 at 50iterations 0.4531646 9.770194 at 60iterations 0.2508857 6.397812 at 70iterations 0.1384692 3.246420 at 80iterations 7.6271184E-02 1.532374 at 90iterations 4.1961659E-02 0.8978424 at 100iterations 2.3057714E-02 0.4915581 at 110iterations 1.2737389E-02 0.2622681 at 120iterations 6.9956994E-03 0.1606674 at 130iterations 3.8471653E-03 7.8548431E-02 at 140iterations 2.1167379E-03 4.4038773E-02 at 150iterations 1.1639725E-03 2.5931358E-02 at 160iterations 6.3833804E-04 1.4163017E-02 at 170iterations 3.5257620E-04 7.4815750E-03 at 180iterations finished qdiffx linear iterations at : 17:14:50 total time elapsed so far: 12.21000 # loops : 180 mean,max change (kT/e) : 3.5257620E-04 7.4815750E-03 energy calculations done at 12.21000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.35000 DelPhi exited at 17:14:51 12.350u 0.192s 0:13.09 95.7% 0+0k 0+0io 0pf+0w