Mon Oct 10 17:16:22 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 17:16:22 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: 344 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2914 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: HIR 148 has a net charge of 0.5140 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.5518097 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.518000 61.99700 ymin,ymax (A): 12.05600 58.61900 zmin,zma (A): -7.590000 39.58600 x,y,z range (A): 64.51500 46.56300 47.17600 scale (grids/A): 0.5518097 object centre (A): 29.73950 35.33750 15.99800 number of atom coordinates read : 2914 total number of charged atoms : 2773 net assigned charge : -4.471960 assigned positive charge : 439.6469 centred at (gu) : 89.79501 89.70927 89.30293 assigned negative charge : -444.1201 centred at (gu) : 89.70844 89.88137 89.27352 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5626 nv = 96 ne = 84 npr = 59449 no. pairs analyzed = 59449 no. exposed pairs = 3765 no. arc points = 26164 no. surface atoms = 1287 nbur = 1627 mkacc time = 9.9999994E-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.568000 m= 200 mr = 2785 m= 1 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 6 time to turn everything in is 0.2000000 number of dielectric boundary points 3038 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2660 ## 351 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 7350 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.0107664E-10 -9.2453462E-11 midg,1,midg; midg,igrid,midg 1.1189405E-09 -1.6726935E-09 1,midg,midg; igrid,midg,midg -1.1246867E-09 3.3853356E-10 gauss-seidel spectral radius is 0.9830585 estimated iterations to convergence 63 setup time was (sec) 0.4100000 now iterating at: 17:16:23 rms-change max change #iterations 7.8633264E-02 12.58043 at 10iterations 5.4326728E-03 0.9099884 at 20iterations 3.6328094E-04 5.7052135E-02 at 30iterations 2.4704719E-05 4.6119690E-03 at 40iterations 1.6876934E-06 2.5844574E-04 at 50iterations finished qdiffx linear iterations at : 17:16:26 total time elapsed so far: 3.290000 # loops : 50 mean,max change (kT/e) : 1.6876934E-06 2.5844574E-04 energy calculations done at 3.290000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.420000 DelPhi exited at 17:16:26 3.422u 0.166s 0:03.91 91.5% 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 17:16:26 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: 344 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2914 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: HIR 148 has a net charge of 0.5140 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.655429 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.518000 61.99700 ymin,ymax (A): 12.05600 58.61900 zmin,zma (A): -7.590000 39.58600 x,y,z range (A): 64.51500 46.56300 47.17600 scale (grids/A): 1.655429 object centre (A): 29.73950 35.33750 15.99800 number of atom coordinates read : 2914 total number of charged atoms : 2773 net assigned charge : -4.471960 assigned positive charge : 439.6469 centred at (gu) : 89.38394 89.12700 87.90766 assigned negative charge : -444.1201 centred at (gu) : 89.12517 89.64359 87.82024 start vw surface at 0.1000000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 61834 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26164 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 18070 mr = 40840 m= 1765 mr = 12064 m= 43 mr = 789 m= 0 mr = 2 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 996 time to turn everything in is 0.3200000 number of dielectric boundary points 28017 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 300 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 21290 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.5518097 object centre at (A) : 29.73950 35.33750 15.99800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.2361766E-03 -1.8155937E-03 midg,1,midg; midg,igrid,midg 9.8968977E-03 -1.8674225E-02 1,midg,midg; igrid,midg,midg -2.9002154E-02 -6.9796853E-03 gauss-seidel spectral radius is 0.9982226 estimated iterations to convergence 188 setup time was (sec) 0.5300000 now iterating at: 17:16:27 rms-change max change #iterations 3.434888 191.1038 at 10iterations 1.429070 56.29724 at 20iterations 0.6000281 23.61926 at 30iterations 0.2525636 10.28974 at 40iterations 0.1061941 3.713765 at 50iterations 4.4781882E-02 1.645746 at 60iterations 1.8785188E-02 0.7681904 at 70iterations 7.9014897E-03 0.2958221 at 80iterations 3.3349209E-03 0.1166739 at 90iterations 1.3908097E-03 5.0090790E-02 at 100iterations 5.9061847E-04 2.2804260E-02 at 110iterations 2.4750349E-04 8.9852810E-03 at 120iterations finished qdiffx linear iterations at : 17:16:34 total time elapsed so far: 7.510000 # loops : 120 mean,max change (kT/e) : 2.4750349E-04 8.9852810E-03 energy calculations done at 7.510000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.630000 DelPhi exited at 17:16:34 7.635u 0.198s 0:08.12 96.3% 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 17:16:35 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: 344 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2914 !!! WARNING: HIT 107 has a net charge of 0.5140 !!! WARNING: HIR 148 has a net charge of 0.5140 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: 2.483144 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.518000 61.99700 ymin,ymax (A): 12.05600 58.61900 zmin,zma (A): -7.590000 39.58600 x,y,z range (A): 64.51500 46.56300 47.17600 scale (grids/A): 2.483144 object centre (A): 29.73950 35.33750 15.99800 number of atom coordinates read : 2914 total number of charged atoms : 2773 net assigned charge : -4.471960 assigned positive charge : 439.6469 centred at (gu) : 89.07576 88.69030 86.86121 assigned negative charge : -444.1201 centred at (gu) : 88.68764 89.46535 86.73027 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 143688 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26164 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 63288 mr = 100334 m= 17255 mr = 49237 m= 2589 mr = 12581 m= 192 mr = 1583 m= 2 mr = 87 m= 0 mr = 0 time to grow re-entrant surface = 0.4000000 no. cavity mid-points inaccessible to solvent = 3161 time to turn everything in is 0.7300000 number of dielectric boundary points 63192 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 15 iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 22158 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.655429 object centre at (A) : 29.73950 35.33750 15.99800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.9818300E-02 -2.6457859E-02 midg,1,midg; midg,igrid,midg 0.1562868 -0.2486061 1,midg,midg; igrid,midg,midg -0.8233341 -7.9429105E-02 gauss-seidel spectral radius is 0.9991511 estimated iterations to convergence 271 setup time was (sec) 0.9500000 now iterating at: 17:16:36 rms-change max change #iterations 8.849380 340.3854 at 10iterations 4.959247 141.8301 at 20iterations 2.767342 69.36760 at 30iterations 1.538306 36.66901 at 40iterations 0.8541562 21.29411 at 50iterations 0.4732193 10.12429 at 60iterations 0.2618809 5.863729 at 70iterations 0.1446861 3.015095 at 80iterations 7.9639688E-02 1.919052 at 90iterations 4.4033065E-02 0.9548149 at 100iterations 2.4353664E-02 0.4895125 at 110iterations 1.3412141E-02 0.2865906 at 120iterations 7.3845224E-03 0.1525116 at 130iterations 4.0806280E-03 9.5337868E-02 at 140iterations 2.2429612E-03 5.1819086E-02 at 150iterations 1.2365290E-03 2.5914669E-02 at 160iterations 6.8246678E-04 1.4244080E-02 at 170iterations 3.7557966E-04 7.3289871E-03 at 180iterations finished qdiffx linear iterations at : 17:16:47 total time elapsed so far: 11.86000 # loops : 180 mean,max change (kT/e) : 3.7557966E-04 7.3289871E-03 energy calculations done at 11.86000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.99000 DelPhi exited at 17:16:47 11.993u 0.224s 0:12.50 97.6% 0+0k 0+0io 0pf+0w