Sat Oct 15 14:33:10 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 Sat Oct 15 2011 at 14:33: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 = 2830 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.6163434 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): -9.115000 48.64500 ymin,ymax (A): -8.374001 38.66200 zmin,zma (A): 0.4230000 54.90100 x,y,z range (A): 57.76000 47.03600 54.47800 scale (grids/A): 0.6163434 object centre (A): 19.76500 15.14400 27.66200 number of atom coordinates read : 2830 total number of charged atoms : 2689 net assigned charge : -1.999968 assigned positive charge : 425.2232 centred at (gu) : 89.26931 89.76352 88.94727 assigned negative charge : -427.2243 centred at (gu) : 89.18592 89.67540 88.91035 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7292 nv = 96 ne = 84 npr = 55748 no. pairs analyzed = 55748 no. exposed pairs = 3751 no. arc points = 26661 no. surface atoms = 1266 nbur = 1564 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 347 mr = 3790 m= 1 mr = 40 m= 0 mr = 0 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 20 time to turn everything in is 0.2200000 number of dielectric boundary points 3810 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2659 ## 238 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 8890 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.7750097E-09 8.3179735E-10 midg,1,midg; midg,igrid,midg -7.5769826E-09 4.1543871E-09 1,midg,midg; igrid,midg,midg -8.0938607E-09 3.4528298E-09 gauss-seidel spectral radius is 0.9863979 estimated iterations to convergence 70 setup time was (sec) 0.4500000 now iterating at: 14:33:12 rms-change max change #iterations 0.1228479 18.07878 at 10iterations 1.1408431E-02 1.601318 at 20iterations 1.0259008E-03 0.1656837 at 30iterations 9.8108401E-05 1.3307571E-02 at 40iterations 1.1389276E-05 1.9550323E-03 at 50iterations finished qdiffx linear iterations at : 14:33:18 total time elapsed so far: 3.710000 # loops : 50 mean,max change (kT/e) : 1.1389276E-05 1.9550323E-03 energy calculations done at 3.710000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.860000 DelPhi exited at 14:33:18 3.859u 0.248s 0:07.88 51.9% 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 Sat Oct 15 2011 at 14:33:18 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 = 2830 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.849030 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): -9.115000 48.64500 ymin,ymax (A): -8.374001 38.66200 zmin,zma (A): 0.4230000 54.90100 x,y,z range (A): 57.76000 47.03600 54.47800 scale (grids/A): 1.849030 object centre (A): 19.76500 15.14400 27.66200 number of atom coordinates read : 2830 total number of charged atoms : 2689 net assigned charge : -1.999968 assigned positive charge : 425.2232 centred at (gu) : 87.80722 89.28977 86.84094 assigned negative charge : -427.2243 centred at (gu) : 87.55733 89.02578 86.73058 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 79069 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26661 grid for indexing accessible points = 1.400000 m= 26560 mr = 53257 m= 3691 mr = 18741 m= 184 mr = 2121 m= 2 mr = 62 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 853 time to turn everything in is 0.4100000 number of dielectric boundary points 35325 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 195 iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 21094 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.6163434 object centre at (A) : 19.76500 15.14400 27.66200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5057052E-03 3.3402550E-03 midg,1,midg; midg,igrid,midg -1.8098217E-02 4.9935924E-03 1,midg,midg; igrid,midg,midg -4.6697173E-02 2.9538663E-02 gauss-seidel spectral radius is 0.9985884 estimated iterations to convergence 211 setup time was (sec) 0.7000000 now iterating at: 14:33:20 rms-change max change #iterations 4.213015 162.5986 at 10iterations 1.941734 63.28926 at 20iterations 0.8974039 28.82419 at 30iterations 0.4142444 15.60629 at 40iterations 0.1914890 5.795148 at 50iterations 8.8136584E-02 2.866162 at 60iterations 4.0692527E-02 1.362328 at 70iterations 1.8794719E-02 0.5895700 at 80iterations 8.6994721E-03 0.2569933 at 90iterations 4.0269555E-03 0.1393716 at 100iterations 1.8623583E-03 5.8716297E-02 at 110iterations 8.6541200E-04 2.6937485E-02 at 120iterations finished qdiffx linear iterations at : 14:33:34 total time elapsed so far: 9.090000 # loops : 120 mean,max change (kT/e) : 8.6541200E-04 2.6937485E-02 energy calculations done at 9.090000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.230000 DelPhi exited at 14:33:35 9.228u 0.352s 0:16.86 56.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 Sat Oct 15 2011 at 14:33: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2830 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: 2.773546 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): -9.115000 48.64500 ymin,ymax (A): -8.374001 38.66200 zmin,zma (A): 0.4230000 54.90100 x,y,z range (A): 57.76000 47.03600 54.47800 scale (grids/A): 2.773546 object centre (A): 19.76500 15.14400 27.66200 number of atom coordinates read : 2830 total number of charged atoms : 2689 net assigned charge : -1.999968 assigned positive charge : 425.2232 centred at (gu) : 86.71061 88.93439 85.26116 assigned negative charge : -427.2243 centred at (gu) : 86.33595 88.53860 85.09589 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 183215 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26661 grid for indexing accessible points = 1.400000 m= 87823 mr = 130087 m= 29088 mr = 69970 m= 6455 mr = 22583 m= 796 mr = 4562 m= 35 mr = 505 m= 0 mr = 13 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 3026 time to turn everything in is 1.040000 number of dielectric boundary points 79692 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.180000 number of grid points assigned charge 21510 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.849030 object centre at (A) : 19.76500 15.14400 27.66200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1235172 -0.2096300 midg,1,midg; midg,igrid,midg -0.1795524 5.2613597E-02 1,midg,midg; igrid,midg,midg -0.5974842 0.4143586 gauss-seidel spectral radius is 0.9992692 estimated iterations to convergence 292 setup time was (sec) 1.360000 now iterating at: 14:33:38 rms-change max change #iterations 10.28952 429.0718 at 10iterations 6.128783 169.5040 at 20iterations 3.617866 87.07457 at 30iterations 2.120967 66.11002 at 40iterations 1.236000 26.39345 at 50iterations 0.7212729 15.72186 at 60iterations 0.4192285 8.140873 at 70iterations 0.2429370 4.786016 at 80iterations 0.1412352 2.849976 at 90iterations 8.1518337E-02 1.625828 at 100iterations 4.7336165E-02 0.9063711 at 110iterations 2.7305983E-02 0.5373036 at 120iterations 1.5774267E-02 0.3116741 at 130iterations 9.1412663E-03 0.1812298 at 140iterations 5.2685351E-03 0.1036453 at 150iterations 3.0420015E-03 5.6413174E-02 at 160iterations 1.7534753E-03 3.4173012E-02 at 170iterations 1.0150397E-03 1.8355846E-02 at 180iterations finished qdiffx linear iterations at : 14:33:59 total time elapsed so far: 14.59000 # loops : 180 mean,max change (kT/e) : 1.0150397E-03 1.8355846E-02 energy calculations done at 14.59000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.71000 DelPhi exited at 14:33:59 14.716u 0.363s 0:24.03 62.7% 0+0k 0+0io 0pf+0w