Sat Oct 8 16:41:55 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:41:55 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4655 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 0.5483166 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): 16.60900 78.83600 ymin,ymax (A): 118.3990 183.3250 zmin,zma (A): -5.274000 59.54600 x,y,z range (A): 62.22700 64.92599 64.82000 scale (grids/A): 0.5483166 object centre (A): 47.72250 150.8620 27.13600 number of atom coordinates read : 4655 total number of charged atoms : 4449 net assigned charge : 3.500044 assigned positive charge : 709.6386 centred at (gu) : 91.58199 89.20669 88.10609 assigned negative charge : -706.1418 centred at (gu) : 91.53965 89.11823 88.12162 start vw surface at 0.2300000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 8887 nv = 96 ne = 84 npr = 95112 no. pairs analyzed = 95112 no. exposed pairs = 5433 no. arc points = 37941 no. surface atoms = 1833 nbur = 2822 mkacc time = 0.2700000 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= 377 mr = 4869 m= 1 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 44 time to turn everything in is 0.5600000 number of dielectric boundary points 4361 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3922 ## 529 charges are in solution ## iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 11849 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.5565009E-10 3.8379758E-11 midg,1,midg; midg,igrid,midg -9.6487796E-10 1.0133256E-09 1,midg,midg; igrid,midg,midg -1.6736909E-10 1.0604009E-09 gauss-seidel spectral radius is 0.9829714 estimated iterations to convergence 63 setup time was (sec) 0.8400000 now iterating at: 16:41:56 rms-change max change #iterations 9.6815266E-02 15.72638 at 10iterations 7.0611020E-03 0.9941978 at 20iterations 8.5003203E-04 0.1115742 at 30iterations 2.3814637E-04 3.2687187E-02 at 40iterations 7.8580670E-05 1.0827065E-02 at 50iterations finished qdiffx linear iterations at : 16:41:59 total time elapsed so far: 4.220000 # loops : 50 mean,max change (kT/e) : 7.8580670E-05 1.0827065E-02 energy calculations done at 4.220000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.410000 DelPhi exited at 16:42:00 4.414u 0.271s 0:04.98 93.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 8 2011 at 16:42:00 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4655 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 1.644950 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): 16.60900 78.83600 ymin,ymax (A): 118.3990 183.3250 zmin,zma (A): -5.274000 59.54600 x,y,z range (A): 62.22700 64.92599 64.82000 scale (grids/A): 1.644950 object centre (A): 47.72250 150.8620 27.13600 number of atom coordinates read : 4655 total number of charged atoms : 4449 net assigned charge : 3.500044 assigned positive charge : 709.6386 centred at (gu) : 94.74466 87.61884 84.31688 assigned negative charge : -706.1418 centred at (gu) : 94.61852 87.35435 84.36459 start vw surface at 0.2100000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 100120 reading accessible surface arcs data from file ARCDAT no. of arc points read = 37941 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 30984 mr = 70834 m= 3569 mr = 21643 m= 109 mr = 2053 m= 1 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 1951 time to turn everything in is 0.8600000 number of dielectric boundary points 40243 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 463 ## 4 charges are in solution ## iepsmp to db, and charging done at 1.010000 number of grid points assigned charge 34127 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.5483166 object centre at (A) : 47.72250 150.8620 27.13600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.0957614E-03 1.1273115E-02 midg,1,midg; midg,igrid,midg 1.5780807E-02 3.8661659E-02 1,midg,midg; igrid,midg,midg -1.1831285E-02 -1.4318820E-02 gauss-seidel spectral radius is 0.9983693 estimated iterations to convergence 197 setup time was (sec) 1.190000 now iterating at: 16:42:01 rms-change max change #iterations 4.425248 199.3408 at 10iterations 1.916372 96.85637 at 20iterations 0.8379075 28.28661 at 30iterations 0.3645865 13.40178 at 40iterations 0.1597072 4.774136 at 50iterations 6.9949284E-02 2.204994 at 60iterations 3.0598219E-02 0.9278404 at 70iterations 1.3434135E-02 0.3939323 at 80iterations 5.8974321E-03 0.1737137 at 90iterations 2.6061460E-03 7.3504925E-02 at 100iterations 1.1635290E-03 3.6827087E-02 at 110iterations 5.2919035E-04 1.5621185E-02 at 120iterations finished qdiffx linear iterations at : 16:42:10 total time elapsed so far: 9.990000 # loops : 120 mean,max change (kT/e) : 5.2919035E-04 1.5621185E-02 energy calculations done at 9.990000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.17000 DelPhi exited at 16:42:11 10.177u 0.313s 0:10.80 97.0% 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:42:11 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4655 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 2.467425 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): 16.60900 78.83600 ymin,ymax (A): 118.3990 183.3250 zmin,zma (A): -5.274000 59.54600 x,y,z range (A): 62.22700 64.92599 64.82000 scale (grids/A): 2.467425 object centre (A): 47.72250 150.8620 27.13600 number of atom coordinates read : 4655 total number of charged atoms : 4449 net assigned charge : 3.500044 assigned positive charge : 709.6386 centred at (gu) : 97.11685 86.42786 81.47508 assigned negative charge : -706.1418 centred at (gu) : 96.92765 86.03130 81.54679 start vw surface at 0.2100000 fill in re-entrant regions at 0.7100000 boundary points on vw surface= 233198 reading accessible surface arcs data from file ARCDAT no. of arc points read = 37941 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 107633 mr = 172817 m= 31254 mr = 86430 m= 5879 mr = 23795 m= 536 mr = 4251 m= 5 mr = 350 m= 0 mr = 0 time to grow re-entrant surface = 1.310000 no. cavity mid-points inaccessible to solvent = 6729 time to turn everything in is 2.170000 number of dielectric boundary points 90862 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 32 iepsmp to db, and charging done at 2.340000 number of grid points assigned charge 35541 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.644950 object centre at (A) : 47.72250 150.8620 27.13600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.0768880E-02 0.2545665 midg,1,midg; midg,igrid,midg 0.2384119 0.7221844 1,midg,midg; igrid,midg,midg -0.1774458 -0.2828764 gauss-seidel spectral radius is 0.9992231 estimated iterations to convergence 283 setup time was (sec) 2.520000 now iterating at: 16:42:14 rms-change max change #iterations 11.25597 406.4402 at 10iterations 6.509999 138.6410 at 20iterations 3.740702 73.26187 at 30iterations 2.148074 40.37721 at 40iterations 1.229749 23.04675 at 50iterations 0.7021835 12.07211 at 60iterations 0.3999910 7.440966 at 70iterations 0.2274193 4.020107 at 80iterations 0.1291362 2.277066 at 90iterations 7.3437639E-02 1.351630 at 100iterations 4.1686736E-02 0.6895981 at 110iterations 2.3671258E-02 0.3905380 at 120iterations 1.3448481E-02 0.2656460 at 130iterations 7.6144496E-03 0.1203117 at 140iterations 4.3249950E-03 7.8048706E-02 at 150iterations 2.4501311E-03 4.3176651E-02 at 160iterations 1.3915898E-03 2.2798538E-02 at 170iterations 7.9069397E-04 1.3086319E-02 at 180iterations finished qdiffx linear iterations at : 16:42:29 total time elapsed so far: 17.42000 # loops : 180 mean,max change (kT/e) : 7.9069397E-04 1.3086319E-02 energy calculations done at 17.42000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.60000 DelPhi exited at 16:42:29 17.605u 0.352s 0:18.33 97.9% 0+0k 0+0io 0pf+0w