Sun Oct 9 08:35:21 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 Sun Oct 9 2011 at 08:35:21 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: 276 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5611 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 0.5143691 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): -77.39400 -8.183000 ymin,ymax (A): -48.30200 12.93600 zmin,zma (A): -18.61500 50.51600 x,y,z range (A): 69.21100 61.23800 69.13100 scale (grids/A): 0.5143691 object centre (A): -42.78850 -17.68300 15.95050 number of atom coordinates read : 5611 total number of charged atoms : 5443 net assigned charge : -7.499972 assigned positive charge : 843.7715 centred at (gu) : 90.24969 89.78178 89.12650 assigned negative charge : -851.2787 centred at (gu) : 90.31396 89.71360 89.15798 start vw surface at 0.2200000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 9457 nv = 96 ne = 84 npr = 112812 no. pairs analyzed = 112812 no. exposed pairs = 7036 no. arc points = 48931 no. surface atoms = 2367 nbur = 3244 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.652000 m= 321 mr = 4924 m= 0 mr = 5 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5300000 number of dielectric boundary points 4849 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4774 ## 684 charges are in solution ## iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 12643 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.3291416E-11 -1.9167495E-10 midg,1,midg; midg,igrid,midg -3.9726070E-10 1.1256944E-10 1,midg,midg; igrid,midg,midg 9.8516119E-11 -3.8509046E-10 gauss-seidel spectral radius is 0.9807315 estimated iterations to convergence 60 setup time was (sec) 0.7700000 now iterating at: 08:35:22 rms-change max change #iterations 7.6703578E-02 12.27108 at 10iterations 4.6248306E-03 0.6220207 at 20iterations 5.1764993E-04 0.1099777 at 30iterations 1.5115019E-04 3.4891129E-02 at 40iterations 5.1894687E-05 1.1608124E-02 at 50iterations finished qdiffx linear iterations at : 08:35:24 total time elapsed so far: 3.430000 # loops : 50 mean,max change (kT/e) : 5.1894687E-05 1.1608124E-02 energy calculations done at 3.430000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.610000 DelPhi exited at 08:35:25 3.616u 0.160s 0:04.06 92.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 Sun Oct 9 2011 at 08:35:25 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: 276 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5611 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 1.543107 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): -77.39400 -8.183000 ymin,ymax (A): -48.30200 12.93600 zmin,zma (A): -18.61500 50.51600 x,y,z range (A): 69.21100 61.23800 69.13100 scale (grids/A): 1.543107 object centre (A): -42.78850 -17.68300 15.95050 number of atom coordinates read : 5611 total number of charged atoms : 5443 net assigned charge : -7.499972 assigned positive charge : 843.7715 centred at (gu) : 90.74725 89.34355 87.37787 assigned negative charge : -851.2787 centred at (gu) : 90.94143 89.14085 87.47413 start vw surface at 0.2200000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 106994 reading accessible surface arcs data from file ARCDAT no. of arc points read = 48931 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 31445 mr = 73922 m= 2679 mr = 20905 m= 46 mr = 1186 m= 0 mr = 2 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 1085 time to turn everything in is 0.7800000 number of dielectric boundary points 45149 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 626 ## 9 charges are in solution ## iepsmp to db, and charging done at 0.9100000 number of grid points assigned charge 41117 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.5143691 object centre at (A) : -42.78850 -17.68300 15.95050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -8.6530019E-03 -2.0140806E-02 midg,1,midg; midg,igrid,midg -5.8341147E-03 2.1118622E-03 1,midg,midg; igrid,midg,midg -1.1365100E-04 -2.2571212E-02 gauss-seidel spectral radius is 0.9982265 estimated iterations to convergence 189 setup time was (sec) 1.080000 now iterating at: 08:35:26 rms-change max change #iterations 4.255086 162.8196 at 10iterations 1.791378 64.01625 at 20iterations 0.7572795 24.12583 at 30iterations 0.3185233 10.22233 at 40iterations 0.1342927 3.804525 at 50iterations 5.6693982E-02 1.787155 at 60iterations 2.3981217E-02 0.7527847 at 70iterations 1.0163710E-02 0.3357277 at 80iterations 4.3309117E-03 0.1469288 at 90iterations 1.8683738E-03 5.3019047E-02 at 100iterations 8.2137407E-04 2.3988724E-02 at 110iterations 3.8016736E-04 1.3610840E-02 at 120iterations finished qdiffx linear iterations at : 08:35:33 total time elapsed so far: 7.730000 # loops : 120 mean,max change (kT/e) : 3.8016736E-04 1.3610840E-02 energy calculations done at 7.730000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.920000 DelPhi exited at 08:35:33 7.921u 0.165s 0:08.43 95.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 Sun Oct 9 2011 at 08:35: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: 276 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5611 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1400000 grid size : 179 scale,in grids/A, set to be: 2.314661 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): -77.39400 -8.183000 ymin,ymax (A): -48.30200 12.93600 zmin,zma (A): -18.61500 50.51600 x,y,z range (A): 69.21100 61.23800 69.13100 scale (grids/A): 2.314661 object centre (A): -42.78850 -17.68300 15.95050 number of atom coordinates read : 5611 total number of charged atoms : 5443 net assigned charge : -7.499972 assigned positive charge : 843.7715 centred at (gu) : 91.12029 89.01496 86.06637 assigned negative charge : -851.2787 centred at (gu) : 91.41217 88.71115 86.21104 start vw surface at 0.2200000 fill in re-entrant regions at 0.6100000 boundary points on vw surface= 249500 reading accessible surface arcs data from file ARCDAT no. of arc points read = 48931 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 112390 mr = 181447 m= 28370 mr = 87665 m= 3854 mr = 20594 m= 182 mr = 2460 m= 4 mr = 55 m= 0 mr = 0 time to grow re-entrant surface = 1.120000 no. cavity mid-points inaccessible to solvent = 3798 time to turn everything in is 1.870000 number of dielectric boundary points 102079 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 69 iepsmp to db, and charging done at 2.020000 number of grid points assigned charge 43425 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.543107 object centre at (A) : -42.78850 -17.68300 15.95050 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2353806 -0.4723429 midg,1,midg; midg,igrid,midg -8.5265659E-02 7.0125639E-02 1,midg,midg; igrid,midg,midg 5.3276762E-02 -0.6315082 gauss-seidel spectral radius is 0.9992228 estimated iterations to convergence 283 setup time was (sec) 2.190000 now iterating at: 08:35:36 rms-change max change #iterations 11.56902 332.8171 at 10iterations 6.820444 172.5543 at 20iterations 3.996174 94.01413 at 30iterations 2.323104 45.59349 at 40iterations 1.344013 28.58997 at 50iterations 0.7739702 16.06424 at 60iterations 0.4454104 7.920071 at 70iterations 0.2553649 5.492652 at 80iterations 0.1466800 2.654575 at 90iterations 8.3936416E-02 1.463503 at 100iterations 4.7902264E-02 0.8112469 at 110iterations 2.7403675E-02 0.4901867 at 120iterations 1.5625041E-02 0.2702484 at 130iterations 8.9229625E-03 0.1663971 at 140iterations 5.0907852E-03 9.1476440E-02 at 150iterations 2.9160611E-03 5.2649498E-02 at 160iterations 1.6746141E-03 2.9828072E-02 at 170iterations 9.6698425E-04 1.6654968E-02 at 180iterations finished qdiffx linear iterations at : 08:35:47 total time elapsed so far: 13.31000 # loops : 180 mean,max change (kT/e) : 9.6698425E-04 1.6654968E-02 energy calculations done at 13.31000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.51000 DelPhi exited at 08:35:48 13.512u 0.178s 0:14.02 97.5% 0+0k 0+0io 0pf+0w