Tue Nov 22 14:18:34 PST 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 Nov 22 2011 at 14:18:39 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: 250 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5877109 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): -35.25200 10.11200 ymin,ymax (A): 0.9350001 40.93000 zmin,zma (A): -2.182000 58.39200 x,y,z range (A): 45.36400 39.99500 60.57400 scale (grids/A): 0.5877109 object centre (A): -12.57000 20.93250 28.10500 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 3.000004 assigned positive charge : 290.2260 centred at (gu) : 90.46989 89.70997 89.74942 assigned negative charge : -287.2262 centred at (gu) : 90.38354 89.82099 89.73461 start vw surface at 5.9999999E-02 fill in re-entrant regions at 5.9999999E-02 boundary points on vw surface= 4532 nv = 96 ne = 84 npr = 40349 no. pairs analyzed = 40349 no. exposed pairs = 2392 no. arc points = 17059 no. surface atoms = 807 nbur = 1157 mkacc time = 6.9999993E-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.456000 m= 200 mr = 2482 m= 0 mr = 18 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1400000 number of dielectric boundary points 2232 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1726 ## 205 charges are in solution ## iepsmp to db, and charging done at 0.2300000 number of grid points assigned charge 5626 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.0261834E-10 1.0517504E-09 midg,1,midg; midg,igrid,midg 3.0484801E-09 -1.1351659E-09 1,midg,midg; igrid,midg,midg -6.7240008E-10 2.6856097E-09 gauss-seidel spectral radius is 0.9849688 estimated iterations to convergence 67 setup time was (sec) 0.3900000 now iterating at: 14:18:42 rms-change max change #iterations 8.5329972E-02 14.45450 at 10iterations 6.9468594E-03 1.472759 at 20iterations 5.5408664E-04 9.7395897E-02 at 30iterations 4.3818094E-05 7.4195862E-03 at 40iterations 3.4796501E-06 6.4086914E-04 at 50iterations finished qdiffx linear iterations at : 14:18:53 total time elapsed so far: 3.760000 # loops : 50 mean,max change (kT/e) : 3.4796501E-06 6.4086914E-04 energy calculations done at 3.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.900000 DelPhi exited at 14:18:54 3.900u 0.260s 0:16.09 25.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 Tue Nov 22 2011 at 14:18:57 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: 250 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.763133 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): -35.25200 10.11200 ymin,ymax (A): 0.9350001 40.93000 zmin,zma (A): -2.182000 58.39200 x,y,z range (A): 45.36400 39.99500 60.57400 scale (grids/A): 1.763133 object centre (A): -12.57000 20.93250 28.10500 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 3.000004 assigned positive charge : 290.2260 centred at (gu) : 91.40974 89.12976 89.24831 assigned negative charge : -287.2262 centred at (gu) : 91.15089 89.46321 89.20406 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 49079 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17059 grid for indexing accessible points = 1.400000 m= 17146 mr = 33511 m= 2268 mr = 12943 m= 93 mr = 1380 m= 1 mr = 26 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.2700000 number of dielectric boundary points 20727 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 191 iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 14265 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.5877109 object centre at (A) : -12.57000 20.93250 28.10500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.3415970E-02 1.8973965E-02 midg,1,midg; midg,igrid,midg 3.1338038E-04 -6.3405461E-03 1,midg,midg; igrid,midg,midg -7.6775195E-04 3.7031822E-04 gauss-seidel spectral radius is 0.9983314 estimated iterations to convergence 194 setup time was (sec) 0.5300000 now iterating at: 14:19:01 rms-change max change #iterations 3.115116 170.9850 at 10iterations 1.342317 64.14644 at 20iterations 0.5823314 24.49950 at 30iterations 0.2511887 10.00099 at 40iterations 0.1088053 4.775811 at 50iterations 4.6858966E-02 1.928485 at 60iterations 2.0386232E-02 0.9015636 at 70iterations 8.7913759E-03 0.3303146 at 80iterations 3.7903250E-03 0.1676083 at 90iterations 1.6443905E-03 6.8376541E-02 at 100iterations 7.1087247E-04 2.7119637E-02 at 110iterations 3.0684879E-04 1.2432098E-02 at 120iterations finished qdiffx linear iterations at : 14:19:26 total time elapsed so far: 8.770000 # loops : 120 mean,max change (kT/e) : 3.0684879E-04 1.2432098E-02 energy calculations done at 8.770000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.910000 DelPhi exited at 14:19:28 8.908u 0.260s 0:31.84 28.7% 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 Nov 22 2011 at 14:19:30 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: 250 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.644699 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): -35.25200 10.11200 ymin,ymax (A): 0.9350001 40.93000 zmin,zma (A): -2.182000 58.39200 x,y,z range (A): 45.36400 39.99500 60.57400 scale (grids/A): 2.644699 object centre (A): -12.57000 20.93250 28.10500 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 3.000004 assigned positive charge : 290.2260 centred at (gu) : 92.11461 88.69450 88.87237 assigned negative charge : -287.2262 centred at (gu) : 91.72631 89.19489 88.80606 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 113501 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17059 grid for indexing accessible points = 1.400000 m= 56577 mr = 81148 m= 19256 mr = 46828 m= 3802 mr = 15713 m= 408 mr = 2848 m= 11 mr = 279 m= 0 mr = 0 time to grow re-entrant surface = 0.3600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6600000 number of dielectric boundary points 46739 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 0.7600000 number of grid points assigned charge 14651 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.763133 object centre at (A) : -12.57000 20.93250 28.10500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2456933 0.1141308 midg,1,midg; midg,igrid,midg -2.3451235E-02 -9.2664510E-02 1,midg,midg; igrid,midg,midg -2.7458003E-02 -3.6828857E-02 gauss-seidel spectral radius is 0.9991499 estimated iterations to convergence 271 setup time was (sec) 0.9400000 now iterating at: 14:19:36 rms-change max change #iterations 7.466508 237.2654 at 10iterations 4.115835 116.0792 at 20iterations 2.288601 54.69104 at 30iterations 1.257442 28.10643 at 40iterations 0.6928436 16.53021 at 50iterations 0.3803738 8.672623 at 60iterations 0.2093803 4.621445 at 70iterations 0.1150589 2.712624 at 80iterations 6.3434549E-02 1.591269 at 90iterations 3.4766916E-02 0.7736161 at 100iterations 1.9180758E-02 0.4186859 at 110iterations 1.0552256E-02 0.2369461 at 120iterations 5.7966020E-03 0.1364675 at 130iterations 3.1964849E-03 7.3781967E-02 at 140iterations 1.7547262E-03 3.8957596E-02 at 150iterations 9.6665579E-04 2.4516582E-02 at 160iterations 5.3351285E-04 1.2289047E-02 at 170iterations 2.9364487E-04 6.1855316E-03 at 180iterations finished qdiffx linear iterations at : 14:20:16 total time elapsed so far: 14.28000 # loops : 180 mean,max change (kT/e) : 2.9364487E-04 6.1855316E-03 energy calculations done at 14.28000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.41000 DelPhi exited at 14:20:18 14.408u 0.293s 0:48.01 30.5% 0+0k 0+0io 0pf+0w