Tue Oct 11 08:03:34 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 Tue Oct 11 2011 at 08:03: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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2650 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5550791 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): 42.57000 83.67700 ymin,ymax (A): 13.21700 73.66200 zmin,zma (A): -21.88300 42.25200 x,y,z range (A): 41.10700 60.44500 64.13500 scale (grids/A): 0.5550791 object centre (A): 63.12350 43.43950 10.18450 number of atom coordinates read : 2650 total number of charged atoms : 2508 net assigned charge : 8.000020 assigned positive charge : 394.6885 centred at (gu) : 90.42964 89.79796 91.93375 assigned negative charge : -386.6895 centred at (gu) : 90.46703 89.67040 91.80672 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 5373 nv = 96 ne = 84 npr = 52152 no. pairs analyzed = 52152 no. exposed pairs = 3528 no. arc points = 25257 no. surface atoms = 1197 nbur = 1453 mkacc time = 0.1100000 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.540000 m= 193 mr = 2592 m= 0 mr = 5 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 2969 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2591 ## 336 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 6938 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.0856097E-10 2.7249092E-09 midg,1,midg; midg,igrid,midg -3.7583098E-10 1.6161700E-09 1,midg,midg; igrid,midg,midg 8.9029922E-10 4.2425227E-10 gauss-seidel spectral radius is 0.9832425 estimated iterations to convergence 64 setup time was (sec) 0.5300000 now iterating at: 08:03:34 rms-change max change #iterations 7.3225729E-02 14.86966 at 10iterations 4.9968488E-03 0.9559058 at 20iterations 3.4740887E-04 7.8157425E-02 at 30iterations 2.3884677E-05 4.9438477E-03 at 40iterations 1.7053649E-06 3.3569336E-04 at 50iterations finished qdiffx linear iterations at : 08:03:37 total time elapsed so far: 3.090000 # loops : 50 mean,max change (kT/e) : 1.7053649E-06 3.3569336E-04 energy calculations done at 3.090000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.270000 DelPhi exited at 08:03:37 3.273u 0.159s 0:03.80 90.0% 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:03:37 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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2650 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.665237 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): 42.57000 83.67700 ymin,ymax (A): 13.21700 73.66200 zmin,zma (A): -21.88300 42.25200 x,y,z range (A): 41.10700 60.44500 64.13500 scale (grids/A): 1.665237 object centre (A): 63.12350 43.43950 10.18450 number of atom coordinates read : 2650 total number of charged atoms : 2508 net assigned charge : 8.000020 assigned positive charge : 394.6885 centred at (gu) : 91.28806 89.39281 95.80038 assigned negative charge : -386.6895 centred at (gu) : 91.40086 89.01099 95.41995 start vw surface at 0.1600000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 59009 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25257 grid for indexing accessible points = 1.400000 m= 17278 mr = 38272 m= 1769 mr = 11600 m= 55 mr = 827 m= 0 mr = 8 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 326 time to turn everything in is 0.4500000 number of dielectric boundary points 27404 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 294 iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 19312 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.5550791 object centre at (A) : 63.12350 43.43950 10.18450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.2746123E-04 6.4907834E-02 midg,1,midg; midg,igrid,midg -1.3302713E-02 8.4383106E-03 1,midg,midg; igrid,midg,midg 8.5474290E-03 3.7565357E-03 gauss-seidel spectral radius is 0.9982275 estimated iterations to convergence 189 setup time was (sec) 0.7200000 now iterating at: 08:03:38 rms-change max change #iterations 3.198863 158.7340 at 10iterations 1.337052 52.95589 at 20iterations 0.5616066 20.69692 at 30iterations 0.2356989 9.888203 at 40iterations 9.9170715E-02 3.601393 at 50iterations 4.1671805E-02 1.580526 at 60iterations 1.7529324E-02 0.6551361 at 70iterations 7.3902356E-03 0.2857132 at 80iterations 3.1114426E-03 0.1247540 at 90iterations 1.3117440E-03 4.8247576E-02 at 100iterations 5.4989354E-04 1.9645691E-02 at 110iterations 2.3147186E-04 8.5248947E-03 at 120iterations finished qdiffx linear iterations at : 08:03:45 total time elapsed so far: 7.230000 # loops : 120 mean,max change (kT/e) : 2.3147186E-04 8.5248947E-03 energy calculations done at 7.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.420000 DelPhi exited at 08:03:45 7.421u 0.194s 0:07.91 96.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 Tue Oct 11 2011 at 08:03:45 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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2650 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.497856 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): 42.57000 83.67700 ymin,ymax (A): 13.21700 73.66200 zmin,zma (A): -21.88300 42.25200 x,y,z range (A): 41.10700 60.44500 64.13500 scale (grids/A): 2.497856 object centre (A): 63.12350 43.43950 10.18450 number of atom coordinates read : 2650 total number of charged atoms : 2508 net assigned charge : 8.000020 assigned positive charge : 394.6885 centred at (gu) : 91.93202 89.08923 98.70039 assigned negative charge : -386.6895 centred at (gu) : 92.10126 88.51635 98.12990 start vw surface at 0.1500000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 136898 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25257 grid for indexing accessible points = 1.400000 m= 60138 mr = 93966 m= 16714 mr = 46721 m= 2643 mr = 12358 m= 203 mr = 1687 m= 9 mr = 98 m= 0 mr = 3 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 1181 time to turn everything in is 1.000000 number of dielectric boundary points 61772 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 17 iepsmp to db, and charging done at 1.140000 number of grid points assigned charge 20041 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.665237 object centre at (A) : 63.12350 43.43950 10.18450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.7946933E-02 1.294031 midg,1,midg; midg,igrid,midg -0.2661650 7.4341409E-02 1,midg,midg; igrid,midg,midg 0.1150840 4.1995455E-02 gauss-seidel spectral radius is 0.9991441 estimated iterations to convergence 270 setup time was (sec) 1.310000 now iterating at: 08:03:47 rms-change max change #iterations 8.285236 350.9281 at 10iterations 4.634783 131.5948 at 20iterations 2.590207 64.71924 at 30iterations 1.439519 33.42150 at 40iterations 0.7987630 17.90063 at 50iterations 0.4406421 10.54985 at 60iterations 0.2436808 5.609222 at 70iterations 0.1342258 2.970078 at 80iterations 7.4057028E-02 1.498767 at 90iterations 4.0799368E-02 0.8747177 at 100iterations 2.2478504E-02 0.5601349 at 110iterations 1.2378961E-02 0.2608161 at 120iterations 6.7964289E-03 0.1367645 at 130iterations 3.7266889E-03 8.2458496E-02 at 140iterations 2.0513823E-03 4.1574478E-02 at 150iterations 1.1288488E-03 2.3509026E-02 at 160iterations 6.2004989E-04 1.2596130E-02 at 170iterations 3.4071426E-04 7.0114136E-03 at 180iterations finished qdiffx linear iterations at : 08:03:57 total time elapsed so far: 11.65000 # loops : 180 mean,max change (kT/e) : 3.4071426E-04 7.0114136E-03 energy calculations done at 11.65000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.83000 DelPhi exited at 08:03:58 11.828u 0.201s 0:12.33 97.4% 0+0k 0+0io 0pf+0w