Mon Oct 10 09:45:00 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 Mon Oct 10 2011 at 09:45:00 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 = 3151 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5334533 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): 105.2420 171.9770 ymin,ymax (A): -42.60300 10.71300 zmin,zma (A): 42.05500 102.7550 x,y,z range (A): 66.73499 53.31600 60.70000 scale (grids/A): 0.5334533 object centre (A): 138.6095 -15.94500 72.40500 number of atom coordinates read : 3151 total number of charged atoms : 2992 net assigned charge : 10.00002 assigned positive charge : 461.1983 centred at (gu) : 90.43785 89.47443 89.47013 assigned negative charge : -451.1991 centred at (gu) : 90.40741 89.50678 89.34332 start vw surface at 0.1300000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 5806 nv = 96 ne = 84 npr = 61874 no. pairs analyzed = 61874 no. exposed pairs = 4736 no. arc points = 33917 no. surface atoms = 1571 nbur = 1580 mkacc time = 0.1600000 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.596000 m= 240 mr = 2474 m= 0 mr = 1 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3571 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3328 ## 441 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 7663 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.8514680E-10 7.8777768E-10 midg,1,midg; midg,igrid,midg 5.8555011E-10 2.1482145E-10 1,midg,midg; igrid,midg,midg 2.2652261E-10 5.6400323E-10 gauss-seidel spectral radius is 0.9819182 estimated iterations to convergence 61 setup time was (sec) 0.6900000 now iterating at: 09:45:23 rms-change max change #iterations 6.5136947E-02 13.23038 at 10iterations 3.9911913E-03 0.7045021 at 20iterations 2.7213426E-04 4.6427727E-02 at 30iterations 3.0286321E-05 3.7994385E-03 at 40iterations 5.9176532E-06 7.1859360E-04 at 50iterations finished qdiffx linear iterations at : 09:45:27 total time elapsed so far: 4.790000 # loops : 50 mean,max change (kT/e) : 5.9176532E-06 7.1859360E-04 energy calculations done at 4.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.960000 DelPhi exited at 09:45:28 4.968u 0.437s 0:28.27 19.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 Mon Oct 10 2011 at 09:45:28 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 = 3151 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.600360 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): 105.2420 171.9770 ymin,ymax (A): -42.60300 10.71300 zmin,zma (A): 42.05500 102.7550 x,y,z range (A): 66.73499 53.31600 60.70000 scale (grids/A): 1.600360 object centre (A): 138.6095 -15.94500 72.40500 number of atom coordinates read : 3151 total number of charged atoms : 2992 net assigned charge : 10.00002 assigned positive charge : 461.1983 centred at (gu) : 91.31288 88.42260 88.40960 assigned negative charge : -451.1991 centred at (gu) : 91.22204 88.51996 88.02964 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 62748 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33917 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 18118 mr = 37729 m= 1819 mr = 11081 m= 59 mr = 677 m= 0 mr = 0 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5600000 number of dielectric boundary points 33257 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 393 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 22740 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.5334533 object centre at (A) : 138.6095 -15.94500 72.40500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.1639096E-03 2.2221176E-02 midg,1,midg; midg,igrid,midg 9.9626882E-03 7.0980135E-03 1,midg,midg; igrid,midg,midg -3.6113989E-03 5.6587751E-03 gauss-seidel spectral radius is 0.9981459 estimated iterations to convergence 185 setup time was (sec) 0.8600000 now iterating at: 09:45:38 rms-change max change #iterations 3.206589 147.0821 at 10iterations 1.318827 54.90648 at 20iterations 0.5424156 25.41256 at 30iterations 0.2231183 8.167189 at 40iterations 9.2319116E-02 3.861057 at 50iterations 3.8075279E-02 1.532885 at 60iterations 1.5699947E-02 0.6448059 at 70iterations 6.4968634E-03 0.2633514 at 80iterations 2.6859543E-03 9.3914032E-02 at 90iterations 1.1128132E-03 4.0466309E-02 at 100iterations 4.5903595E-04 1.8524885E-02 at 110iterations 1.9127053E-04 7.3060989E-03 at 120iterations finished qdiffx linear iterations at : 09:45:49 total time elapsed so far: 11.35000 # loops : 120 mean,max change (kT/e) : 1.9127053E-04 7.3060989E-03 energy calculations done at 11.35000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.53000 DelPhi exited at 09:45:49 11.535u 0.481s 0:20.92 57.4% 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 09:45: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 = 3151 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.400540 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): 105.2420 171.9770 ymin,ymax (A): -42.60300 10.71300 zmin,zma (A): 42.05500 102.7550 x,y,z range (A): 66.73499 53.31600 60.70000 scale (grids/A): 2.400540 object centre (A): 138.6095 -15.94500 72.40500 number of atom coordinates read : 3151 total number of charged atoms : 2992 net assigned charge : 10.00002 assigned positive charge : 461.1983 centred at (gu) : 91.96918 87.63379 87.61410 assigned negative charge : -451.1991 centred at (gu) : 91.83301 87.77986 87.04435 start vw surface at 0.1300000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 145220 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33917 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 62099 mr = 93658 m= 17221 mr = 45499 m= 2571 mr = 11734 m= 140 mr = 1338 m= 4 mr = 18 m= 0 mr = 0 time to grow re-entrant surface = 0.7800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.320000 number of dielectric boundary points 75008 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 28 iepsmp to db, and charging done at 1.520000 number of grid points assigned charge 23899 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.600360 object centre at (A) : 138.6095 -15.94500 72.40500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.6998636E-02 0.4137675 midg,1,midg; midg,igrid,midg 0.1665331 0.1142947 1,midg,midg; igrid,midg,midg -3.9864682E-02 -8.9948162E-02 gauss-seidel spectral radius is 0.9991459 estimated iterations to convergence 270 setup time was (sec) 1.710000 now iterating at: 09:45:51 rms-change max change #iterations 8.615249 276.5375 at 10iterations 4.922544 149.1696 at 20iterations 2.790191 69.28196 at 30iterations 1.567131 42.50138 at 40iterations 0.8777468 23.34282 at 50iterations 0.4899126 11.68506 at 60iterations 0.2731148 7.346962 at 70iterations 0.1519403 3.514303 at 80iterations 8.3990380E-02 1.929404 at 90iterations 4.6513058E-02 1.113392 at 100iterations 2.5753994E-02 0.5530109 at 110iterations 1.4219130E-02 0.3485255 at 120iterations 7.8436369E-03 0.1907401 at 130iterations 4.3422105E-03 9.9098206E-02 at 140iterations 2.3911672E-03 4.9278259E-02 at 150iterations 1.3196393E-03 2.7490139E-02 at 160iterations 7.2750601E-04 1.5815735E-02 at 170iterations 4.0161077E-04 9.1242790E-03 at 180iterations finished qdiffx linear iterations at : 09:46:08 total time elapsed so far: 18.00000 # loops : 180 mean,max change (kT/e) : 4.0161077E-04 9.1242790E-03 energy calculations done at 18.00000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.16000 DelPhi exited at 09:46:08 18.163u 0.467s 0:19.13 97.3% 0+0k 0+0io 0pf+0w