Mon Oct 10 14:26:05 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 Mon Oct 10 2011 at 14:26:06 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: 286 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2568 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.5936401 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): -7.486000 44.07800 ymin,ymax (A): 13.16500 73.13400 zmin,zma (A): 55.12300 106.2750 x,y,z range (A): 51.56400 59.96899 51.15200 scale (grids/A): 0.5936401 object centre (A): 18.29600 43.14950 80.69901 number of atom coordinates read : 2568 total number of charged atoms : 2421 net assigned charge : -2.999997 assigned positive charge : 378.9670 centred at (gu) : 89.99680 90.47160 89.78055 assigned negative charge : -381.9674 centred at (gu) : 89.81193 90.41526 89.78277 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5998 nv = 96 ne = 84 npr = 51645 no. pairs analyzed = 51645 no. exposed pairs = 3510 no. arc points = 24208 no. surface atoms = 1182 nbur = 1386 mkacc time = 0.1500000 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.456000 m= 279 mr = 3010 m= 0 mr = 10 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3257 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2378 ## 265 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7449 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.0290502E-09 -1.0581692E-09 midg,1,midg; midg,igrid,midg -2.4380591E-09 6.7915895E-10 1,midg,midg; igrid,midg,midg -6.6134689E-09 4.2790340E-09 gauss-seidel spectral radius is 0.9853178 estimated iterations to convergence 68 setup time was (sec) 0.6100000 now iterating at: 14:26:07 rms-change max change #iterations 0.1012351 17.39112 at 10iterations 8.2957307E-03 1.291027 at 20iterations 6.9263461E-04 0.1119919 at 30iterations 5.6676497E-05 8.3389282E-03 at 40iterations 4.8079223E-06 8.2397461E-04 at 50iterations finished qdiffx linear iterations at : 14:26:11 total time elapsed so far: 4.700000 # loops : 50 mean,max change (kT/e) : 4.8079223E-06 8.2397461E-04 energy calculations done at 4.700000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.870000 DelPhi exited at 14:26:12 4.872u 0.416s 0:06.51 81.1% 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 14:26:12 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: 286 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2568 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.780920 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): -7.486000 44.07800 ymin,ymax (A): 13.16500 73.13400 zmin,zma (A): 55.12300 106.2750 x,y,z range (A): 51.56400 59.96899 51.15200 scale (grids/A): 1.780920 object centre (A): 18.29600 43.14950 80.69901 number of atom coordinates read : 2568 total number of charged atoms : 2421 net assigned charge : -2.999997 assigned positive charge : 378.9670 centred at (gu) : 89.99001 91.41438 89.34115 assigned negative charge : -381.9674 centred at (gu) : 89.43560 91.24539 89.34780 start vw surface at 0.1300000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 65557 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24208 grid for indexing accessible points = 1.400000 m= 20508 mr = 43618 m= 2269 mr = 13832 m= 74 mr = 913 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 11 time to turn everything in is 0.5600000 number of dielectric boundary points 30032 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 200 iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 18885 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.5936401 object centre at (A) : 18.29600 43.14950 80.69901 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.2725567E-02 2.1081388E-03 midg,1,midg; midg,igrid,midg -4.9263830E-03 -1.9196330E-02 1,midg,midg; igrid,midg,midg -2.5150286E-02 6.4495602E-03 gauss-seidel spectral radius is 0.9984426 estimated iterations to convergence 201 setup time was (sec) 0.8800000 now iterating at: 14:26:13 rms-change max change #iterations 3.674961 187.7409 at 10iterations 1.619760 57.91718 at 20iterations 0.7200261 28.14872 at 30iterations 0.3196347 11.34395 at 40iterations 0.1417108 4.693396 at 50iterations 6.2797993E-02 2.235565 at 60iterations 2.8006442E-02 0.9434371 at 70iterations 1.2486579E-02 0.4341695 at 80iterations 5.5403695E-03 0.2139015 at 90iterations 2.4653482E-03 9.5046997E-02 at 100iterations 1.0969910E-03 3.8144112E-02 at 110iterations 4.8882281E-04 1.6464233E-02 at 120iterations finished qdiffx linear iterations at : 14:26:23 total time elapsed so far: 10.91000 # loops : 120 mean,max change (kT/e) : 4.8882281E-04 1.6464233E-02 energy calculations done at 10.91000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.08000 DelPhi exited at 14:26:24 11.083u 0.461s 0:11.87 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 Mon Oct 10 2011 at 14:26:24 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: 286 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2568 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.671381 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): -7.486000 44.07800 ymin,ymax (A): 13.16500 73.13400 zmin,zma (A): 55.12300 106.2750 x,y,z range (A): 51.56400 59.96899 51.15200 scale (grids/A): 2.671381 object centre (A): 18.29600 43.14950 80.69901 number of atom coordinates read : 2568 total number of charged atoms : 2421 net assigned charge : -2.999997 assigned positive charge : 378.9670 centred at (gu) : 89.98485 92.12152 89.01173 assigned negative charge : -381.9674 centred at (gu) : 89.15322 91.86796 89.02168 start vw surface at 0.1100000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 151983 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24208 grid for indexing accessible points = 1.400000 m= 70250 mr = 106948 m= 20678 mr = 54690 m= 3275 mr = 15089 m= 268 mr = 1920 m= 13 mr = 123 m= 0 mr = 0 time to grow re-entrant surface = 0.8100001 no. cavity mid-points inaccessible to solvent = 51 time to turn everything in is 1.360000 number of dielectric boundary points 67697 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.560000 number of grid points assigned charge 19365 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.780920 object centre at (A) : 18.29600 43.14950 80.69901 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2396569 2.7884759E-02 midg,1,midg; midg,igrid,midg -5.2113127E-02 -0.2880019 1,midg,midg; igrid,midg,midg -0.3169624 3.1797592E-02 gauss-seidel spectral radius is 0.9992111 estimated iterations to convergence 281 setup time was (sec) 1.760000 now iterating at: 14:26:26 rms-change max change #iterations 9.040843 337.7661 at 10iterations 5.262160 128.0870 at 20iterations 3.012177 73.02726 at 30iterations 1.726526 44.89111 at 40iterations 0.9840332 23.50125 at 50iterations 0.5599073 13.75494 at 60iterations 0.3174064 7.241047 at 70iterations 0.1802586 3.851534 at 80iterations 0.1019823 2.056959 at 90iterations 5.7677776E-02 1.225180 at 100iterations 3.2629747E-02 0.7590256 at 110iterations 1.8503862E-02 0.4065247 at 120iterations 1.0424101E-02 0.2172856 at 130iterations 5.8866432E-03 0.1157896 at 140iterations 3.3279411E-03 7.3360443E-02 at 150iterations 1.8779595E-03 4.2140961E-02 at 160iterations 1.0574238E-03 2.3044586E-02 at 170iterations 5.9873972E-04 1.2414932E-02 at 180iterations finished qdiffx linear iterations at : 14:26:44 total time elapsed so far: 18.99000 # loops : 180 mean,max change (kT/e) : 5.9873972E-04 1.2414932E-02 energy calculations done at 18.99000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.15000 DelPhi exited at 14:26:44 19.157u 0.487s 0:20.19 97.2% 0+0k 0+0io 0pf+0w