Sat Oct 8 17:12:01 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 17:12: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 = 3403 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.5530354 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): 37.66000 94.87500 ymin,ymax (A): 16.67700 81.04900 zmin,zma (A): -23.16200 25.57300 x,y,z range (A): 57.21500 64.37200 48.73500 scale (grids/A): 0.5530354 object centre (A): 66.26750 48.86300 1.205501 number of atom coordinates read : 3403 total number of charged atoms : 3257 net assigned charge : -6.499982 assigned positive charge : 509.9315 centred at (gu) : 90.04392 89.99426 89.87130 assigned negative charge : -516.4326 centred at (gu) : 90.05033 89.97498 89.83866 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6793 nv = 96 ne = 84 npr = 68453 no. pairs analyzed = 68453 no. exposed pairs = 4292 no. arc points = 29487 no. surface atoms = 1434 nbur = 1969 mkacc time = 0.1500000 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= 297 mr = 3657 m= 1 mr = 23 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 8 time to turn everything in is 0.3400000 number of dielectric boundary points 3411 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2989 ## 414 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 8852 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.8737634E-10 -1.9991661E-10 midg,1,midg; midg,igrid,midg -7.2642764E-10 -3.3817832E-10 1,midg,midg; igrid,midg,midg -4.6254833E-10 -6.0214556E-10 gauss-seidel spectral radius is 0.9831699 estimated iterations to convergence 63 setup time was (sec) 0.5800000 now iterating at: 17:12:02 rms-change max change #iterations 8.6218424E-02 15.03743 at 10iterations 5.9793126E-03 0.8931818 at 20iterations 4.7607045E-04 7.6632023E-02 at 30iterations 5.5294622E-05 9.5949173E-03 at 40iterations 1.1168945E-05 2.1233559E-03 at 50iterations finished qdiffx linear iterations at : 17:12:04 total time elapsed so far: 3.170000 # loops : 50 mean,max change (kT/e) : 1.1168945E-05 2.1233559E-03 energy calculations done at 3.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.340000 DelPhi exited at 17:12:05 3.348u 0.199s 0:03.92 90.0% 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 17:12:05 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 = 3403 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.659106 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): 37.66000 94.87500 ymin,ymax (A): 16.67700 81.04900 zmin,zma (A): -23.16200 25.57300 x,y,z range (A): 57.21500 64.37200 48.73500 scale (grids/A): 1.659106 object centre (A): 66.26750 48.86300 1.205501 number of atom coordinates read : 3403 total number of charged atoms : 3257 net assigned charge : -6.499982 assigned positive charge : 509.9315 centred at (gu) : 90.13116 89.98176 89.61292 assigned negative charge : -516.4326 centred at (gu) : 90.15036 89.92432 89.51556 start vw surface at 0.1500000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 75393 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29487 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 24551 mr = 52152 m= 2715 mr = 17256 m= 74 mr = 1370 m= 1 mr = 5 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 403 time to turn everything in is 0.5300000 number of dielectric boundary points 31951 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 376 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 25047 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.5530354 object centre at (A) : 66.26750 48.86300 1.205501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.6503805E-03 -4.0625585E-03 midg,1,midg; midg,igrid,midg 9.1650411E-03 1.6461812E-02 1,midg,midg; igrid,midg,midg -1.7662175E-02 -6.8925638E-03 gauss-seidel spectral radius is 0.9982866 estimated iterations to convergence 192 setup time was (sec) 0.8200000 now iterating at: 17:12:06 rms-change max change #iterations 3.728516 174.2701 at 10iterations 1.595209 57.02126 at 20iterations 0.6815965 23.07587 at 30iterations 0.2920434 10.66057 at 40iterations 0.1249565 4.188476 at 50iterations 5.3493738E-02 1.818313 at 60iterations 2.2938440E-02 0.7593425 at 70iterations 9.8358532E-03 0.3228645 at 80iterations 4.2284476E-03 0.1305790 at 90iterations 1.8130778E-03 6.2431477E-02 at 100iterations 7.8321132E-04 2.6492164E-02 at 110iterations 3.4244606E-04 1.1854172E-02 at 120iterations finished qdiffx linear iterations at : 17:12:12 total time elapsed so far: 7.280000 # loops : 120 mean,max change (kT/e) : 3.4244606E-04 1.1854172E-02 energy calculations done at 7.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.440000 DelPhi exited at 17:12:13 7.447u 0.224s 0:07.94 96.4% 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 17:12:13 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 = 3403 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.488660 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): 37.66000 94.87500 ymin,ymax (A): 16.67700 81.04900 zmin,zma (A): -23.16200 25.57300 x,y,z range (A): 57.21500 64.37200 48.73500 scale (grids/A): 2.488660 object centre (A): 66.26750 48.86300 1.205501 number of atom coordinates read : 3403 total number of charged atoms : 3257 net assigned charge : -6.499982 assigned positive charge : 509.9315 centred at (gu) : 90.19652 89.97240 89.41926 assigned negative charge : -516.4326 centred at (gu) : 90.22546 89.88639 89.27332 start vw surface at 0.1600000 fill in re-entrant regions at 0.4400000 boundary points on vw surface= 174740 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29487 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 84127 mr = 127008 m= 25334 mr = 67388 m= 4317 mr = 19357 m= 369 mr = 2907 m= 8 mr = 180 m= 0 mr = 0 time to grow re-entrant surface = 0.7600000 no. cavity mid-points inaccessible to solvent = 1349 time to turn everything in is 1.310000 number of dielectric boundary points 72055 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 13 iepsmp to db, and charging done at 1.450000 number of grid points assigned charge 26029 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.659106 object centre at (A) : 66.26750 48.86300 1.205501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.0985984E-02 -3.1504624E-02 midg,1,midg; midg,igrid,midg 0.2463928 0.5415031 1,midg,midg; igrid,midg,midg -0.2585770 -6.4307444E-02 gauss-seidel spectral radius is 0.9991761 estimated iterations to convergence 275 setup time was (sec) 1.630000 now iterating at: 17:12:15 rms-change max change #iterations 9.454601 460.1917 at 10iterations 5.362464 112.8003 at 20iterations 3.022394 63.87262 at 30iterations 1.697886 33.43194 at 40iterations 0.9518858 19.29305 at 50iterations 0.5330145 9.925116 at 60iterations 0.2972769 5.685895 at 70iterations 0.1664039 3.123581 at 80iterations 9.2908405E-02 1.768379 at 90iterations 5.1929194E-02 0.9861889 at 100iterations 2.8853685E-02 0.5901661 at 110iterations 1.6101619E-02 0.2904491 at 120iterations 8.9824069E-03 0.1677302 at 130iterations 4.9992697E-03 9.3002610E-02 at 140iterations 2.7917561E-03 4.9117565E-02 at 150iterations 1.5592205E-03 2.8635025E-02 at 160iterations 8.7281223E-04 1.7370224E-02 at 170iterations 4.8799650E-04 9.3593597E-03 at 180iterations finished qdiffx linear iterations at : 17:12:25 total time elapsed so far: 12.07000 # loops : 180 mean,max change (kT/e) : 4.8799650E-04 9.3593597E-03 energy calculations done at 12.07000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.24000 DelPhi exited at 17:12:25 12.243u 0.230s 0:12.74 97.8% 0+0k 0+0io 0pf+0w