Mon Oct 10 17:14:30 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: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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2010 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: 0.6660430 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): 42.11900 84.89100 ymin,ymax (A): 64.59400 111.5340 zmin,zma (A): 24.26200 77.71200 x,y,z range (A): 42.77200 46.94000 53.45000 scale (grids/A): 0.6660430 object centre (A): 63.50500 88.06400 50.98700 number of atom coordinates read : 2010 total number of charged atoms : 1881 net assigned charge : -7.499988 assigned positive charge : 284.3712 centred at (gu) : 89.55952 90.31675 89.49719 assigned negative charge : -291.8710 centred at (gu) : 89.64660 90.15372 89.62694 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6213 nv = 96 ne = 84 npr = 41289 no. pairs analyzed = 41289 no. exposed pairs = 2706 no. arc points = 20384 no. surface atoms = 904 nbur = 1106 mkacc time = 7.0000000E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 352 mr = 3177 m= 2 mr = 26 m= 0 mr = 0 time to grow re-entrant surface = 8.0000006E-02 no. cavity mid-points inaccessible to solvent = 35 time to turn everything in is 0.1800000 number of dielectric boundary points 3364 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1814 ## 154 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 7046 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.6321057E-10 -4.1052822E-08 midg,1,midg; midg,igrid,midg -4.8213909E-08 5.5866001E-09 1,midg,midg; igrid,midg,midg -8.3196525E-09 -3.4672436E-08 gauss-seidel spectral radius is 0.9882729 estimated iterations to convergence 75 setup time was (sec) 0.3700000 now iterating at: 17:14:31 rms-change max change #iterations 0.1557397 24.85205 at 10iterations 1.6753953E-02 2.382144 at 20iterations 1.8482491E-03 0.2531433 at 30iterations 2.1356295E-04 3.3666611E-02 at 40iterations 2.6950232E-05 3.4637451E-03 at 50iterations finished qdiffx linear iterations at : 17:14:33 total time elapsed so far: 3.240000 # loops : 50 mean,max change (kT/e) : 2.6950232E-05 3.4637451E-03 energy calculations done at 3.240000 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:34 3.367u 0.174s 0:04.01 88.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 Mon Oct 10 2011 at 17:14:34 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2010 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.998129 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): 42.11900 84.89100 ymin,ymax (A): 64.59400 111.5340 zmin,zma (A): 24.26200 77.71200 x,y,z range (A): 42.77200 46.94000 53.45000 scale (grids/A): 1.998129 object centre (A): 63.50500 88.06400 50.98700 number of atom coordinates read : 2010 total number of charged atoms : 1881 net assigned charge : -7.499988 assigned positive charge : 284.3712 centred at (gu) : 88.67868 90.95033 88.49179 assigned negative charge : -291.8710 centred at (gu) : 88.93970 90.46107 88.88074 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 66063 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20384 grid for indexing accessible points = 1.400000 m= 22743 mr = 43408 m= 3592 mr = 16136 m= 204 mr = 1993 m= 5 mr = 80 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 1568 time to turn everything in is 0.3200000 number of dielectric boundary points 30990 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 103 iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 14890 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.6660430 object centre at (A) : 63.50500 88.06400 50.98700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.5363856E-02 -6.2329583E-02 midg,1,midg; midg,igrid,midg -2.5777027E-02 2.4470896E-02 1,midg,midg; igrid,midg,midg -1.6036792E-02 -2.0724723E-02 gauss-seidel spectral radius is 0.9987139 estimated iterations to convergence 221 setup time was (sec) 0.5400000 now iterating at: 17:14:35 rms-change max change #iterations 3.963987 193.1508 at 10iterations 1.884064 71.00008 at 20iterations 0.9029742 30.62923 at 30iterations 0.4317876 15.49815 at 40iterations 0.2057977 7.063721 at 50iterations 9.8805472E-02 3.304863 at 60iterations 4.6955224E-02 1.641230 at 70iterations 2.2606505E-02 0.7614441 at 80iterations 1.0782356E-02 0.3594265 at 90iterations 5.1453141E-03 0.1804390 at 100iterations 2.4721008E-03 8.9952469E-02 at 110iterations 1.1890958E-03 4.7286987E-02 at 120iterations finished qdiffx linear iterations at : 17:14:42 total time elapsed so far: 7.480000 # loops : 120 mean,max change (kT/e) : 1.1890958E-03 4.7286987E-02 energy calculations done at 7.480000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.610000 DelPhi exited at 17:14:42 7.612u 0.187s 0:08.15 95.5% 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:42 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2010 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.997194 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): 42.11900 84.89100 ymin,ymax (A): 64.59400 111.5340 zmin,zma (A): 24.26200 77.71200 x,y,z range (A): 42.77200 46.94000 53.45000 scale (grids/A): 2.997194 object centre (A): 63.50500 88.06400 50.98700 number of atom coordinates read : 2010 total number of charged atoms : 1881 net assigned charge : -7.499988 assigned positive charge : 284.3712 centred at (gu) : 88.01804 91.42561 87.73756 assigned negative charge : -291.8710 centred at (gu) : 88.40952 90.69156 88.32115 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 152434 reading accessible surface arcs data from file ARCDAT no. of arc points read = 20384 grid for indexing accessible points = 1.400000 m= 73398 mr = 105475 m= 26112 mr = 58464 m= 6265 mr = 20440 m= 958 mr = 4416 m= 75 mr = 582 m= 2 mr = 28 m= 0 mr = 0 time to grow re-entrant surface = 0.4600000 no. cavity mid-points inaccessible to solvent = 5302 time to turn everything in is 0.8300000 number of dielectric boundary points 69839 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.9200000 number of grid points assigned charge 15048 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.998129 object centre at (A) : 63.50500 88.06400 50.98700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.8699865 -0.6647745 midg,1,midg; midg,igrid,midg -0.2276160 0.2390731 1,midg,midg; igrid,midg,midg -0.1898358 -0.1865003 gauss-seidel spectral radius is 0.9992791 estimated iterations to convergence 294 setup time was (sec) 1.070000 now iterating at: 17:14:44 rms-change max change #iterations 9.165481 526.9213 at 10iterations 5.375775 122.8287 at 20iterations 3.153971 76.92355 at 30iterations 1.843797 38.87482 at 40iterations 1.072889 24.02793 at 50iterations 0.6247469 13.88533 at 60iterations 0.3638868 6.986473 at 70iterations 0.2113021 4.692604 at 80iterations 0.1227788 2.742583 at 90iterations 7.1274094E-02 1.449169 at 100iterations 4.1284151E-02 0.7589394 at 110iterations 2.3942413E-02 0.4846039 at 120iterations 1.3915443E-02 0.2955484 at 130iterations 8.0713807E-03 0.1590271 at 140iterations 4.6658427E-03 9.3039453E-02 at 150iterations 2.7022685E-03 5.3351879E-02 at 160iterations 1.5720712E-03 3.3660889E-02 at 170iterations 9.1253547E-04 1.7550468E-02 at 180iterations finished qdiffx linear iterations at : 17:14:55 total time elapsed so far: 12.46000 # loops : 180 mean,max change (kT/e) : 9.1253547E-04 1.7550468E-02 energy calculations done at 12.46000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.60000 DelPhi exited at 17:14:55 12.599u 0.190s 0:13.13 97.3% 0+0k 0+0io 0pf+0w