Tue Oct 11 08:02:11 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 Tue Oct 11 2011 at 08:02:11 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 = 2563 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5795592 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): -16.60100 44.82500 ymin,ymax (A): -21.78100 36.54300 zmin,zma (A): 34.92600 84.84100 x,y,z range (A): 61.42599 58.32401 49.91500 scale (grids/A): 0.5795592 object centre (A): 14.11200 7.381001 59.88350 number of atom coordinates read : 2563 total number of charged atoms : 2423 net assigned charge : 12.00002 assigned positive charge : 375.2279 centred at (gu) : 90.18723 88.57345 88.05554 assigned negative charge : -363.2286 centred at (gu) : 90.29928 88.53382 88.06283 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5822 nv = 96 ne = 84 npr = 49112 no. pairs analyzed = 49112 no. exposed pairs = 3615 no. arc points = 26371 no. surface atoms = 1206 nbur = 1357 mkacc time = 9.0000004E-02 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.484000 m= 234 mr = 2695 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1900000 number of dielectric boundary points 3351 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2668 ## 312 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 7314 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.2341077E-09 1.5860532E-09 midg,1,midg; midg,igrid,midg 2.5858355E-09 2.3663089E-09 1,midg,midg; igrid,midg,midg 4.3331814E-09 6.0009964E-10 gauss-seidel spectral radius is 0.9846151 estimated iterations to convergence 66 setup time was (sec) 0.3700000 now iterating at: 08:02:11 rms-change max change #iterations 8.7068796E-02 15.26009 at 10iterations 6.6945874E-03 1.223183 at 20iterations 5.2062742E-04 0.1028109 at 30iterations 4.0743871E-05 6.9603920E-03 at 40iterations 3.5224321E-06 5.6719780E-04 at 50iterations finished qdiffx linear iterations at : 08:02:14 total time elapsed so far: 3.200000 # loops : 50 mean,max change (kT/e) : 3.5224321E-06 5.6719780E-04 energy calculations done at 3.200000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.340000 DelPhi exited at 08:02:14 3.344u 0.171s 0:03.79 92.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 Tue Oct 11 2011 at 08:02:14 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 = 2563 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.738678 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): -16.60100 44.82500 ymin,ymax (A): -21.78100 36.54300 zmin,zma (A): 34.92600 84.84100 x,y,z range (A): 61.42599 58.32401 49.91500 scale (grids/A): 1.738678 object centre (A): 14.11200 7.381001 59.88350 number of atom coordinates read : 2563 total number of charged atoms : 2423 net assigned charge : 12.00002 assigned positive charge : 375.2279 centred at (gu) : 90.56090 85.71966 84.16621 assigned negative charge : -363.2286 centred at (gu) : 90.89777 85.60127 84.18826 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 63300 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26371 grid for indexing accessible points = 1.400000 m= 19157 mr = 39887 m= 2091 mr = 12783 m= 77 mr = 999 m= 0 mr = 4 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 79 time to turn everything in is 0.3300000 number of dielectric boundary points 30952 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 293 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 18820 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.5795592 object centre at (A) : 14.11200 7.381001 59.88350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.8427623E-02 2.3738509E-03 midg,1,midg; midg,igrid,midg 5.5928114E-03 1.4320675E-02 1,midg,midg; igrid,midg,midg 3.4638532E-02 9.0958020E-03 gauss-seidel spectral radius is 0.9983784 estimated iterations to convergence 197 setup time was (sec) 0.5500000 now iterating at: 08:02:15 rms-change max change #iterations 3.386344 161.8541 at 10iterations 1.468509 63.91618 at 20iterations 0.6398206 26.82937 at 30iterations 0.2784693 10.50944 at 40iterations 0.1214446 4.166496 at 50iterations 5.3120535E-02 2.097870 at 60iterations 2.3125906E-02 0.8221359 at 70iterations 1.0084567E-02 0.3826752 at 80iterations 4.4064927E-03 0.1578484 at 90iterations 1.9297054E-03 6.7348480E-02 at 100iterations 8.4056373E-04 2.9076576E-02 at 110iterations 3.6845231E-04 1.2582779E-02 at 120iterations finished qdiffx linear iterations at : 08:02:22 total time elapsed so far: 7.700000 # loops : 120 mean,max change (kT/e) : 3.6845231E-04 1.2582779E-02 energy calculations done at 7.700000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.830000 DelPhi exited at 08:02:23 7.836u 0.206s 0:08.62 93.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 Tue Oct 11 2011 at 08:02:23 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 = 2563 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.608016 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): -16.60100 44.82500 ymin,ymax (A): -21.78100 36.54300 zmin,zma (A): 34.92600 84.84100 x,y,z range (A): 61.42599 58.32401 49.91500 scale (grids/A): 2.608016 object centre (A): 14.11200 7.381001 59.88350 number of atom coordinates read : 2563 total number of charged atoms : 2423 net assigned charge : 12.00002 assigned positive charge : 375.2279 centred at (gu) : 90.84142 83.57942 81.24910 assigned negative charge : -363.2286 centred at (gu) : 91.34658 83.40195 81.28236 start vw surface at 0.1100000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 146700 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26371 grid for indexing accessible points = 1.400000 m= 64739 mr = 98122 m= 19493 mr = 49885 m= 3381 mr = 14521 m= 282 mr = 2166 m= 8 mr = 134 m= 0 mr = 0 time to grow re-entrant surface = 0.4200000 no. cavity mid-points inaccessible to solvent = 283 time to turn everything in is 0.7800000 number of dielectric boundary points 69775 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 19373 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.738678 object centre at (A) : 14.11200 7.381001 59.88350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2259404 6.0576978E-03 midg,1,midg; midg,igrid,midg 3.7744552E-02 0.2141105 1,midg,midg; igrid,midg,midg 0.4845756 9.9052265E-02 gauss-seidel spectral radius is 0.9991971 estimated iterations to convergence 279 setup time was (sec) 1.010000 now iterating at: 08:02:24 rms-change max change #iterations 8.557683 364.8652 at 10iterations 4.933933 139.1205 at 20iterations 2.816544 70.68636 at 30iterations 1.601471 43.79483 at 40iterations 0.9094798 19.55490 at 50iterations 0.5149029 13.11817 at 60iterations 0.2900447 6.101923 at 70iterations 0.1634427 3.760010 at 80iterations 9.1706686E-02 2.010651 at 90iterations 5.1673364E-02 1.306747 at 100iterations 2.8997516E-02 0.6744351 at 110iterations 1.6318239E-02 0.3474507 at 120iterations 9.1558788E-03 0.1932831 at 130iterations 5.1369243E-03 0.1110644 at 140iterations 2.8802729E-03 6.2707901E-02 at 150iterations 1.6147497E-03 3.8740396E-02 at 160iterations 9.0833579E-04 1.9289017E-02 at 170iterations 5.0933287E-04 1.0248259E-02 at 180iterations finished qdiffx linear iterations at : 08:02:36 total time elapsed so far: 12.26000 # loops : 180 mean,max change (kT/e) : 5.0933287E-04 1.0248259E-02 energy calculations done at 12.26000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.39000 DelPhi exited at 08:02:36 12.397u 0.213s 0:13.14 95.8% 0+0k 0+0io 0pf+0w