Sat Oct 8 17:05:36 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 17:05:36 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 = 3589 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5099337 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): -27.24200 42.57100 ymin,ymax (A): -35.12800 33.56600 zmin,zma (A): 16.34800 64.27500 x,y,z range (A): 69.81300 68.69400 47.92700 scale (grids/A): 0.5099337 object centre (A): 7.664500 -0.7810001 40.31150 number of atom coordinates read : 3589 total number of charged atoms : 3443 net assigned charge : -4.999991 assigned positive charge : 540.5797 centred at (gu) : 91.19005 89.67152 89.97471 assigned negative charge : -545.5815 centred at (gu) : 91.20586 89.65882 89.95544 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 6072 nv = 96 ne = 84 npr = 72046 no. pairs analyzed = 72046 no. exposed pairs = 4489 no. arc points = 31790 no. surface atoms = 1512 nbur = 2077 mkacc time = 0.1900000 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.652000 m= 206 mr = 3159 m= 0 mr = 1 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3800000 number of dielectric boundary points 3118 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3175 ## 480 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 8090 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.0615375E-10 -3.1147473E-11 midg,1,midg; midg,igrid,midg -1.0103265E-10 -4.0474520E-11 1,midg,midg; igrid,midg,midg -2.8340835E-11 -1.3489986E-10 gauss-seidel spectral radius is 0.9802521 estimated iterations to convergence 59 setup time was (sec) 0.6400000 now iterating at: 17:05:37 rms-change max change #iterations 5.8272839E-02 10.30540 at 10iterations 3.2006449E-03 0.5501633 at 20iterations 2.2558842E-04 3.8690567E-02 at 30iterations 3.4600071E-05 6.8626404E-03 at 40iterations 7.4599261E-06 1.5454292E-03 at 50iterations finished qdiffx linear iterations at : 17:05:40 total time elapsed so far: 4.440000 # loops : 50 mean,max change (kT/e) : 7.4599261E-06 1.5454292E-03 energy calculations done at 4.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.610000 DelPhi exited at 17:05:41 4.615u 0.393s 0:05.27 94.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 Sat Oct 8 2011 at 17:05: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3589 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.529801 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): -27.24200 42.57100 ymin,ymax (A): -35.12800 33.56600 zmin,zma (A): 16.34800 64.27500 x,y,z range (A): 69.81300 68.69400 47.92700 scale (grids/A): 1.529801 object centre (A): 7.664500 -0.7810001 40.31150 number of atom coordinates read : 3589 total number of charged atoms : 3443 net assigned charge : -4.999991 assigned positive charge : 540.5797 centred at (gu) : 93.56903 89.01344 89.92262 assigned negative charge : -545.5815 centred at (gu) : 93.61702 88.97599 89.86578 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 68021 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31790 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 19929 mr = 46579 m= 1779 mr = 13319 m= 49 mr = 699 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 120 time to turn everything in is 0.5600000 number of dielectric boundary points 29181 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 397 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 25843 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.5099337 object centre at (A) : 7.664500 -0.7810001 40.31150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.2490841E-04 -5.8135053E-04 midg,1,midg; midg,igrid,midg 1.4251684E-02 7.9209656E-03 1,midg,midg; igrid,midg,midg -3.5877880E-03 -3.2318983E-02 gauss-seidel spectral radius is 0.9979895 estimated iterations to convergence 177 setup time was (sec) 0.9100000 now iterating at: 17:05:42 rms-change max change #iterations 3.194356 150.9290 at 10iterations 1.268615 53.62096 at 20iterations 0.5073911 17.99025 at 30iterations 0.2007552 7.264095 at 40iterations 8.0748998E-02 2.890998 at 50iterations 3.1960685E-02 1.171181 at 60iterations 1.2832113E-02 0.4738903 at 70iterations 5.1157391E-03 0.1932869 at 80iterations 2.0515868E-03 7.1441650E-02 at 90iterations 8.2390872E-04 3.1599045E-02 at 100iterations 3.3495968E-04 1.1463284E-02 at 110iterations 1.3817131E-04 5.4268837E-03 at 120iterations finished qdiffx linear iterations at : 17:05:52 total time elapsed so far: 10.33000 # loops : 120 mean,max change (kT/e) : 1.3817131E-04 5.4268837E-03 energy calculations done at 10.33000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.50000 DelPhi exited at 17:05:52 10.501u 0.447s 0:11.25 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 17:05:52 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 = 3589 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.294702 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): -27.24200 42.57100 ymin,ymax (A): -35.12800 33.56600 zmin,zma (A): 16.34800 64.27500 x,y,z range (A): 69.81300 68.69400 47.92700 scale (grids/A): 2.294702 object centre (A): 7.664500 -0.7810001 40.31150 number of atom coordinates read : 3589 total number of charged atoms : 3443 net assigned charge : -4.999991 assigned positive charge : 540.5797 centred at (gu) : 95.35324 88.51992 89.88380 assigned negative charge : -545.5815 centred at (gu) : 95.42543 88.46389 89.79856 start vw surface at 0.1400000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 158811 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31790 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 71316 mr = 114623 m= 18298 mr = 55940 m= 2454 mr = 13077 m= 136 mr = 1395 m= 1 mr = 39 m= 0 mr = 0 time to grow re-entrant surface = 0.8400000 no. cavity mid-points inaccessible to solvent = 391 time to turn everything in is 1.390000 number of dielectric boundary points 65942 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 52 iepsmp to db, and charging done at 1.530000 number of grid points assigned charge 27470 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.529801 object centre at (A) : 7.664500 -0.7810001 40.31150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5241805E-02 1.8707093E-02 midg,1,midg; midg,igrid,midg 0.4872617 0.1391387 1,midg,midg; igrid,midg,midg -5.9881698E-02 -0.8539194 gauss-seidel spectral radius is 0.9990907 estimated iterations to convergence 262 setup time was (sec) 1.730000 now iterating at: 17:05:54 rms-change max change #iterations 8.650163 326.8082 at 10iterations 4.775427 137.9984 at 20iterations 2.614212 59.94024 at 30iterations 1.432749 32.32667 at 40iterations 0.7801058 16.33934 at 50iterations 0.4248319 9.234026 at 60iterations 0.2308394 4.683372 at 70iterations 0.1250240 2.741922 at 80iterations 6.7736961E-02 1.540344 at 90iterations 3.6664560E-02 0.8070526 at 100iterations 1.9867804E-02 0.4870834 at 110iterations 1.0759694E-02 0.2239449 at 120iterations 5.8180457E-03 0.1139064 at 130iterations 3.1545702E-03 6.5971375E-02 at 140iterations 1.7083045E-03 3.4969330E-02 at 150iterations 9.2564407E-04 2.0599365E-02 at 160iterations 5.0465018E-04 1.0877550E-02 at 170iterations 2.7565507E-04 5.7401657E-03 at 180iterations finished qdiffx linear iterations at : 17:06:10 total time elapsed so far: 17.37000 # loops : 180 mean,max change (kT/e) : 2.7565507E-04 5.7401657E-03 energy calculations done at 17.37000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.54000 DelPhi exited at 17:06:11 17.541u 0.449s 0:18.27 98.4% 0+0k 0+0io 0pf+0w