Sat Oct 8 16:40:22 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 8 2011 at 16:40:22 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 = 4556 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.5456691 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): 21.41700 79.64900 ymin,ymax (A): 119.0690 184.3100 zmin,zma (A): -2.111000 59.77300 x,y,z range (A): 58.23200 65.24100 61.88400 scale (grids/A): 0.5456691 object centre (A): 50.53300 151.6895 28.83100 number of atom coordinates read : 4556 total number of charged atoms : 4386 net assigned charge : 5.000041 assigned positive charge : 696.1816 centred at (gu) : 90.62360 89.44522 87.43059 assigned negative charge : -691.1846 centred at (gu) : 90.62193 89.39671 87.47471 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 8707 nv = 96 ne = 84 npr = 92033 no. pairs analyzed = 92033 no. exposed pairs = 5669 no. arc points = 38789 no. surface atoms = 1879 nbur = 2677 mkacc time = 0.2100000 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= 408 mr = 4648 m= 0 mr = 19 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 18 time to turn everything in is 0.4500000 number of dielectric boundary points 4448 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3954 ## 513 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 11567 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.4083673E-09 -7.6644413E-11 midg,1,midg; midg,igrid,midg -2.3141436E-10 6.8289219E-10 1,midg,midg; igrid,midg,midg 2.3961594E-10 3.6245537E-10 gauss-seidel spectral radius is 0.9828002 estimated iterations to convergence 63 setup time was (sec) 0.7100000 now iterating at: 16:40:23 rms-change max change #iterations 9.0605170E-02 14.24047 at 10iterations 7.5382972E-03 1.121506 at 20iterations 2.1997674E-03 0.3697319 at 30iterations 1.1099789E-03 0.1868744 at 40iterations 5.6744326E-04 9.5005035E-02 at 50iterations finished qdiffx linear iterations at : 16:40:27 total time elapsed so far: 4.180000 # loops : 50 mean,max change (kT/e) : 5.6744326E-04 9.5005035E-02 energy calculations done at 4.180000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.350000 DelPhi exited at 16:40:27 4.354u 0.244s 0:04.90 93.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 16:40:27 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 = 4556 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.637007 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): 21.41700 79.64900 ymin,ymax (A): 119.0690 184.3100 zmin,zma (A): -2.111000 59.77300 x,y,z range (A): 58.23200 65.24100 61.88400 scale (grids/A): 1.637007 object centre (A): 50.53300 151.6895 28.83100 number of atom coordinates read : 4556 total number of charged atoms : 4386 net assigned charge : 5.000041 assigned positive charge : 696.1816 centred at (gu) : 91.86977 88.33430 82.29071 assigned negative charge : -691.1846 centred at (gu) : 91.86560 88.18975 82.42376 start vw surface at 0.1900000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 97582 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38789 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 31694 mr = 68269 m= 3680 mr = 21776 m= 135 mr = 1917 m= 0 mr = 18 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 645 time to turn everything in is 0.7300000 number of dielectric boundary points 41111 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 483 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 33625 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.5456691 object centre at (A) : 50.53300 151.6895 28.83100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.2286987E-03 1.0022948E-02 midg,1,midg; midg,igrid,midg 1.6006196E-02 3.3673771E-02 1,midg,midg; igrid,midg,midg -1.3462511E-02 -1.1575699E-02 gauss-seidel spectral radius is 0.9983490 estimated iterations to convergence 195 setup time was (sec) 1.050000 now iterating at: 16:40:28 rms-change max change #iterations 4.302217 179.2400 at 10iterations 1.862398 67.86845 at 20iterations 0.8063161 25.76668 at 30iterations 0.3520750 10.63728 at 40iterations 0.1531326 4.729935 at 50iterations 6.7023195E-02 1.942250 at 60iterations 2.9484950E-02 1.009152 at 70iterations 1.3305487E-02 0.4134650 at 80iterations 6.4600138E-03 0.2309780 at 90iterations 3.5768172E-03 0.1239853 at 100iterations 2.3345733E-03 8.1779480E-02 at 110iterations 1.7069059E-03 5.8454514E-02 at 120iterations finished qdiffx linear iterations at : 16:40:37 total time elapsed so far: 9.730000 # loops : 120 mean,max change (kT/e) : 1.7069059E-03 5.8454514E-02 energy calculations done at 9.730000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.910000 DelPhi exited at 16:40:38 9.913u 0.264s 0:10.52 96.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 16:40: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 = 4556 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.455511 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): 21.41700 79.64900 ymin,ymax (A): 119.0690 184.3100 zmin,zma (A): -2.111000 59.77300 x,y,z range (A): 58.23200 65.24100 61.88400 scale (grids/A): 2.455511 object centre (A): 50.53300 151.6895 28.83100 number of atom coordinates read : 4556 total number of charged atoms : 4386 net assigned charge : 5.000041 assigned positive charge : 696.1816 centred at (gu) : 92.80418 87.50108 78.43592 assigned negative charge : -691.1846 centred at (gu) : 92.79830 87.28465 78.63553 start vw surface at 0.1800000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 227283 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38789 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 108970 mr = 167583 m= 32668 mr = 86365 m= 5978 mr = 24390 m= 497 mr = 4025 m= 12 mr = 244 m= 0 mr = 0 time to grow re-entrant surface = 1.110000 no. cavity mid-points inaccessible to solvent = 2311 time to turn everything in is 1.800000 number of dielectric boundary points 92801 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 47 iepsmp to db, and charging done at 1.960000 number of grid points assigned charge 35053 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.637007 object centre at (A) : 50.53300 151.6895 28.83100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.6710085E-03 0.2185827 midg,1,midg; midg,igrid,midg 0.2200451 0.6109425 1,midg,midg; igrid,midg,midg -0.2160212 -0.2137378 gauss-seidel spectral radius is 0.9992239 estimated iterations to convergence 283 setup time was (sec) 2.160000 now iterating at: 16:40:40 rms-change max change #iterations 11.10429 275.8385 at 10iterations 6.486052 136.5017 at 20iterations 3.756304 78.12724 at 30iterations 2.168721 46.95414 at 40iterations 1.248457 26.30462 at 50iterations 0.7156386 12.79731 at 60iterations 0.4102300 7.245479 at 70iterations 0.2341550 4.117071 at 80iterations 0.1336413 2.796001 at 90iterations 7.6362476E-02 1.304239 at 100iterations 4.3570671E-02 0.7958374 at 110iterations 2.5017446E-02 0.4462128 at 120iterations 1.4466138E-02 0.2666283 at 130iterations 8.4964056E-03 0.1808491 at 140iterations 5.1953043E-03 0.1002998 at 150iterations 3.3737996E-03 7.8878403E-02 at 160iterations 2.3744521E-03 5.1750183E-02 at 170iterations 1.8102492E-03 3.8026810E-02 at 180iterations finished qdiffx linear iterations at : 16:40:54 total time elapsed so far: 16.30000 # loops : 180 mean,max change (kT/e) : 1.8102492E-03 3.8026810E-02 energy calculations done at 16.30000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.47000 DelPhi exited at 16:40:55 16.472u 0.307s 0:17.07 98.2% 0+0k 0+0io 0pf+0w