Sun Oct 9 17:36:32 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 Sun Oct 9 2011 at 17:36:32 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3142 !!! WARNING: PLP 999 has a net charge of -0.3790 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.5733612 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): -11.08000 51.01000 ymin,ymax (A): -12.03900 40.78100 zmin,zma (A): 19.77200 76.12600 x,y,z range (A): 62.09000 52.82000 56.35400 scale (grids/A): 0.5733612 object centre (A): 19.96500 14.37100 47.94900 number of atom coordinates read : 3142 total number of charged atoms : 3007 net assigned charge : 2.621020 assigned positive charge : 487.1761 centred at (gu) : 90.62030 89.63367 87.65369 assigned negative charge : -484.5562 centred at (gu) : 90.51468 89.73818 87.58109 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6938 nv = 96 ne = 84 npr = 60546 no. pairs analyzed = 60546 no. exposed pairs = 4296 no. arc points = 30661 no. surface atoms = 1418 nbur = 1724 mkacc time = 0.1000000 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= 334 mr = 3445 m= 0 mr = 17 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 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= 2956 ## 302 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 8676 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.6720763E-09 1.0609393E-09 midg,1,midg; midg,igrid,midg 2.6581934E-09 -1.4182479E-09 1,midg,midg; igrid,midg,midg -1.3520249E-09 2.8491696E-09 gauss-seidel spectral radius is 0.9843211 estimated iterations to convergence 66 setup time was (sec) 0.4000000 now iterating at: 17:36:33 rms-change max change #iterations 9.5021375E-02 15.71947 at 10iterations 7.1099335E-03 1.198197 at 20iterations 5.5218092E-04 8.6082458E-02 at 30iterations 4.5709898E-05 7.5058937E-03 at 40iterations 9.2333930E-06 1.3628006E-03 at 50iterations finished qdiffx linear iterations at : 17:36:36 total time elapsed so far: 3.250000 # loops : 50 mean,max change (kT/e) : 9.2333930E-06 1.3628006E-03 energy calculations done at 3.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.390000 DelPhi exited at 17:36:36 3.397u 0.179s 0:03.90 91.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 Sun Oct 9 2011 at 17:36: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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3142 !!! WARNING: PLP 999 has a net charge of -0.3790 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.720084 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): -11.08000 51.01000 ymin,ymax (A): -12.03900 40.78100 zmin,zma (A): 19.77200 76.12600 x,y,z range (A): 62.09000 52.82000 56.35400 scale (grids/A): 1.720084 object centre (A): 19.96500 14.37100 47.94900 number of atom coordinates read : 3142 total number of charged atoms : 3007 net assigned charge : 2.621020 assigned positive charge : 487.1761 centred at (gu) : 91.86018 88.90041 82.96025 assigned negative charge : -484.5562 centred at (gu) : 91.54355 89.21424 82.74297 start vw surface at 0.1000000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 75289 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30661 grid for indexing accessible points = 1.400000 m= 25165 mr = 49957 m= 3137 mr = 16937 m= 121 mr = 1544 m= 1 mr = 24 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3800000 number of dielectric boundary points 35251 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 244 iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 23272 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.5733612 object centre at (A) : 19.96500 14.37100 47.94900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.3897991E-03 5.4784059E-03 midg,1,midg; midg,igrid,midg 1.7711977E-02 -1.1075034E-02 1,midg,midg; igrid,midg,midg -8.8227969E-03 1.9961694E-02 gauss-seidel spectral radius is 0.9983934 estimated iterations to convergence 198 setup time was (sec) 0.6100000 now iterating at: 17:36:37 rms-change max change #iterations 3.955138 189.4489 at 10iterations 1.736279 62.03613 at 20iterations 0.7672727 29.85492 at 30iterations 0.3378516 11.41584 at 40iterations 0.1485790 5.123768 at 50iterations 6.5484636E-02 2.399178 at 60iterations 2.8848674E-02 1.089540 at 70iterations 1.2758444E-02 0.4580479 at 80iterations 5.6276023E-03 0.1895847 at 90iterations 2.4926711E-03 8.3875656E-02 at 100iterations 1.1266487E-03 3.8040400E-02 at 110iterations 5.3256232E-04 1.9866943E-02 at 120iterations finished qdiffx linear iterations at : 17:36:44 total time elapsed so far: 7.710000 # loops : 120 mean,max change (kT/e) : 5.3256232E-04 1.9866943E-02 energy calculations done at 7.710000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.850000 DelPhi exited at 17:36:45 7.852u 0.187s 0:08.37 95.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 Sun Oct 9 2011 at 17:36:45 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3142 !!! WARNING: PLP 999 has a net charge of -0.3790 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.580126 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): -11.08000 51.01000 ymin,ymax (A): -12.03900 40.78100 zmin,zma (A): 19.77200 76.12600 x,y,z range (A): 62.09000 52.82000 56.35400 scale (grids/A): 2.580126 object centre (A): 19.96500 14.37100 47.94900 number of atom coordinates read : 3142 total number of charged atoms : 3007 net assigned charge : 2.621020 assigned positive charge : 487.1761 centred at (gu) : 92.79012 88.35042 79.44012 assigned negative charge : -484.5562 centred at (gu) : 92.31519 88.82143 79.11439 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 174637 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30661 grid for indexing accessible points = 1.400000 m= 83713 mr = 122530 m= 26963 mr = 65168 m= 5037 mr = 20015 m= 477 mr = 3225 m= 15 mr = 235 m= 0 mr = 4 time to grow re-entrant surface = 0.5300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.9300000 number of dielectric boundary points 79665 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 6 iepsmp to db, and charging done at 1.020000 number of grid points assigned charge 24049 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.720084 object centre at (A) : 19.96500 14.37100 47.94900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.8221755E-02 6.8414427E-02 midg,1,midg; midg,igrid,midg 0.2437530 -0.2159507 1,midg,midg; igrid,midg,midg 9.6882373E-02 0.2581991 gauss-seidel spectral radius is 0.9992140 estimated iterations to convergence 282 setup time was (sec) 1.160000 now iterating at: 17:36:46 rms-change max change #iterations 10.16148 339.4046 at 10iterations 5.979943 150.1854 at 20iterations 3.463246 85.79916 at 30iterations 2.003040 46.56119 at 40iterations 1.152416 37.24837 at 50iterations 0.6592259 13.71809 at 60iterations 0.3769621 8.733335 at 70iterations 0.2148209 4.419651 at 80iterations 0.1221432 3.116764 at 90iterations 6.9475412E-02 1.368977 at 100iterations 3.9435439E-02 0.8149662 at 110iterations 2.2399431E-02 0.4350243 at 120iterations 1.2772289E-02 0.2492776 at 130iterations 7.2578094E-03 0.1469889 at 140iterations 4.1470402E-03 8.5586071E-02 at 150iterations 2.3968376E-03 4.6547651E-02 at 160iterations 1.4174910E-03 3.0448914E-02 at 170iterations 8.7863667E-04 1.9387245E-02 at 180iterations finished qdiffx linear iterations at : 17:36:58 total time elapsed so far: 12.58000 # loops : 180 mean,max change (kT/e) : 8.7863667E-04 1.9387245E-02 energy calculations done at 12.58000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.71000 DelPhi exited at 17:36:58 12.713u 0.220s 0:13.20 97.9% 0+0k 0+0io 0pf+0w