Sat Oct 8 19:16:26 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 19:16:26 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2605 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 556 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6200255 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): -32.22900 17.63400 ymin,ymax (A): -24.88500 21.89200 zmin,zma (A): -12.66800 44.74900 x,y,z range (A): 49.86300 46.77700 57.41700 scale (grids/A): 0.6200255 object centre (A): -7.297500 -1.496500 16.04050 number of atom coordinates read : 2605 total number of charged atoms : 2466 net assigned charge : 4.500007 assigned positive charge : 393.3950 centred at (gu) : 88.62954 89.24278 89.92423 assigned negative charge : -388.8955 centred at (gu) : 88.52228 89.27498 89.81136 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6720 nv = 96 ne = 84 npr = 53545 no. pairs analyzed = 53545 no. exposed pairs = 3057 no. arc points = 22087 no. surface atoms = 1019 nbur = 1586 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 340 mr = 3815 m= 1 mr = 53 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 173 time to turn everything in is 0.3000000 number of dielectric boundary points 3193 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2201 ## 220 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 8136 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -3.9457095E-09 1.0949085E-08 midg,1,midg; midg,igrid,midg 6.9093749E-09 1.3578068E-09 1,midg,midg; igrid,midg,midg -4.8479674E-09 7.9809777E-09 gauss-seidel spectral radius is 0.9865288 estimated iterations to convergence 71 setup time was (sec) 0.5700000 now iterating at: 19:16:27 rms-change max change #iterations 0.1283788 21.88166 at 10iterations 1.1838417E-02 1.749607 at 20iterations 1.0922975E-03 0.1485329 at 30iterations 1.0001071E-04 1.4007568E-02 at 40iterations 9.3896497E-06 1.2855530E-03 at 50iterations finished qdiffx linear iterations at : 19:16:30 total time elapsed so far: 4.030000 # loops : 50 mean,max change (kT/e) : 9.3896497E-06 1.2855530E-03 energy calculations done at 4.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.210000 DelPhi exited at 19:16:31 4.215u 0.221s 0:04.84 91.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 Sat Oct 8 2011 at 19:16:31 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2605 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 556 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.860076 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): -32.22900 17.63400 ymin,ymax (A): -24.88500 21.89200 zmin,zma (A): -12.66800 44.74900 x,y,z range (A): 49.86300 46.77700 57.41700 scale (grids/A): 1.860076 object centre (A): -7.297500 -1.496500 16.04050 number of atom coordinates read : 2605 total number of charged atoms : 2466 net assigned charge : 4.500007 assigned positive charge : 393.3950 centred at (gu) : 85.88811 87.72760 89.77231 assigned negative charge : -388.8955 centred at (gu) : 85.56659 87.82484 89.43383 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 72514 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22087 grid for indexing accessible points = 1.400000 m= 26540 mr = 50908 m= 4129 mr = 20064 m= 227 mr = 2804 m= 0 mr = 94 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 7161 time to turn everything in is 0.5300000 number of dielectric boundary points 29540 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 176 iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 19335 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.6200255 object centre at (A) : -7.297500 -1.496500 16.04050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.5799472E-02 2.1888891E-02 midg,1,midg; midg,igrid,midg 1.4324954E-02 1.9857800E-03 1,midg,midg; igrid,midg,midg -5.5080322E-03 3.9195228E-02 gauss-seidel spectral radius is 0.9985715 estimated iterations to convergence 210 setup time was (sec) 0.8600000 now iterating at: 19:16:32 rms-change max change #iterations 4.040402 190.5864 at 10iterations 1.857150 66.54903 at 20iterations 0.8539812 27.58756 at 30iterations 0.3931947 13.89334 at 40iterations 0.1813228 5.557808 at 50iterations 8.3603360E-02 2.530558 at 60iterations 3.8505021E-02 1.170387 at 70iterations 1.7681492E-02 0.5623937 at 80iterations 8.1286998E-03 0.2698288 at 90iterations 3.7608999E-03 0.1220798 at 100iterations 1.7280201E-03 5.7579041E-02 at 110iterations 7.9904392E-04 2.8251648E-02 at 120iterations finished qdiffx linear iterations at : 19:16:41 total time elapsed so far: 9.410000 # loops : 120 mean,max change (kT/e) : 7.9904392E-04 2.8251648E-02 energy calculations done at 9.410000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.590000 DelPhi exited at 19:16:41 9.592u 0.261s 0:10.13 97.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 Sat Oct 8 2011 at 19:16:41 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: 262 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2605 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 556 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.790114 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): -32.22900 17.63400 ymin,ymax (A): -24.88500 21.89200 zmin,zma (A): -12.66800 44.74900 x,y,z range (A): 49.86300 46.77700 57.41700 scale (grids/A): 2.790114 object centre (A): -7.297500 -1.496500 16.04050 number of atom coordinates read : 2605 total number of charged atoms : 2466 net assigned charge : 4.500007 assigned positive charge : 393.3950 centred at (gu) : 83.83196 86.59141 89.65829 assigned negative charge : -388.8955 centred at (gu) : 83.34979 86.73732 89.15066 start vw surface at 0.1300000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 167537 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22087 grid for indexing accessible points = 1.400000 m= 86032 mr = 122856 m= 30992 mr = 71533 m= 7531 mr = 25381 m= 1077 mr = 6006 m= 49 mr = 771 m= 0 mr = 18 time to grow re-entrant surface = 0.8000000 no. cavity mid-points inaccessible to solvent = 23812 time to turn everything in is 1.360000 number of dielectric boundary points 66653 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.510000 number of grid points assigned charge 19725 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.860076 object centre at (A) : -7.297500 -1.496500 16.04050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.3847364E-02 0.2550166 midg,1,midg; midg,igrid,midg 0.1642957 -1.1564864E-02 1,midg,midg; igrid,midg,midg -3.5322644E-02 0.4812098 gauss-seidel spectral radius is 0.9992346 estimated iterations to convergence 285 setup time was (sec) 1.710000 now iterating at: 19:16:43 rms-change max change #iterations 9.429267 335.6914 at 10iterations 5.384687 112.2145 at 20iterations 3.062928 56.42772 at 30iterations 1.741773 31.71484 at 40iterations 0.9891120 21.67552 at 50iterations 0.5605544 10.79713 at 60iterations 0.3191952 5.698395 at 70iterations 0.1810297 3.305171 at 80iterations 0.1028429 1.948275 at 90iterations 5.8406629E-02 1.145501 at 100iterations 3.3183172E-02 0.6155434 at 110iterations 1.8856453E-02 0.3389409 at 120iterations 1.0704024E-02 0.2043343 at 130iterations 6.0881544E-03 0.1150742 at 140iterations 3.4545998E-03 6.3262939E-02 at 150iterations 1.9656217E-03 3.9584875E-02 at 160iterations 1.1142894E-03 2.3187160E-02 at 170iterations 6.3388760E-04 1.1723518E-02 at 180iterations finished qdiffx linear iterations at : 19:16:57 total time elapsed so far: 15.19000 # loops : 180 mean,max change (kT/e) : 6.3388760E-04 1.1723518E-02 energy calculations done at 15.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.37000 DelPhi exited at 19:16:57 15.374u 0.293s 0:15.96 98.1% 0+0k 0+0io 0pf+0w