Mon Oct 10 19:33:44 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+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 Mon Oct 10 2011 at 19:33:44 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: 297 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3184 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: HIR 148 has a net charge of 0.5140 !!! WARNING: GLN 355 has a net charge of -0.2720 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.5981283 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): -25.70600 32.40000 ymin,ymax (A): -11.58100 43.77600 zmin,zma (A): 7.323000 66.84200 x,y,z range (A): 58.10600 55.35700 59.51900 scale (grids/A): 0.5981283 object centre (A): 3.347001 16.09750 37.08250 number of atom coordinates read : 3184 total number of charged atoms : 3041 net assigned charge : -5.243956 assigned positive charge : 481.3255 centred at (gu) : 90.31499 89.41703 91.02519 assigned negative charge : -486.5709 centred at (gu) : 90.38451 89.26321 91.12321 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 7598 nv = 96 ne = 84 npr = 63097 no. pairs analyzed = 63097 no. exposed pairs = 4279 no. arc points = 29847 no. surface atoms = 1439 nbur = 1745 mkacc time = 0.1100000 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= 353 mr = 3881 m= 1 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 20 time to turn everything in is 0.2300000 number of dielectric boundary points 4050 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3009 ## 321 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 9490 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.6989016E-09 -7.9354283E-09 midg,1,midg; midg,igrid,midg -1.0003137E-08 3.9313615E-09 1,midg,midg; igrid,midg,midg 8.9664104E-10 -5.3922888E-09 gauss-seidel spectral radius is 0.9855919 estimated iterations to convergence 68 setup time was (sec) 0.4100000 now iterating at: 19:33:44 rms-change max change #iterations 0.1193386 16.56242 at 10iterations 1.0049740E-02 1.518341 at 20iterations 8.4505783E-04 0.1123452 at 30iterations 7.2242925E-05 1.0112762E-02 at 40iterations 6.8354143E-06 1.0690689E-03 at 50iterations finished qdiffx linear iterations at : 19:33:47 total time elapsed so far: 3.260000 # loops : 50 mean,max change (kT/e) : 6.8354143E-06 1.0690689E-03 energy calculations done at 3.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.390000 DelPhi exited at 19:33:48 3.394u 0.175s 0:03.92 90.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 19:33:48 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: 297 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3184 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: HIR 148 has a net charge of 0.5140 !!! WARNING: GLN 355 has a net charge of -0.2720 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.794385 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): -25.70600 32.40000 ymin,ymax (A): -11.58100 43.77600 zmin,zma (A): 7.323000 66.84200 x,y,z range (A): 58.10600 55.35700 59.51900 scale (grids/A): 1.794385 object centre (A): 3.347001 16.09750 37.08250 number of atom coordinates read : 3184 total number of charged atoms : 3041 net assigned charge : -5.243956 assigned positive charge : 481.3255 centred at (gu) : 90.94408 88.25039 93.07450 assigned negative charge : -486.5709 centred at (gu) : 91.15302 87.78886 93.36919 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 82850 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29847 grid for indexing accessible points = 1.400000 m= 27673 mr = 55616 m= 3650 mr = 19154 m= 154 mr = 1920 m= 1 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 668 time to turn everything in is 0.4000000 number of dielectric boundary points 37603 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 288 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 23760 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.5981283 object centre at (A) : 3.347001 16.09750 37.08250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0144545E-03 8.4450627E-03 midg,1,midg; midg,igrid,midg -4.2747688E-02 5.8593564E-03 1,midg,midg; igrid,midg,midg 1.3993899E-02 -4.7370076E-02 gauss-seidel spectral radius is 0.9985313 estimated iterations to convergence 207 setup time was (sec) 0.6100000 now iterating at: 19:33:48 rms-change max change #iterations 4.281580 246.8776 at 10iterations 1.935551 67.30557 at 20iterations 0.8754024 29.37712 at 30iterations 0.3983056 12.07877 at 40iterations 0.1805855 5.461496 at 50iterations 8.2190841E-02 2.874603 at 60iterations 3.7495371E-02 1.270161 at 70iterations 1.6958723E-02 0.5065460 at 80iterations 7.7169687E-03 0.2541037 at 90iterations 3.5181348E-03 0.1172476 at 100iterations 1.6038715E-03 4.6783447E-02 at 110iterations 7.2856684E-04 2.6039124E-02 at 120iterations finished qdiffx linear iterations at : 19:33:56 total time elapsed so far: 7.700000 # loops : 120 mean,max change (kT/e) : 7.2856684E-04 2.6039124E-02 energy calculations done at 7.700000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.840000 DelPhi exited at 19:33:56 7.840u 0.193s 0:08.43 95.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 Mon Oct 10 2011 at 19:33:56 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: 297 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3184 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: HIR 148 has a net charge of 0.5140 !!! WARNING: GLN 355 has a net charge of -0.2720 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.691577 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): -25.70600 32.40000 ymin,ymax (A): -11.58100 43.77600 zmin,zma (A): 7.323000 66.84200 x,y,z range (A): 58.10600 55.35700 59.51900 scale (grids/A): 2.691577 object centre (A): 3.347001 16.09750 37.08250 number of atom coordinates read : 3184 total number of charged atoms : 3041 net assigned charge : -5.243956 assigned positive charge : 481.3255 centred at (gu) : 91.41588 87.37524 94.61159 assigned negative charge : -486.5709 centred at (gu) : 91.72941 86.68327 95.05378 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 191987 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29847 grid for indexing accessible points = 1.400000 m= 91314 mr = 135729 m= 30004 mr = 72039 m= 6029 mr = 22976 m= 640 mr = 4058 m= 29 mr = 324 m= 0 mr = 10 time to grow re-entrant surface = 0.5700001 no. cavity mid-points inaccessible to solvent = 2264 time to turn everything in is 1.010000 number of dielectric boundary points 84867 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.120000 number of grid points assigned charge 24321 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.794385 object centre at (A) : 3.347001 16.09750 37.08250 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2604124 0.2416660 midg,1,midg; midg,igrid,midg -0.4405608 7.3168457E-02 1,midg,midg; igrid,midg,midg 0.3170961 -0.5125568 gauss-seidel spectral radius is 0.9992555 estimated iterations to convergence 289 setup time was (sec) 1.260000 now iterating at: 19:33:58 rms-change max change #iterations 10.55006 310.6283 at 10iterations 6.245230 155.8901 at 20iterations 3.644235 82.25494 at 30iterations 2.121215 41.56288 at 40iterations 1.228704 23.79368 at 50iterations 0.7100326 12.75851 at 60iterations 0.4097461 7.728704 at 70iterations 0.2363779 4.257411 at 80iterations 0.1358684 2.804413 at 90iterations 7.8171648E-02 1.420986 at 100iterations 4.4878706E-02 0.8157177 at 110iterations 2.5800973E-02 0.4639845 at 120iterations 1.4800993E-02 0.3354721 at 130iterations 8.5169729E-03 0.1697845 at 140iterations 4.8738541E-03 8.7169647E-02 at 150iterations 2.7996593E-03 5.5648804E-02 at 160iterations 1.6090604E-03 3.1032562E-02 at 170iterations 9.2288363E-04 1.8325806E-02 at 180iterations finished qdiffx linear iterations at : 19:34:09 total time elapsed so far: 12.79000 # loops : 180 mean,max change (kT/e) : 9.2288363E-04 1.8325806E-02 energy calculations done at 12.79000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.93000 DelPhi exited at 19:34:10 12.930u 0.198s 0:13.43 97.6% 0+0k 0+0io 0pf+0w