Mon Oct 10 17:01:52 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 17:01:53 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 = 2585 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: 0.5636479 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): -17.69900 32.50200 ymin,ymax (A): -27.80000 29.33300 zmin,zma (A): 27.29600 90.45600 x,y,z range (A): 50.20100 57.13300 63.16000 scale (grids/A): 0.5636479 object centre (A): 7.401500 0.7665005 58.87600 number of atom coordinates read : 2585 total number of charged atoms : 2449 net assigned charge : 15.50002 assigned positive charge : 379.4799 centred at (gu) : 88.07808 90.71724 91.21738 assigned negative charge : -363.9807 centred at (gu) : 88.06335 90.77338 91.12794 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 5448 nv = 96 ne = 84 npr = 51133 no. pairs analyzed = 51133 no. exposed pairs = 3409 no. arc points = 24364 no. surface atoms = 1157 nbur = 1428 mkacc time = 0.1300000 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.512000 m= 233 mr = 2690 m= 0 mr = 12 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 2979 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2466 ## 297 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 6929 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.2195705E-10 3.7123233E-09 midg,1,midg; midg,igrid,midg 2.0637225E-09 1.5207137E-09 1,midg,midg; igrid,midg,midg 2.6976454E-09 1.2962079E-09 gauss-seidel spectral radius is 0.9837365 estimated iterations to convergence 64 setup time was (sec) 0.6000000 now iterating at: 17:01:54 rms-change max change #iterations 7.6156244E-02 12.09025 at 10iterations 5.6689181E-03 0.9702005 at 20iterations 4.0234238E-04 8.1413269E-02 at 30iterations 2.9197950E-05 4.9576759E-03 at 40iterations 2.2897357E-06 4.1007996E-04 at 50iterations finished qdiffx linear iterations at : 17:01:58 total time elapsed so far: 4.940000 # loops : 50 mean,max change (kT/e) : 2.2897357E-06 4.1007996E-04 energy calculations done at 4.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.120000 DelPhi exited at 17:01:59 5.127u 0.456s 0:06.19 89.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 Mon Oct 10 2011 at 17:01:59 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 = 2585 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.690943 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): -17.69900 32.50200 ymin,ymax (A): -27.80000 29.33300 zmin,zma (A): 27.29600 90.45600 x,y,z range (A): 50.20100 57.13300 63.16000 scale (grids/A): 1.690943 object centre (A): 7.401500 0.7665005 58.87600 number of atom coordinates read : 2585 total number of charged atoms : 2449 net assigned charge : 15.50002 assigned positive charge : 379.4799 centred at (gu) : 84.23379 92.15138 93.65173 assigned negative charge : -363.9807 centred at (gu) : 84.18999 92.31985 93.38358 start vw surface at 0.1100000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 59347 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24364 grid for indexing accessible points = 1.400000 m= 18260 mr = 38950 m= 2137 mr = 12279 m= 80 mr = 1017 m= 4 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5200000 number of dielectric boundary points 27575 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 237 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.6400000 number of grid points assigned charge 18882 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.5636479 object centre at (A) : 7.401500 0.7665005 58.87600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.3655381E-03 2.3192169E-02 midg,1,midg; midg,igrid,midg 1.9635031E-02 1.6862717E-02 1,midg,midg; igrid,midg,midg 1.6894080E-02 9.6714785E-03 gauss-seidel spectral radius is 0.9982714 estimated iterations to convergence 191 setup time was (sec) 0.8400000 now iterating at: 17:02:00 rms-change max change #iterations 3.211254 144.7467 at 10iterations 1.355196 57.46281 at 20iterations 0.5758981 25.39316 at 30iterations 0.2447783 9.342455 at 40iterations 0.1038571 3.693953 at 50iterations 4.4396404E-02 1.587740 at 60iterations 1.8940507E-02 0.7019281 at 70iterations 8.0330539E-03 0.2895122 at 80iterations 3.4295339E-03 0.1408043 at 90iterations 1.4552609E-03 5.4212570E-02 at 100iterations 6.2079000E-04 2.3633003E-02 at 110iterations 2.6604038E-04 1.0234833E-02 at 120iterations finished qdiffx linear iterations at : 17:02:11 total time elapsed so far: 11.71000 # loops : 120 mean,max change (kT/e) : 2.6604038E-04 1.0234833E-02 energy calculations done at 11.71000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.89000 DelPhi exited at 17:02:12 11.894u 0.517s 0:13.07 94.8% 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 17:02:12 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 = 2585 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: 2.536415 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): -17.69900 32.50200 ymin,ymax (A): -27.80000 29.33300 zmin,zma (A): 27.29600 90.45600 x,y,z range (A): 50.20100 57.13300 63.16000 scale (grids/A): 2.536415 object centre (A): 7.401500 0.7665005 58.87600 number of atom coordinates read : 2585 total number of charged atoms : 2449 net assigned charge : 15.50002 assigned positive charge : 379.4799 centred at (gu) : 81.35041 93.22678 95.47746 assigned negative charge : -363.9807 centred at (gu) : 81.28493 93.47975 95.07533 start vw surface at 0.1100000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 138023 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24364 grid for indexing accessible points = 1.400000 m= 62452 mr = 95873 m= 18724 mr = 48706 m= 3373 mr = 13798 m= 324 mr = 2094 m= 14 mr = 148 m= 0 mr = 0 time to grow re-entrant surface = 0.7300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.240000 number of dielectric boundary points 62291 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 10 iepsmp to db, and charging done at 1.390000 number of grid points assigned charge 19575 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.690943 object centre at (A) : 7.401500 0.7665005 58.87600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.6605075E-02 0.3525206 midg,1,midg; midg,igrid,midg 0.1971101 0.1857228 1,midg,midg; igrid,midg,midg 0.1925015 0.1326314 gauss-seidel spectral radius is 0.9991589 estimated iterations to convergence 272 setup time was (sec) 1.600000 now iterating at: 17:02:14 rms-change max change #iterations 8.156603 326.8806 at 10iterations 4.610803 183.4486 at 20iterations 2.587094 72.47139 at 30iterations 1.448381 33.66499 at 40iterations 0.8089494 18.06019 at 50iterations 0.4505859 10.43716 at 60iterations 0.2504966 6.121271 at 70iterations 0.1389159 3.315217 at 80iterations 7.7003092E-02 1.877812 at 90iterations 4.2711329E-02 0.9572163 at 100iterations 2.3605930E-02 0.5107574 at 110iterations 1.3091178E-02 0.3044472 at 120iterations 7.2366544E-03 0.1574421 at 130iterations 4.0138513E-03 8.6891174E-02 at 140iterations 2.2191582E-03 5.2408457E-02 at 150iterations 1.2310243E-03 2.6068687E-02 at 160iterations 6.8527355E-04 1.4816761E-02 at 170iterations 3.8175660E-04 8.4762573E-03 at 180iterations finished qdiffx linear iterations at : 17:02:32 total time elapsed so far: 19.38000 # loops : 180 mean,max change (kT/e) : 3.8175660E-04 8.4762573E-03 energy calculations done at 19.38000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.54000 DelPhi exited at 17:02:33 19.549u 0.540s 0:20.87 96.2% 0+0k 0+0io 0pf+0w