Mon Oct 10 16:19:56 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 16:19:56 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 = 3112 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.5679371 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): -4.523000 55.17600 ymin,ymax (A): 35.67000 98.35300 zmin,zma (A): 155.9210 215.0610 x,y,z range (A): 59.69900 62.68299 59.14000 scale (grids/A): 0.5679371 object centre (A): 25.32650 67.01150 185.4910 number of atom coordinates read : 3112 total number of charged atoms : 2964 net assigned charge : 14.50003 assigned positive charge : 474.8159 centred at (gu) : 90.76998 91.32277 90.79660 assigned negative charge : -460.3173 centred at (gu) : 90.72614 91.31329 90.88637 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6798 nv = 96 ne = 84 npr = 57430 no. pairs analyzed = 57430 no. exposed pairs = 4448 no. arc points = 33798 no. surface atoms = 1481 nbur = 1631 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.512000 m= 296 mr = 3001 m= 2 mr = 10 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3900000 number of dielectric boundary points 4085 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3517 ## 473 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 8715 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.8239262E-09 8.1689483E-10 midg,1,midg; midg,igrid,midg 1.4186520E-09 3.0060014E-09 1,midg,midg; igrid,midg,midg 1.1752843E-09 3.2621383E-09 gauss-seidel spectral radius is 0.9840401 estimated iterations to convergence 65 setup time was (sec) 0.6500000 now iterating at: 16:19:57 rms-change max change #iterations 8.7565206E-02 17.87856 at 10iterations 6.4341980E-03 1.099373 at 20iterations 4.7413397E-04 8.6261749E-02 at 30iterations 3.8181621E-05 5.5313110E-03 at 40iterations 3.7152540E-06 5.6838989E-04 at 50iterations finished qdiffx linear iterations at : 16:20:00 total time elapsed so far: 3.930000 # loops : 50 mean,max change (kT/e) : 3.7152540E-06 5.6838989E-04 energy calculations done at 3.930000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.100000 DelPhi exited at 16:20:01 4.107u 0.267s 0:04.65 93.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 Mon Oct 10 2011 at 16:20:01 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 = 3112 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.703811 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): -4.523000 55.17600 ymin,ymax (A): 35.67000 98.35300 zmin,zma (A): 155.9210 215.0610 x,y,z range (A): 59.69900 62.68299 59.14000 scale (grids/A): 1.703811 object centre (A): 25.32650 67.01150 185.4910 number of atom coordinates read : 3112 total number of charged atoms : 2964 net assigned charge : 14.50003 assigned positive charge : 474.8159 centred at (gu) : 92.30913 93.96741 92.38911 assigned negative charge : -460.3173 centred at (gu) : 92.17815 93.93956 92.65881 start vw surface at 0.1700000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 73225 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33798 grid for indexing accessible points = 1.400000 m= 23014 mr = 44540 m= 2857 mr = 15399 m= 107 mr = 1332 m= 0 mr = 15 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 1205 time to turn everything in is 0.6600000 number of dielectric boundary points 37917 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 387 ## 7 charges are in solution ## iepsmp to db, and charging done at 0.7900000 number of grid points assigned charge 22925 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.5679371 object centre at (A) : 25.32650 67.01150 185.4910 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.2268018E-02 2.6032675E-02 midg,1,midg; midg,igrid,midg -3.5844403E-03 2.4829503E-02 1,midg,midg; igrid,midg,midg 2.0705670E-02 1.1721390E-02 gauss-seidel spectral radius is 0.9983835 estimated iterations to convergence 197 setup time was (sec) 0.9600000 now iterating at: 16:20:02 rms-change max change #iterations 3.733714 172.7835 at 10iterations 1.601362 60.78766 at 20iterations 0.6992174 27.71682 at 30iterations 0.3022652 10.57097 at 40iterations 0.1313834 4.385541 at 50iterations 5.7528079E-02 2.190913 at 60iterations 2.5024138E-02 0.8973541 at 70iterations 1.0932728E-02 0.3778229 at 80iterations 4.7727805E-03 0.1613188 at 90iterations 2.0936951E-03 7.6142788E-02 at 100iterations 9.1227231E-04 3.0329704E-02 at 110iterations 3.9933115E-04 1.3706207E-02 at 120iterations finished qdiffx linear iterations at : 16:20:10 total time elapsed so far: 9.280000 # loops : 120 mean,max change (kT/e) : 3.9933115E-04 1.3706207E-02 energy calculations done at 9.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.450000 DelPhi exited at 16:20:11 9.456u 0.306s 0:10.03 97.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 Mon Oct 10 2011 at 16:20:11 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 = 3112 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.555717 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): -4.523000 55.17600 ymin,ymax (A): 35.67000 98.35300 zmin,zma (A): 155.9210 215.0610 x,y,z range (A): 59.69900 62.68299 59.14000 scale (grids/A): 2.555717 object centre (A): 25.32650 67.01150 185.4910 number of atom coordinates read : 3112 total number of charged atoms : 2964 net assigned charge : 14.50003 assigned positive charge : 474.8159 centred at (gu) : 93.46326 95.95087 93.58326 assigned negative charge : -460.3173 centred at (gu) : 93.26712 95.90913 93.98825 start vw surface at 0.1700000 fill in re-entrant regions at 0.5400000 boundary points on vw surface= 169290 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33798 grid for indexing accessible points = 1.400000 m= 75894 mr = 109710 m= 24305 mr = 58209 m= 4408 mr = 17881 m= 367 mr = 2693 m= 5 mr = 154 m= 0 mr = 0 time to grow re-entrant surface = 0.9600000 no. cavity mid-points inaccessible to solvent = 4379 time to turn everything in is 1.630000 number of dielectric boundary points 85622 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 19 iepsmp to db, and charging done at 1.790000 number of grid points assigned charge 23692 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.703811 object centre at (A) : 25.32650 67.01150 185.4910 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1350768 0.3115408 midg,1,midg; midg,igrid,midg -0.5792328 0.3362845 1,midg,midg; igrid,midg,midg 0.1819458 -0.1445057 gauss-seidel spectral radius is 0.9992146 estimated iterations to convergence 282 setup time was (sec) 1.950000 now iterating at: 16:20:13 rms-change max change #iterations 9.517840 368.8435 at 10iterations 5.537632 145.2597 at 20iterations 3.192071 77.60803 at 30iterations 1.830740 42.50227 at 40iterations 1.047020 23.67829 at 50iterations 0.5967978 12.49197 at 60iterations 0.3387364 6.616089 at 70iterations 0.1924597 4.003456 at 80iterations 0.1091178 2.420418 at 90iterations 6.1774202E-02 1.167793 at 100iterations 3.4939896E-02 0.8060455 at 110iterations 1.9767525E-02 0.3950872 at 120iterations 1.1164384E-02 0.2131329 at 130iterations 6.3179806E-03 0.1349335 at 140iterations 3.5550585E-03 6.8389893E-02 at 150iterations 2.0104616E-03 3.8560867E-02 at 160iterations 1.1363917E-03 2.2426605E-02 at 170iterations 6.4150587E-04 1.2980461E-02 at 180iterations finished qdiffx linear iterations at : 16:20:27 total time elapsed so far: 15.82000 # loops : 180 mean,max change (kT/e) : 6.4150587E-04 1.2980461E-02 energy calculations done at 15.82000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.00000 DelPhi exited at 16:20:27 16.004u 0.317s 0:16.60 98.2% 0+0k 0+0io 0pf+0w