Mon Oct 10 10:30:57 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 10:30:57 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 = 2832 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.5571554 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): 18.02700 81.92300 ymin,ymax (A): 31.31700 87.46600 zmin,zma (A): -1.676000 50.64900 x,y,z range (A): 63.89600 56.14900 52.32500 scale (grids/A): 0.5571554 object centre (A): 49.97500 59.39150 24.48650 number of atom coordinates read : 2832 total number of charged atoms : 2680 net assigned charge : 4.000019 assigned positive charge : 412.3849 centred at (gu) : 87.66882 89.11052 86.88992 assigned negative charge : -408.3853 centred at (gu) : 87.55625 89.06252 86.77665 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 5914 nv = 96 ne = 84 npr = 55561 no. pairs analyzed = 55561 no. exposed pairs = 4108 no. arc points = 29780 no. surface atoms = 1365 nbur = 1467 mkacc time = 0.1200000 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.540000 m= 266 mr = 2688 m= 2 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 3485 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2985 ## 347 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 7581 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.3227135E-09 6.8703210E-10 midg,1,midg; midg,igrid,midg 5.8441615E-12 7.0354605E-10 1,midg,midg; igrid,midg,midg -1.0655793E-09 8.2227775E-10 gauss-seidel spectral radius is 0.9833881 estimated iterations to convergence 64 setup time was (sec) 0.5500000 now iterating at: 10:30:58 rms-change max change #iterations 7.8340083E-02 17.26650 at 10iterations 5.4543759E-03 0.9326553 at 20iterations 3.8500945E-04 7.9018593E-02 at 30iterations 3.6310532E-05 5.1357746E-03 at 40iterations 5.5516603E-06 7.1811676E-04 at 50iterations finished qdiffx linear iterations at : 10:31:01 total time elapsed so far: 3.200000 # loops : 50 mean,max change (kT/e) : 5.5516603E-06 7.1811676E-04 energy calculations done at 3.200000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.360000 DelPhi exited at 10:31:01 3.365u 0.196s 0:03.83 92.6% 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 10:31: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 = 2832 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.671466 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): 18.02700 81.92300 ymin,ymax (A): 31.31700 87.46600 zmin,zma (A): -1.676000 50.64900 x,y,z range (A): 63.89600 56.14900 52.32500 scale (grids/A): 1.671466 object centre (A): 49.97500 59.39150 24.48650 number of atom coordinates read : 2832 total number of charged atoms : 2680 net assigned charge : 4.000019 assigned positive charge : 412.3849 centred at (gu) : 83.00594 87.33075 80.66925 assigned negative charge : -408.3853 centred at (gu) : 82.66828 87.18713 80.32936 start vw surface at 0.1400000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 63913 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29780 grid for indexing accessible points = 1.400000 m= 20354 mr = 39904 m= 2434 mr = 13334 m= 62 mr = 1065 m= 0 mr = 6 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4600000 number of dielectric boundary points 32454 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 271 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.5800000 number of grid points assigned charge 20598 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.5571554 object centre at (A) : 49.97500 59.39150 24.48650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.8498688E-03 4.6927743E-03 midg,1,midg; midg,igrid,midg 5.0306981E-03 1.8689353E-02 1,midg,midg; igrid,midg,midg -2.3222892E-02 -1.0211145E-02 gauss-seidel spectral radius is 0.9982640 estimated iterations to convergence 191 setup time was (sec) 0.7600000 now iterating at: 10:31:02 rms-change max change #iterations 3.316993 157.5048 at 10iterations 1.402346 55.45790 at 20iterations 0.5952555 21.65147 at 30iterations 0.2505630 9.742249 at 40iterations 0.1063215 3.767692 at 50iterations 4.5016803E-02 1.557426 at 60iterations 1.9116053E-02 0.6944580 at 70iterations 8.0903517E-03 0.2832336 at 80iterations 3.4238228E-03 0.1212645 at 90iterations 1.4588751E-03 5.8644295E-02 at 100iterations 6.2038703E-04 2.4117470E-02 at 110iterations 2.6460690E-04 9.9000931E-03 at 120iterations finished qdiffx linear iterations at : 10:31:09 total time elapsed so far: 7.340000 # loops : 120 mean,max change (kT/e) : 2.6460690E-04 9.9000931E-03 energy calculations done at 7.340000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.520000 DelPhi exited at 10:31:09 7.518u 0.216s 0:08.00 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 Mon Oct 10 2011 at 10:31:09 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 = 2832 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.507199 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): 18.02700 81.92300 ymin,ymax (A): 31.31700 87.46600 zmin,zma (A): -1.676000 50.64900 x,y,z range (A): 63.89600 56.14900 52.32500 scale (grids/A): 2.507199 object centre (A): 49.97500 59.39150 24.48650 number of atom coordinates read : 2832 total number of charged atoms : 2680 net assigned charge : 4.000019 assigned positive charge : 412.3849 centred at (gu) : 79.50879 85.99591 76.00375 assigned negative charge : -408.3853 centred at (gu) : 79.00244 85.78059 75.49390 start vw surface at 0.1500000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 148353 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29780 grid for indexing accessible points = 1.400000 m= 67660 mr = 98839 m= 21087 mr = 51322 m= 3725 mr = 15197 m= 320 mr = 2329 m= 5 mr = 147 m= 0 mr = 0 time to grow re-entrant surface = 0.6300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.110000 number of dielectric boundary points 73316 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 17 iepsmp to db, and charging done at 1.260000 number of grid points assigned charge 21419 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.671466 object centre at (A) : 49.97500 59.39150 24.48650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.5762627E-03 5.3792499E-02 midg,1,midg; midg,igrid,midg 3.6857206E-02 0.3328132 1,midg,midg; igrid,midg,midg -0.7454707 -0.4305869 gauss-seidel spectral radius is 0.9991659 estimated iterations to convergence 273 setup time was (sec) 1.430000 now iterating at: 10:31:11 rms-change max change #iterations 8.737743 320.8287 at 10iterations 5.044419 132.3617 at 20iterations 2.873852 80.12902 at 30iterations 1.627576 42.81266 at 40iterations 0.9160354 24.75258 at 50iterations 0.5153805 14.93410 at 60iterations 0.2880957 7.379742 at 70iterations 0.1609528 4.046456 at 80iterations 8.9556240E-02 2.333135 at 90iterations 5.0055351E-02 1.111227 at 100iterations 2.7767662E-02 0.6364021 at 110iterations 1.5459807E-02 0.3382263 at 120iterations 8.5923132E-03 0.1897755 at 130iterations 4.7686738E-03 0.1091185 at 140iterations 2.6569190E-03 5.5137634E-02 at 150iterations 1.4748476E-03 3.0826569E-02 at 160iterations 8.1643608E-04 1.9130468E-02 at 170iterations 4.5351710E-04 1.0267258E-02 at 180iterations finished qdiffx linear iterations at : 10:31:23 total time elapsed so far: 13.51000 # loops : 180 mean,max change (kT/e) : 4.5351710E-04 1.0267258E-02 energy calculations done at 13.51000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.68000 DelPhi exited at 10:31:24 13.685u 0.222s 0:14.18 98.0% 0+0k 0+0io 0pf+0w