Sun Oct 9 15:08:49 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 Sun Oct 9 2011 at 15:08:49 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 = 5360 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.5016416 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): 33.44200 104.4090 ymin,ymax (A): -10.17900 56.89600 zmin,zma (A): -34.67500 32.70200 x,y,z range (A): 70.96700 67.07500 67.37700 scale (grids/A): 0.5016416 object centre (A): 68.92550 23.35850 -0.9864998 number of atom coordinates read : 5360 total number of charged atoms : 5188 net assigned charge : -4.499959 assigned positive charge : 819.6555 centred at (gu) : 90.87048 90.89701 89.74479 assigned negative charge : -824.1619 centred at (gu) : 90.92199 90.81908 89.69352 start vw surface at 0.2100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 8161 nv = 96 ne = 84 npr = 109695 no. pairs analyzed = 109695 no. exposed pairs = 6387 no. arc points = 43517 no. surface atoms = 2139 nbur = 3221 mkacc time = 0.2300000 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.708000 m= 298 mr = 4375 m= 4 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 9 time to turn everything in is 0.4900000 number of dielectric boundary points 4073 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4179 ## 649 charges are in solution ## iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 11144 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.5766886E-10 5.6255788E-11 midg,1,midg; midg,igrid,midg -1.5890955E-10 1.4555682E-10 1,midg,midg; igrid,midg,midg 4.7787545E-11 -1.8686611E-10 gauss-seidel spectral radius is 0.9797090 estimated iterations to convergence 58 setup time was (sec) 0.7100000 now iterating at: 15:08:50 rms-change max change #iterations 6.7501143E-02 10.54545 at 10iterations 5.6552668E-03 0.9984589 at 20iterations 1.4566260E-03 0.2796516 at 30iterations 4.7078455E-04 9.0637207E-02 at 40iterations 1.5415970E-04 2.9510498E-02 at 50iterations finished qdiffx linear iterations at : 15:08:52 total time elapsed so far: 3.170000 # loops : 50 mean,max change (kT/e) : 1.5415970E-04 2.9510498E-02 energy calculations done at 3.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.350000 DelPhi exited at 15:08:53 3.353u 0.129s 0:03.89 89.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 Sun Oct 9 2011 at 15:08:53 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 = 5360 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: 1.504925 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): 33.44200 104.4090 ymin,ymax (A): -10.17900 56.89600 zmin,zma (A): -34.67500 32.70200 x,y,z range (A): 70.96700 67.07500 67.37700 scale (grids/A): 1.504925 object centre (A): 68.92550 23.35850 -0.9864998 number of atom coordinates read : 5360 total number of charged atoms : 5188 net assigned charge : -4.499959 assigned positive charge : 819.6555 centred at (gu) : 92.60944 92.68927 89.23285 assigned negative charge : -824.1619 centred at (gu) : 92.76547 92.45673 89.08041 start vw surface at 0.2200000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 93210 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43517 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 27127 mr = 65112 m= 2450 mr = 18368 m= 53 mr = 1067 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 1675 time to turn everything in is 0.6500000 number of dielectric boundary points 38293 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 601 ## 8 charges are in solution ## iepsmp to db, and charging done at 0.7600000 number of grid points assigned charge 38658 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.5016416 object centre at (A) : 68.92550 23.35850 -0.9864998 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.5354416E-06 -7.6259412E-03 midg,1,midg; midg,igrid,midg -1.3201094E-02 1.7042343E-02 1,midg,midg; igrid,midg,midg 5.8108396E-03 -5.3133331E-02 gauss-seidel spectral radius is 0.9980720 estimated iterations to convergence 181 setup time was (sec) 0.9100000 now iterating at: 15:08:54 rms-change max change #iterations 3.921062 171.5709 at 10iterations 1.595762 53.02143 at 20iterations 0.6490559 20.58839 at 30iterations 0.2638738 8.578407 at 40iterations 0.1079394 4.133068 at 50iterations 4.4212613E-02 1.365231 at 60iterations 1.8454080E-02 0.5797720 at 70iterations 7.9239439E-03 0.2550068 at 80iterations 3.6463053E-03 0.1285973 at 90iterations 1.8673965E-03 7.5195313E-02 at 100iterations 1.0759025E-03 4.2110443E-02 at 110iterations 6.7437906E-04 2.7378082E-02 at 120iterations finished qdiffx linear iterations at : 15:09:00 total time elapsed so far: 7.000000 # loops : 120 mean,max change (kT/e) : 6.7437906E-04 2.7378082E-02 energy calculations done at 7.000000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.170000 DelPhi exited at 15:09:01 7.172u 0.157s 0:07.65 95.6% 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 15:09:01 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 = 5360 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.257387 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): 33.44200 104.4090 ymin,ymax (A): -10.17900 56.89600 zmin,zma (A): -34.67500 32.70200 x,y,z range (A): 70.96700 67.07500 67.37700 scale (grids/A): 2.257387 object centre (A): 68.92550 23.35850 -0.9864998 number of atom coordinates read : 5360 total number of charged atoms : 5188 net assigned charge : -4.499959 assigned positive charge : 819.6555 centred at (gu) : 93.91374 94.03358 88.84869 assigned negative charge : -824.1619 centred at (gu) : 94.14822 93.68520 88.62057 start vw surface at 0.2200000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 217740 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43517 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 97221 mr = 160231 m= 25146 mr = 76399 m= 3605 mr = 18414 m= 159 mr = 2251 m= 1 mr = 32 m= 0 mr = 0 time to grow re-entrant surface = 0.8600000 no. cavity mid-points inaccessible to solvent = 5778 time to turn everything in is 1.520000 number of dielectric boundary points 86545 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 96 iepsmp to db, and charging done at 1.640000 number of grid points assigned charge 41354 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.504925 object centre at (A) : 68.92550 23.35850 -0.9864998 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.5219838E-02 -0.1758617 midg,1,midg; midg,igrid,midg -0.2123758 0.4849477 1,midg,midg; igrid,midg,midg 0.2880026 -1.326244 gauss-seidel spectral radius is 0.9991553 estimated iterations to convergence 272 setup time was (sec) 1.790000 now iterating at: 15:09:03 rms-change max change #iterations 10.74444 286.6001 at 10iterations 6.097062 138.8886 at 20iterations 3.454565 75.93324 at 30iterations 1.939639 42.28451 at 40iterations 1.084957 21.10411 at 50iterations 0.6065800 11.74333 at 60iterations 0.3380463 7.919783 at 70iterations 0.1883237 3.717644 at 80iterations 0.1046053 1.994926 at 90iterations 5.8115866E-02 1.131898 at 100iterations 3.2282557E-02 0.5919075 at 110iterations 1.7943880E-02 0.3200827 at 120iterations 9.9700466E-03 0.2072983 at 130iterations 5.5753873E-03 9.9655151E-02 at 140iterations 3.1371361E-03 5.6716919E-02 at 150iterations 1.7819920E-03 3.3229828E-02 at 160iterations 1.0360661E-03 1.9515991E-02 at 170iterations 6.2163314E-04 1.2977600E-02 at 180iterations finished qdiffx linear iterations at : 15:09:13 total time elapsed so far: 11.68000 # loops : 180 mean,max change (kT/e) : 6.2163314E-04 1.2977600E-02 energy calculations done at 11.68000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.86000 DelPhi exited at 15:09:13 11.859u 0.168s 0:12.30 97.6% 0+0k 0+0io 0pf+0w