Tue Oct 11 01:58:51 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 Tue Oct 11 2011 at 01:58:51 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 = 2570 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.5716029 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): 8.241000 70.52200 ymin,ymax (A): -10.87600 39.54000 zmin,zma (A): 35.11200 77.07200 x,y,z range (A): 62.28100 50.41600 41.96000 scale (grids/A): 0.5716029 object centre (A): 39.38150 14.33200 56.09200 number of atom coordinates read : 2570 total number of charged atoms : 2430 net assigned charge : 7.000019 assigned positive charge : 385.0717 centred at (gu) : 92.18523 90.57560 90.08781 assigned negative charge : -378.0725 centred at (gu) : 92.01276 90.67588 89.92868 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5404 nv = 96 ne = 84 npr = 51985 no. pairs analyzed = 51985 no. exposed pairs = 3036 no. arc points = 21420 no. surface atoms = 1036 nbur = 1534 mkacc time = 9.0000004E-02 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= 225 mr = 2933 m= 0 mr = 12 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 6 time to turn everything in is 0.1900000 number of dielectric boundary points 2684 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2172 ## 259 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 6972 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.1690081E-09 3.3447582E-09 midg,1,midg; midg,igrid,midg 2.1612545E-09 -4.0274531E-10 1,midg,midg; igrid,midg,midg -8.0785251E-10 5.8490448E-09 gauss-seidel spectral radius is 0.9841694 estimated iterations to convergence 65 setup time was (sec) 0.3700000 now iterating at: 01:58:51 rms-change max change #iterations 8.3932675E-02 18.03211 at 10iterations 7.3807309E-03 1.326370 at 20iterations 9.9114538E-04 0.2388611 at 30iterations 2.2844900E-04 6.1664581E-02 at 40iterations 5.9432263E-05 1.6021729E-02 at 50iterations finished qdiffx linear iterations at : 01:58:54 total time elapsed so far: 3.280000 # loops : 50 mean,max change (kT/e) : 5.9432263E-05 1.6021729E-02 energy calculations done at 3.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.420000 DelPhi exited at 01:58:55 3.427u 0.183s 0:04.25 84.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 Tue Oct 11 2011 at 01:58:55 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 = 2570 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.714809 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): 8.241000 70.52200 ymin,ymax (A): -10.87600 39.54000 zmin,zma (A): 35.11200 77.07200 x,y,z range (A): 62.28100 50.41600 41.96000 scale (grids/A): 1.714809 object centre (A): 39.38150 14.33200 56.09200 number of atom coordinates read : 2570 total number of charged atoms : 2430 net assigned charge : 7.000019 assigned positive charge : 385.0717 centred at (gu) : 96.55518 91.72607 90.26301 assigned negative charge : -378.0725 centred at (gu) : 96.03799 92.02753 89.78580 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 59856 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21420 grid for indexing accessible points = 1.400000 m= 19263 mr = 41415 m= 2289 mr = 13885 m= 68 mr = 1316 m= 0 mr = 2 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 572 time to turn everything in is 0.3100000 number of dielectric boundary points 24858 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 218 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.3800000 number of grid points assigned charge 18805 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.5716029 object centre at (A) : 39.38150 14.33200 56.09200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.6018010E-03 1.7759755E-02 midg,1,midg; midg,igrid,midg 1.3346088E-02 7.9376800E-03 1,midg,midg; igrid,midg,midg 6.6112340E-03 -1.8953362E-04 gauss-seidel spectral radius is 0.9983096 estimated iterations to convergence 193 setup time was (sec) 0.5100000 now iterating at: 01:58:56 rms-change max change #iterations 3.363111 157.2623 at 10iterations 1.445022 61.63846 at 20iterations 0.6208378 22.02741 at 30iterations 0.2677931 9.727179 at 40iterations 0.1158179 4.065838 at 50iterations 5.0140128E-02 1.721980 at 60iterations 2.1690907E-02 0.8197937 at 70iterations 9.4412062E-03 0.3513565 at 80iterations 4.2426856E-03 0.1702652 at 90iterations 1.9587323E-03 7.9833984E-02 at 100iterations 9.4779057E-04 4.0554047E-02 at 110iterations 4.9657549E-04 2.5569916E-02 at 120iterations finished qdiffx linear iterations at : 01:59:03 total time elapsed so far: 7.580000 # loops : 120 mean,max change (kT/e) : 4.9657549E-04 2.5569916E-02 energy calculations done at 7.580000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.730000 DelPhi exited at 01:59:03 7.734u 0.195s 0:08.52 92.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 Tue Oct 11 2011 at 01:59:04 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 = 2570 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.572213 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): 8.241000 70.52200 ymin,ymax (A): -10.87600 39.54000 zmin,zma (A): 35.11200 77.07200 x,y,z range (A): 62.28100 50.41600 41.96000 scale (grids/A): 2.572213 object centre (A): 39.38150 14.33200 56.09200 number of atom coordinates read : 2570 total number of charged atoms : 2430 net assigned charge : 7.000019 assigned positive charge : 385.0717 centred at (gu) : 99.83260 92.58900 90.39413 assigned negative charge : -378.0725 centred at (gu) : 99.05691 93.04130 89.67872 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 138982 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21420 grid for indexing accessible points = 1.400000 m= 65586 mr = 100872 m= 20376 mr = 53207 m= 3696 mr = 16067 m= 270 mr = 2627 m= 4 mr = 114 m= 0 mr = 0 time to grow re-entrant surface = 0.4000000 no. cavity mid-points inaccessible to solvent = 1827 time to turn everything in is 0.7300000 number of dielectric boundary points 56027 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 19427 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.714809 object centre at (A) : 39.38150 14.33200 56.09200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.5490939E-02 0.2204717 midg,1,midg; midg,igrid,midg 0.1524187 0.1540518 1,midg,midg; igrid,midg,midg 0.1567347 -0.2119966 gauss-seidel spectral radius is 0.9991616 estimated iterations to convergence 273 setup time was (sec) 0.9600000 now iterating at: 01:59:05 rms-change max change #iterations 8.334829 323.1204 at 10iterations 4.638175 101.6604 at 20iterations 2.585463 55.81836 at 30iterations 1.436326 32.13497 at 40iterations 0.7968611 17.47327 at 50iterations 0.4426576 9.705194 at 60iterations 0.2451127 5.031815 at 70iterations 0.1357250 2.814617 at 80iterations 7.5343236E-02 1.770691 at 90iterations 4.1918483E-02 0.8490677 at 100iterations 2.3236990E-02 0.4864936 at 110iterations 1.2946987E-02 0.2695351 at 120iterations 7.2424002E-03 0.1697578 at 130iterations 4.1086255E-03 9.5836639E-02 at 140iterations 2.3577411E-03 5.7804108E-02 at 150iterations 1.3935470E-03 3.6434174E-02 at 160iterations 8.5187383E-04 2.5543213E-02 at 170iterations 5.4990529E-04 1.6868591E-02 at 180iterations finished qdiffx linear iterations at : 01:59:16 total time elapsed so far: 11.93000 # loops : 180 mean,max change (kT/e) : 5.4990529E-04 1.6868591E-02 energy calculations done at 11.93000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.05000 DelPhi exited at 01:59:16 12.055u 0.207s 0:12.76 96.0% 0+0k 0+0io 0pf+0w