Sat Oct 8 11:37:31 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 8 2011 at 11:37:31 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 = 4872 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1600000 grid size : 179 scale,in grids/A, set to be: 0.5473050 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): 7.577000 72.55000 ymin,ymax (A): 5.379000 66.63700 zmin,zma (A): 9.273999 74.32000 x,y,z range (A): 64.97299 61.25800 65.04600 scale (grids/A): 0.5473050 object centre (A): 40.06350 36.00800 41.79700 number of atom coordinates read : 4872 total number of charged atoms : 4707 net assigned charge : 4.4405460E-05 assigned positive charge : 731.6522 centred at (gu) : 90.62553 89.89323 90.57570 assigned negative charge : -731.6563 centred at (gu) : 90.56615 89.93493 90.62698 start vw surface at 0.2600000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 9063 nv = 96 ne = 84 npr = 102364 no. pairs analyzed = 102364 no. exposed pairs = 5730 no. arc points = 39527 no. surface atoms = 1925 nbur = 2947 mkacc time = 0.3000000 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.568000 m= 390 mr = 4987 m= 0 mr = 16 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6200000 number of dielectric boundary points 4450 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3999 ## 501 charges are in solution ## iepsmp to db, and charging done at 0.7500000 number of grid points assigned charge 12304 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.0584076E-10 -6.8742173E-10 midg,1,midg; midg,igrid,midg 4.8823978E-10 -4.7020210E-10 1,midg,midg; igrid,midg,midg -5.8900768E-10 7.9163104E-10 gauss-seidel spectral radius is 0.9829201 estimated iterations to convergence 63 setup time was (sec) 0.9000000 now iterating at: 11:37:32 rms-change max change #iterations 9.7007461E-02 18.22870 at 10iterations 8.2129966E-03 1.433861 at 20iterations 1.3806492E-03 0.3343048 at 30iterations 3.5774527E-04 8.4304810E-02 at 40iterations 1.0372580E-04 2.2407532E-02 at 50iterations finished qdiffx linear iterations at : 11:37:35 total time elapsed so far: 4.130000 # loops : 50 mean,max change (kT/e) : 1.0372580E-04 2.2407532E-02 energy calculations done at 4.130000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.370000 DelPhi exited at 11:37:36 4.376u 0.174s 0:04.87 93.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 Sat Oct 8 2011 at 11:37:36 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 = 4872 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1600000 grid size : 179 scale,in grids/A, set to be: 1.641915 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): 7.577000 72.55000 ymin,ymax (A): 5.379000 66.63700 zmin,zma (A): 9.273999 74.32000 x,y,z range (A): 64.97299 61.25800 65.04600 scale (grids/A): 1.641915 object centre (A): 40.06350 36.00800 41.79700 number of atom coordinates read : 4872 total number of charged atoms : 4707 net assigned charge : 4.4405460E-05 assigned positive charge : 731.6522 centred at (gu) : 91.87455 89.67812 91.72569 assigned negative charge : -731.6563 centred at (gu) : 91.69788 89.80428 91.88052 start vw surface at 0.2500000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 102620 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39527 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 32548 mr = 72769 m= 3403 mr = 22762 m= 78 mr = 1654 m= 1 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 1535 time to turn everything in is 0.8900000 number of dielectric boundary points 41458 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 451 ## 5 charges are in solution ## iepsmp to db, and charging done at 1.050000 number of grid points assigned charge 36059 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.5473050 object centre at (A) : 40.06350 36.00800 41.79700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.5913812E-02 -3.1064081E-03 midg,1,midg; midg,igrid,midg -8.4268171E-03 -6.5752985E-03 1,midg,midg; igrid,midg,midg -1.3460629E-02 -3.0384385E-03 gauss-seidel spectral radius is 0.9983906 estimated iterations to convergence 198 setup time was (sec) 1.260000 now iterating at: 11:37:37 rms-change max change #iterations 4.502555 148.3067 at 10iterations 1.961197 64.86725 at 20iterations 0.8628438 24.18073 at 30iterations 0.3800504 11.96175 at 40iterations 0.1672112 5.316647 at 50iterations 7.3657572E-02 2.043844 at 60iterations 3.2534409E-02 0.9198265 at 70iterations 1.4420165E-02 0.5255737 at 80iterations 6.4458661E-03 0.1919274 at 90iterations 2.9107025E-03 9.1911316E-02 at 100iterations 1.3456506E-03 4.2564392E-02 at 110iterations 6.4727908E-04 2.3941040E-02 at 120iterations finished qdiffx linear iterations at : 11:37:45 total time elapsed so far: 9.400000 # loops : 120 mean,max change (kT/e) : 6.4727908E-04 2.3941040E-02 energy calculations done at 9.400000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.630000 DelPhi exited at 11:37:46 9.629u 0.187s 0:10.13 96.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 8 2011 at 11:37:46 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 = 4872 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1500000 grid size : 179 scale,in grids/A, set to be: 2.462873 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): 7.577000 72.55000 ymin,ymax (A): 5.379000 66.63700 zmin,zma (A): 9.273999 74.32000 x,y,z range (A): 64.97299 61.25800 65.04600 scale (grids/A): 2.462873 object centre (A): 40.06350 36.00800 41.79700 number of atom coordinates read : 4872 total number of charged atoms : 4707 net assigned charge : 4.4405460E-05 assigned positive charge : 731.6522 centred at (gu) : 92.81142 89.51671 92.58828 assigned negative charge : -731.6563 centred at (gu) : 92.54674 89.70638 92.82065 start vw surface at 0.2800000 fill in re-entrant regions at 0.7800000 boundary points on vw surface= 239101 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39527 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 112035 mr = 177731 m= 32487 mr = 89557 m= 5354 mr = 24759 m= 359 mr = 3534 m= 2 mr = 145 m= 0 mr = 0 time to grow re-entrant surface = 1.350000 no. cavity mid-points inaccessible to solvent = 4827 time to turn everything in is 2.300000 number of dielectric boundary points 93612 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 30 iepsmp to db, and charging done at 2.480000 number of grid points assigned charge 37605 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.641915 object centre at (A) : 40.06350 36.00800 41.79700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3713472 -0.2028131 midg,1,midg; midg,igrid,midg -0.1453403 -0.1372025 1,midg,midg; igrid,midg,midg -0.4347475 -0.1936649 gauss-seidel spectral radius is 0.9992421 estimated iterations to convergence 287 setup time was (sec) 2.690000 now iterating at: 11:37:49 rms-change max change #iterations 11.57547 379.4106 at 10iterations 6.855778 163.2141 at 20iterations 4.031707 80.53069 at 30iterations 2.359747 45.34908 at 40iterations 1.376997 25.37398 at 50iterations 0.7980082 15.36326 at 60iterations 0.4633904 8.983161 at 70iterations 0.2682182 5.635586 at 80iterations 0.1548640 3.008163 at 90iterations 8.9446545E-02 1.506531 at 100iterations 5.1519755E-02 0.9484138 at 110iterations 2.9684361E-02 0.5809326 at 120iterations 1.7150231E-02 0.3127213 at 130iterations 9.8645315E-03 0.1957626 at 140iterations 5.7050018E-03 0.1070747 at 150iterations 3.2968533E-03 5.7941556E-02 at 160iterations 1.9103385E-03 3.3617973E-02 at 170iterations 1.1131845E-03 2.0072937E-02 at 180iterations finished qdiffx linear iterations at : 11:38:02 total time elapsed so far: 15.30000 # loops : 180 mean,max change (kT/e) : 1.1131845E-03 2.0072937E-02 energy calculations done at 15.30000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.57000 DelPhi exited at 11:38:02 15.569u 0.210s 0:16.29 96.8% 0+0k 0+0io 0pf+0w