Sun Oct 9 01:49:12 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 Sun Oct 9 2011 at 01:49:12 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: 308 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3344 !!! WARNING: HIT 85 has a net charge of 0.5140 !!! WARNING: TPO 1 has a net charge of -0.0020 !!! WARNING: TPO 2 has a net charge of -1.5410 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5725589 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): -16.38300 40.46600 ymin,ymax (A): -10.27600 51.90100 zmin,zma (A): -11.61800 50.47500 x,y,z range (A): 56.84900 62.17700 62.09300 scale (grids/A): 0.5725589 object centre (A): 12.04150 20.81250 19.42850 number of atom coordinates read : 3344 total number of charged atoms : 3201 net assigned charge : 12.47103 assigned positive charge : 500.6375 centred at (gu) : 89.92654 90.51896 89.13068 assigned negative charge : -488.1683 centred at (gu) : 89.78269 90.39492 88.96867 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7564 nv = 96 ne = 84 npr = 64475 no. pairs analyzed = 64475 no. exposed pairs = 4545 no. arc points = 33320 no. surface atoms = 1492 nbur = 1852 mkacc time = 0.1400000 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.484000 m= 339 mr = 3815 m= 0 mr = 19 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 32 time to turn everything in is 0.3400000 number of dielectric boundary points 4069 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3290 ## 379 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 9504 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.2485435E-09 4.1656665E-09 midg,1,midg; midg,igrid,midg -2.0857641E-10 4.9965334E-09 1,midg,midg; igrid,midg,midg -6.4764433E-10 4.6986459E-09 gauss-seidel spectral radius is 0.9843042 estimated iterations to convergence 66 setup time was (sec) 0.5700000 now iterating at: 01:49:13 rms-change max change #iterations 9.8948844E-02 14.11188 at 10iterations 7.4835275E-03 1.264153 at 20iterations 5.9263891E-04 8.7060928E-02 at 30iterations 5.1146628E-05 6.7481995E-03 at 40iterations 6.3376497E-06 6.6995621E-04 at 50iterations finished qdiffx linear iterations at : 01:49:16 total time elapsed so far: 3.150000 # loops : 50 mean,max change (kT/e) : 6.3376497E-06 6.6995621E-04 energy calculations done at 3.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.330000 DelPhi exited at 01:49:17 3.333u 0.189s 0:04.09 85.8% 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 Sun Oct 9 2011 at 01:49:17 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: 308 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3344 !!! WARNING: HIT 85 has a net charge of 0.5140 !!! WARNING: TPO 1 has a net charge of -0.0020 !!! WARNING: TPO 2 has a net charge of -1.5410 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.717677 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): -16.38300 40.46600 ymin,ymax (A): -10.27600 51.90100 zmin,zma (A): -11.61800 50.47500 x,y,z range (A): 56.84900 62.17700 62.09300 scale (grids/A): 1.717677 object centre (A): 12.04150 20.81250 19.42850 number of atom coordinates read : 3344 total number of charged atoms : 3201 net assigned charge : 12.47103 assigned positive charge : 500.6375 centred at (gu) : 89.77859 91.55624 87.39124 assigned negative charge : -488.1683 centred at (gu) : 89.34770 91.18419 86.90562 start vw surface at 0.1600000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 82324 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33320 grid for indexing accessible points = 1.400000 m= 27371 mr = 54557 m= 3352 mr = 18905 m= 108 mr = 1683 m= 0 mr = 7 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 1615 time to turn everything in is 0.5700000 number of dielectric boundary points 38003 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 325 iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 24762 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.5725589 object centre at (A) : 12.04150 20.81250 19.42850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.6468057E-02 5.0571024E-02 midg,1,midg; midg,igrid,midg 9.7258724E-03 5.1716000E-02 1,midg,midg; igrid,midg,midg -8.8937953E-03 1.5235314E-02 gauss-seidel spectral radius is 0.9984227 estimated iterations to convergence 200 setup time was (sec) 0.8700000 now iterating at: 01:49:18 rms-change max change #iterations 3.959579 152.0395 at 10iterations 1.737458 60.25296 at 20iterations 0.7677438 23.98382 at 30iterations 0.3378000 10.98487 at 40iterations 0.1489734 4.745300 at 50iterations 6.6011868E-02 2.162941 at 60iterations 2.9156085E-02 1.144999 at 70iterations 1.2863472E-02 0.4019012 at 80iterations 5.7041566E-03 0.1748924 at 90iterations 2.5296272E-03 8.1932068E-02 at 100iterations 1.1147932E-03 3.8776398E-02 at 110iterations 4.9489003E-04 1.7280579E-02 at 120iterations finished qdiffx linear iterations at : 01:49:24 total time elapsed so far: 7.420000 # loops : 120 mean,max change (kT/e) : 4.9489003E-04 1.7280579E-02 energy calculations done at 7.420000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.590000 DelPhi exited at 01:49:25 7.596u 0.214s 0:08.08 96.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 Sun Oct 9 2011 at 01:49:25 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: 308 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3344 !!! WARNING: HIT 85 has a net charge of 0.5140 !!! WARNING: TPO 1 has a net charge of -0.0020 !!! WARNING: TPO 2 has a net charge of -1.5410 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.576515 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): -16.38300 40.46600 ymin,ymax (A): -10.27600 51.90100 zmin,zma (A): -11.61800 50.47500 x,y,z range (A): 56.84900 62.17700 62.09300 scale (grids/A): 2.576515 object centre (A): 12.04150 20.81250 19.42850 number of atom coordinates read : 3344 total number of charged atoms : 3201 net assigned charge : 12.47103 assigned positive charge : 500.6375 centred at (gu) : 89.66769 92.33408 86.08662 assigned negative charge : -488.1683 centred at (gu) : 89.02148 91.77626 85.35828 start vw surface at 0.1600000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 190529 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33320 grid for indexing accessible points = 1.400000 m= 91048 mr = 133668 m= 29087 mr = 71468 m= 5485 mr = 22025 m= 478 mr = 3610 m= 9 mr = 208 m= 0 mr = 0 time to grow re-entrant surface = 0.8000000 no. cavity mid-points inaccessible to solvent = 5454 time to turn everything in is 1.400000 number of dielectric boundary points 85657 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 14 iepsmp to db, and charging done at 1.530000 number of grid points assigned charge 25572 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.717677 object centre at (A) : 12.04150 20.81250 19.42850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1882111 0.8399407 midg,1,midg; midg,igrid,midg 0.2625821 0.7874941 1,midg,midg; igrid,midg,midg -7.3817819E-02 0.2048473 gauss-seidel spectral radius is 0.9992307 estimated iterations to convergence 285 setup time was (sec) 1.710000 now iterating at: 01:49:27 rms-change max change #iterations 10.02324 337.0833 at 10iterations 5.845546 138.0973 at 20iterations 3.390211 81.25777 at 30iterations 1.952553 41.28296 at 40iterations 1.121103 27.80844 at 50iterations 0.6423573 13.50040 at 60iterations 0.3670435 7.283950 at 70iterations 0.2094769 4.465576 at 80iterations 0.1194283 2.198561 at 90iterations 6.8049401E-02 1.328404 at 100iterations 3.8720574E-02 0.7110324 at 110iterations 2.1995563E-02 0.4352417 at 120iterations 1.2552716E-02 0.2308836 at 130iterations 7.1213571E-03 0.1347694 at 140iterations 4.0451623E-03 7.5714111E-02 at 150iterations 2.3006084E-03 3.9779663E-02 at 160iterations 1.3075864E-03 2.4405003E-02 at 170iterations 7.4282952E-04 1.3532639E-02 at 180iterations finished qdiffx linear iterations at : 01:49:38 total time elapsed so far: 13.54000 # loops : 180 mean,max change (kT/e) : 7.4282952E-04 1.3532639E-02 energy calculations done at 13.54000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.71000 DelPhi exited at 01:49:39 13.713u 0.234s 0:14.23 97.9% 0+0k 0+0io 0pf+0w