Tue Oct 11 04:31:28 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 04:31: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: 319 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2767 !!! WARNING: ASP 28 has a net charge of -2.0000 !!! WARNING: HIR 71 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3600 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: 0.6359868 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): -11.13200 37.16100 ymin,ymax (A): -25.91000 22.68700 zmin,zma (A): -10.70200 45.27400 x,y,z range (A): 48.29300 48.59700 55.97600 scale (grids/A): 0.6359868 object centre (A): 13.01450 -1.611500 17.28600 number of atom coordinates read : 2767 total number of charged atoms : 2614 net assigned charge : -1.845979 assigned positive charge : 420.4857 centred at (gu) : 89.84077 90.39935 92.12121 assigned negative charge : -422.3323 centred at (gu) : 89.56567 90.30816 92.08170 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 7352 nv = 96 ne = 84 npr = 57080 no. pairs analyzed = 57080 no. exposed pairs = 3385 no. arc points = 23370 no. surface atoms = 1146 nbur = 1621 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 375 mr = 4098 m= 3 mr = 37 m= 0 mr = 0 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2000000 number of dielectric boundary points 3595 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2367 ## 237 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 8994 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.4033861E-09 3.3442540E-09 midg,1,midg; midg,igrid,midg -1.1781872E-08 8.5189322E-09 1,midg,midg; igrid,midg,midg -3.5739934E-08 2.6827577E-08 gauss-seidel spectral radius is 0.9872023 estimated iterations to convergence 72 setup time was (sec) 0.3800000 now iterating at: 04:31:28 rms-change max change #iterations 0.1501772 22.31355 at 10iterations 1.4803546E-02 2.067558 at 20iterations 1.5544760E-03 0.2309589 at 30iterations 1.9903958E-04 3.2112122E-02 at 40iterations 4.2122276E-05 6.7653656E-03 at 50iterations finished qdiffx linear iterations at : 04:31:31 total time elapsed so far: 3.210000 # loops : 50 mean,max change (kT/e) : 4.2122276E-05 6.7653656E-03 energy calculations done at 3.210000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.350000 DelPhi exited at 04:31:32 3.349u 0.186s 0:04.01 87.7% 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 04:31:32 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: 319 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2767 !!! WARNING: ASP 28 has a net charge of -2.0000 !!! WARNING: HIR 71 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3600 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.907961 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): -11.13200 37.16100 ymin,ymax (A): -25.91000 22.68700 zmin,zma (A): -10.70200 45.27400 x,y,z range (A): 48.29300 48.59700 55.97600 scale (grids/A): 1.907961 object centre (A): 13.01450 -1.611500 17.28600 number of atom coordinates read : 2767 total number of charged atoms : 2614 net assigned charge : -1.845979 assigned positive charge : 420.4857 centred at (gu) : 89.52172 91.19749 96.36308 assigned negative charge : -422.3323 centred at (gu) : 88.69688 90.92429 96.24494 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 79496 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23370 grid for indexing accessible points = 1.400000 m= 28852 mr = 55779 m= 4467 mr = 21370 m= 226 mr = 2713 m= 5 mr = 74 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 225 time to turn everything in is 0.3900000 number of dielectric boundary points 33110 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 192 iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 20566 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.6359868 object centre at (A) : 13.01450 -1.611500 17.28600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.4019369E-02 -1.8949077E-02 midg,1,midg; midg,igrid,midg -1.0714259E-02 1.4458950E-02 1,midg,midg; igrid,midg,midg -2.1101885E-02 5.0740629E-02 gauss-seidel spectral radius is 0.9986541 estimated iterations to convergence 216 setup time was (sec) 0.6100000 now iterating at: 04:31:33 rms-change max change #iterations 4.452963 191.8266 at 10iterations 2.099713 74.36107 at 20iterations 0.9924545 31.24809 at 30iterations 0.4682601 15.56411 at 40iterations 0.2212122 7.104763 at 50iterations 0.1045532 3.225809 at 60iterations 4.9292702E-02 1.582687 at 70iterations 2.3266550E-02 0.7293358 at 80iterations 1.0971523E-02 0.3248806 at 90iterations 5.1720319E-03 0.1567178 at 100iterations 2.4464140E-03 7.7858210E-02 at 110iterations 1.1543221E-03 3.6118507E-02 at 120iterations finished qdiffx linear iterations at : 04:31:40 total time elapsed so far: 7.610000 # loops : 120 mean,max change (kT/e) : 1.1543221E-03 3.6118507E-02 energy calculations done at 7.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.740000 DelPhi exited at 04:31:41 7.744u 0.196s 0:08.60 92.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 04:31:41 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: 319 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2767 !!! WARNING: ASP 28 has a net charge of -2.0000 !!! WARNING: HIR 71 has a net charge of 0.5140 !!! WARNING: TYS 1 has a net charge of -0.3600 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.861941 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): -11.13200 37.16100 ymin,ymax (A): -25.91000 22.68700 zmin,zma (A): -10.70200 45.27400 x,y,z range (A): 48.29300 48.59700 55.97600 scale (grids/A): 2.861941 object centre (A): 13.01450 -1.611500 17.28600 number of atom coordinates read : 2767 total number of charged atoms : 2614 net assigned charge : -1.845979 assigned positive charge : 420.4857 centred at (gu) : 89.28255 91.79617 99.54474 assigned negative charge : -422.3323 centred at (gu) : 88.04520 91.38641 99.36729 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 183858 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23370 grid for indexing accessible points = 1.400000 m= 94171 mr = 135139 m= 33627 mr = 77227 m= 7848 mr = 26909 m= 1040 mr = 5883 m= 50 mr = 654 m= 1 mr = 22 m= 0 mr = 0 time to grow re-entrant surface = 0.5900000 no. cavity mid-points inaccessible to solvent = 825 time to turn everything in is 1.020000 number of dielectric boundary points 74761 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.110000 number of grid points assigned charge 20906 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.907961 object centre at (A) : 13.01450 -1.611500 17.28600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.9207193 0.1687259 midg,1,midg; midg,igrid,midg -0.1349699 0.2080506 1,midg,midg; igrid,midg,midg -0.1250283 0.4784774 gauss-seidel spectral radius is 0.9992633 estimated iterations to convergence 291 setup time was (sec) 1.240000 now iterating at: 04:31:42 rms-change max change #iterations 10.45046 375.3481 at 10iterations 6.103827 124.8541 at 20iterations 3.550526 86.07767 at 30iterations 2.066211 47.89394 at 40iterations 1.194914 22.90089 at 50iterations 0.6911234 13.27208 at 60iterations 0.3999948 6.788216 at 70iterations 0.2312962 4.500874 at 80iterations 0.1335162 2.417803 at 90iterations 7.6977931E-02 1.600407 at 100iterations 4.4525743E-02 0.7982719 at 110iterations 2.5654901E-02 0.4672995 at 120iterations 1.4814745E-02 0.2867699 at 130iterations 8.5544512E-03 0.1495285 at 140iterations 4.9469923E-03 8.4800720E-02 at 150iterations 2.8726694E-03 4.8880100E-02 at 160iterations 1.6742338E-03 2.8738499E-02 at 170iterations 9.8075694E-04 1.8328667E-02 at 180iterations finished qdiffx linear iterations at : 04:31:53 total time elapsed so far: 12.48000 # loops : 180 mean,max change (kT/e) : 9.8075694E-04 1.8328667E-02 energy calculations done at 12.48000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.62000 DelPhi exited at 04:31:54 12.619u 0.218s 0:13.19 97.1% 0+0k 0+0io 0pf+0w