Wed Dec 21 14:20:54 PST 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 Wed Dec 21 2011 at 14:20:54 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 = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5741750 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): -35.07200 10.22800 ymin,ymax (A): 1.093000 41.03400 zmin,zma (A): -3.022000 58.98000 x,y,z range (A): 45.30000 39.94100 62.00200 scale (grids/A): 0.5741750 object centre (A): -12.42200 21.06350 27.97900 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8261 centred at (gu) : 90.38289 89.62013 89.85384 assigned negative charge : -285.8263 centred at (gu) : 90.27957 89.77187 89.84081 start vw surface at 7.9999998E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 4255 nv = 96 ne = 84 npr = 40615 no. pairs analyzed = 40615 no. exposed pairs = 2455 no. arc points = 17258 no. surface atoms = 839 nbur = 1125 mkacc time = 6.0000002E-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.512000 m= 184 mr = 2263 m= 0 mr = 8 time to grow re-entrant surface = 6.0000002E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1600000 number of dielectric boundary points 2168 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1755 ## 192 charges are in solution ## iepsmp to db, and charging done at 0.2400000 number of grid points assigned charge 5387 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.0015670E-10 4.8105236E-10 midg,1,midg; midg,igrid,midg 2.2808084E-09 -1.3270167E-09 1,midg,midg; igrid,midg,midg -7.9519802E-10 1.6821825E-09 gauss-seidel spectral radius is 0.9842619 estimated iterations to convergence 65 setup time was (sec) 0.3600000 now iterating at: 14:20:55 rms-change max change #iterations 7.1945496E-02 13.08906 at 10iterations 5.4565426E-03 0.9520416 at 20iterations 4.1365947E-04 7.3219061E-02 at 30iterations 3.0929670E-05 6.4620972E-03 at 40iterations 2.3572986E-06 4.2819977E-04 at 50iterations finished qdiffx linear iterations at : 14:20:58 total time elapsed so far: 3.640000 # loops : 50 mean,max change (kT/e) : 2.3572986E-06 4.2819977E-04 energy calculations done at 3.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.770000 DelPhi exited at 14:20:59 3.777u 0.183s 0:04.62 85.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 Wed Dec 21 2011 at 14:20:59 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 = 1964 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.722525 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): -35.07200 10.22800 ymin,ymax (A): 1.093000 41.03400 zmin,zma (A): -3.022000 58.98000 x,y,z range (A): 45.30000 39.94100 62.00200 scale (grids/A): 1.722525 object centre (A): -12.42200 21.06350 27.97900 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8261 centred at (gu) : 91.14862 88.86061 89.56140 assigned negative charge : -285.8263 centred at (gu) : 90.83910 89.31578 89.52258 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 46574 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17258 grid for indexing accessible points = 1.400000 m= 15067 mr = 31423 m= 1787 mr = 10963 m= 52 mr = 1013 m= 0 mr = 7 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 421 time to turn everything in is 0.2500000 number of dielectric boundary points 20074 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 147 iepsmp to db, and charging done at 0.3400000 number of grid points assigned charge 14218 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.5741750 object centre at (A) : -12.42200 21.06350 27.97900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.1915048E-02 2.1397447E-02 midg,1,midg; midg,igrid,midg 3.3374305E-03 -8.0125919E-03 1,midg,midg; igrid,midg,midg -3.2546925E-03 -1.3388238E-03 gauss-seidel spectral radius is 0.9982516 estimated iterations to convergence 190 setup time was (sec) 0.5100000 now iterating at: 14:21:00 rms-change max change #iterations 2.891359 154.3166 at 10iterations 1.213930 62.40384 at 20iterations 0.5161979 22.38985 at 30iterations 0.2190723 9.121493 at 40iterations 9.2735998E-02 4.261684 at 50iterations 3.9215732E-02 1.748220 at 60iterations 1.6645391E-02 0.6441360 at 70iterations 7.0358752E-03 0.3101959 at 80iterations 2.9743444E-03 0.1176372 at 90iterations 1.2656957E-03 4.9331665E-02 at 100iterations 5.3782866E-04 2.2224426E-02 at 110iterations 2.2732027E-04 1.0784149E-02 at 120iterations finished qdiffx linear iterations at : 14:21:09 total time elapsed so far: 9.760000 # loops : 120 mean,max change (kT/e) : 2.2732027E-04 1.0784149E-02 energy calculations done at 9.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.880000 DelPhi exited at 14:21:10 9.885u 0.303s 0:10.49 97.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 Wed Dec 21 2011 at 14:21:10 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 = 1964 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.583787 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): -35.07200 10.22800 ymin,ymax (A): 1.093000 41.03400 zmin,zma (A): -3.022000 58.98000 x,y,z range (A): 45.30000 39.94100 62.00200 scale (grids/A): 2.583787 object centre (A): -12.42200 21.06350 27.97900 number of atom coordinates read : 1964 total number of charged atoms : 1832 net assigned charge : 2.000005 assigned positive charge : 287.8261 centred at (gu) : 91.72298 88.29088 89.34212 assigned negative charge : -285.8263 centred at (gu) : 91.25867 88.97371 89.28407 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 107808 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17258 grid for indexing accessible points = 1.400000 m= 50828 mr = 76280 m= 15889 mr = 41142 m= 2918 mr = 12809 m= 249 mr = 2093 m= 8 mr = 130 m= 0 mr = 0 time to grow re-entrant surface = 0.3500000 no. cavity mid-points inaccessible to solvent = 1302 time to turn everything in is 0.6900000 number of dielectric boundary points 45246 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 9 iepsmp to db, and charging done at 0.8600000 number of grid points assigned charge 14646 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.722525 object centre at (A) : -12.42200 21.06350 27.97900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2499849 0.2272259 midg,1,midg; midg,igrid,midg 1.6022537E-02 -0.1132426 1,midg,midg; igrid,midg,midg -6.1257131E-02 -4.7682621E-02 gauss-seidel spectral radius is 0.9991238 estimated iterations to convergence 267 setup time was (sec) 1.060000 now iterating at: 14:21:11 rms-change max change #iterations 7.195757 268.5822 at 10iterations 3.979578 109.5146 at 20iterations 2.183811 59.05883 at 30iterations 1.195807 30.07518 at 40iterations 0.6555274 17.54027 at 50iterations 0.3586096 7.926295 at 60iterations 0.1952956 4.572702 at 70iterations 0.1064086 2.510980 at 80iterations 5.8182176E-02 1.333103 at 90iterations 3.1722400E-02 0.7824101 at 100iterations 1.7316451E-02 0.4242344 at 110iterations 9.4305938E-03 0.2072449 at 120iterations 5.1360917E-03 0.1333237 at 130iterations 2.8052207E-03 6.6627979E-02 at 140iterations 1.5311966E-03 3.5329342E-02 at 150iterations 8.3643309E-04 1.9916534E-02 at 160iterations 4.5549683E-04 9.7908974E-03 at 170iterations 2.4796772E-04 6.1264038E-03 at 180iterations finished qdiffx linear iterations at : 14:21:27 total time elapsed so far: 16.20000 # loops : 180 mean,max change (kT/e) : 2.4796772E-04 6.1264038E-03 energy calculations done at 16.20000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.34000 DelPhi exited at 14:21:40 16.339u 0.536s 0:31.15 54.1% 0+0k 0+0io 0pf+0w