Mon Oct 10 14:38: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 Mon Oct 10 2011 at 14:38: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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2253 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.6241344 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): -2.616000 44.15300 ymin,ymax (A): 3.798000 60.83700 zmin,zma (A): -16.40400 36.80400 x,y,z range (A): 46.76900 57.03900 53.20800 scale (grids/A): 0.6241344 object centre (A): 20.76850 32.31750 10.20000 number of atom coordinates read : 2253 total number of charged atoms : 2099 net assigned charge : 5.3495169E-06 assigned positive charge : 327.4764 centred at (gu) : 89.14618 89.95562 90.46318 assigned negative charge : -327.4768 centred at (gu) : 89.03851 90.08419 90.51717 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6049 nv = 96 ne = 84 npr = 45194 no. pairs analyzed = 45194 no. exposed pairs = 3067 no. arc points = 21740 no. surface atoms = 1022 nbur = 1231 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 320 mr = 3059 m= 0 mr = 26 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 3284 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2089 ## 182 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 7129 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.1378000E-09 -3.7057744E-09 midg,1,midg; midg,igrid,midg 8.1734708E-09 -8.0665723E-09 1,midg,midg; igrid,midg,midg -8.2280396E-09 5.6324030E-09 gauss-seidel spectral radius is 0.9866836 estimated iterations to convergence 71 setup time was (sec) 0.5800000 now iterating at: 14:38:22 rms-change max change #iterations 0.1176284 19.27580 at 10iterations 1.0953282E-02 2.263973 at 20iterations 1.0146428E-03 0.1492348 at 30iterations 9.2875976E-05 1.3614655E-02 at 40iterations 8.7708777E-06 1.6307831E-03 at 50iterations finished qdiffx linear iterations at : 14:38:25 total time elapsed so far: 3.850000 # loops : 50 mean,max change (kT/e) : 8.7708777E-06 1.6307831E-03 energy calculations done at 3.850000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.030000 DelPhi exited at 14:38:25 4.033u 0.251s 0:04.62 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 Mon Oct 10 2011 at 14:38: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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2253 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.872403 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): -2.616000 44.15300 ymin,ymax (A): 3.798000 60.83700 zmin,zma (A): -16.40400 36.80400 x,y,z range (A): 46.76900 57.03900 53.20800 scale (grids/A): 1.872403 object centre (A): 20.76850 32.31750 10.20000 number of atom coordinates read : 2253 total number of charged atoms : 2099 net assigned charge : 5.3495169E-06 assigned positive charge : 327.4764 centred at (gu) : 87.43807 89.86645 91.38902 assigned negative charge : -327.4768 centred at (gu) : 87.11540 90.25246 91.55139 start vw surface at 0.1400000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 65115 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21740 grid for indexing accessible points = 1.400000 m= 22251 mr = 43305 m= 3091 mr = 15522 m= 186 mr = 1653 m= 4 mr = 58 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5900000 number of dielectric boundary points 30109 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 157 iepsmp to db, and charging done at 0.7200000 number of grid points assigned charge 16484 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.6241344 object centre at (A) : 20.76850 32.31750 10.20000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.8609846E-03 -1.6147578E-02 midg,1,midg; midg,igrid,midg 7.2763371E-03 4.4706059E-03 1,midg,midg; igrid,midg,midg -3.7151692E-03 4.0241494E-03 gauss-seidel spectral radius is 0.9985642 estimated iterations to convergence 209 setup time was (sec) 0.8800000 now iterating at: 14:38:27 rms-change max change #iterations 3.737224 166.9693 at 10iterations 1.712260 73.92532 at 20iterations 0.7813478 29.90612 at 30iterations 0.3592055 11.61852 at 40iterations 0.1639505 5.300990 at 50iterations 7.5262249E-02 2.499825 at 60iterations 3.4558997E-02 1.282653 at 70iterations 1.5834326E-02 0.6104622 at 80iterations 7.2747241E-03 0.2420788 at 90iterations 3.3306661E-03 0.1439819 at 100iterations 1.5259949E-03 5.0356865E-02 at 110iterations 7.0109736E-04 2.3824692E-02 at 120iterations finished qdiffx linear iterations at : 14:38:35 total time elapsed so far: 9.110000 # loops : 120 mean,max change (kT/e) : 7.0109736E-04 2.3824692E-02 energy calculations done at 9.110000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.290000 DelPhi exited at 14:38:36 9.291u 0.291s 0:10.21 93.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 Mon Oct 10 2011 at 14:38: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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2253 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.808604 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): -2.616000 44.15300 ymin,ymax (A): 3.798000 60.83700 zmin,zma (A): -16.40400 36.80400 x,y,z range (A): 46.76900 57.03900 53.20800 scale (grids/A): 2.808604 object centre (A): 20.76850 32.31750 10.20000 number of atom coordinates read : 2253 total number of charged atoms : 2099 net assigned charge : 5.3495169E-06 assigned positive charge : 327.4764 centred at (gu) : 86.15699 89.79962 92.08344 assigned negative charge : -327.4768 centred at (gu) : 85.67296 90.37866 92.32707 start vw surface at 0.1500000 fill in re-entrant regions at 0.5000000 boundary points on vw surface= 150519 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21740 grid for indexing accessible points = 1.400000 m= 72849 mr = 105386 m= 24889 mr = 57843 m= 5274 mr = 19079 m= 675 mr = 3543 m= 55 mr = 427 m= 0 mr = 30 time to grow re-entrant surface = 0.8800001 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.500000 number of dielectric boundary points 67953 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.640000 number of grid points assigned charge 16791 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.872403 object centre at (A) : 20.76850 32.31750 10.20000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 8.0394194E-02 -0.2616264 midg,1,midg; midg,igrid,midg 1.3223175E-02 0.1608563 1,midg,midg; igrid,midg,midg 1.8906927E-02 2.7215008E-03 gauss-seidel spectral radius is 0.9992420 estimated iterations to convergence 287 setup time was (sec) 1.810000 now iterating at: 14:38:38 rms-change max change #iterations 8.995232 365.1863 at 10iterations 5.262205 136.6131 at 20iterations 3.041706 65.14563 at 30iterations 1.753743 39.56661 at 40iterations 1.009554 20.38248 at 50iterations 0.5789886 12.90554 at 60iterations 0.3318664 7.143494 at 70iterations 0.1899323 3.815975 at 80iterations 0.1086679 2.262867 at 90iterations 6.1951086E-02 1.327274 at 100iterations 3.5436153E-02 0.7763305 at 110iterations 2.0212004E-02 0.4450698 at 120iterations 1.1523722E-02 0.2311630 at 130iterations 6.5750615E-03 0.1262002 at 140iterations 3.7536935E-03 7.3055267E-02 at 150iterations 2.1388542E-03 4.2812347E-02 at 160iterations 1.2194657E-03 2.3656845E-02 at 170iterations 6.9360260E-04 1.5012741E-02 at 180iterations finished qdiffx linear iterations at : 14:38:51 total time elapsed so far: 15.25000 # loops : 180 mean,max change (kT/e) : 6.9360260E-04 1.5012741E-02 energy calculations done at 15.25000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.42000 DelPhi exited at 14:38:52 15.427u 0.306s 0:16.09 97.7% 0+0k 0+0io 0pf+0w