Mon Oct 10 14:10:54 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 14:10:54 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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1874 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.7011601 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): -19.30700 23.05100 ymin,ymax (A): -16.14100 24.38700 zmin,zma (A): 4.222000 54.99500 x,y,z range (A): 42.35800 40.52800 50.77300 scale (grids/A): 0.7011601 object centre (A): 1.872000 4.123000 29.60850 number of atom coordinates read : 1874 total number of charged atoms : 1743 net assigned charge : -0.9999905 assigned positive charge : 271.9783 centred at (gu) : 89.79371 88.48589 88.51944 assigned negative charge : -272.9782 centred at (gu) : 89.84771 88.62692 88.52699 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6250 nv = 96 ne = 84 npr = 39162 no. pairs analyzed = 39162 no. exposed pairs = 2228 no. arc points = 16129 no. surface atoms = 741 nbur = 1133 mkacc time = 9.0000004E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 386 mr = 3551 m= 3 mr = 47 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 162 time to turn everything in is 0.2300000 number of dielectric boundary points 3041 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1431 ## 113 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 6872 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.0548682E-09 -8.2823153E-09 midg,1,midg; midg,igrid,midg 5.9803078E-08 -4.5696773E-08 1,midg,midg; igrid,midg,midg 1.2442755E-08 -2.7345457E-08 gauss-seidel spectral radius is 0.9893821 estimated iterations to convergence 79 setup time was (sec) 0.5500000 now iterating at: 14:10:55 rms-change max change #iterations 0.1816346 26.03857 at 10iterations 2.1782452E-02 3.802770 at 20iterations 2.6682990E-03 0.3799108 at 30iterations 3.2394097E-04 4.2205811E-02 at 40iterations 3.8507649E-05 6.0272217E-03 at 50iterations finished qdiffx linear iterations at : 14:10:59 total time elapsed so far: 4.250000 # loops : 50 mean,max change (kT/e) : 3.8507649E-05 6.0272217E-03 energy calculations done at 4.250000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.420000 DelPhi exited at 14:10:59 4.423u 0.392s 0:05.20 92.5% 0+0k 0+0io 6pf+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 14:10: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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1874 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.103480 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): -19.30700 23.05100 ymin,ymax (A): -16.14100 24.38700 zmin,zma (A): 4.222000 54.99500 x,y,z range (A): 42.35800 40.52800 50.77300 scale (grids/A): 2.103480 object centre (A): 1.872000 4.123000 29.60850 number of atom coordinates read : 1874 total number of charged atoms : 1743 net assigned charge : -0.9999905 assigned positive charge : 271.9783 centred at (gu) : 89.38130 85.45769 85.55848 assigned negative charge : -272.9782 centred at (gu) : 89.54327 85.88081 85.58103 start vw surface at 0.1100000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 66351 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16129 grid for indexing accessible points = 1.400000 m= 25038 mr = 46667 m= 4643 mr = 18634 m= 484 mr = 3062 m= 14 mr = 193 m= 0 mr = 0 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 4323 time to turn everything in is 0.5600000 number of dielectric boundary points 27974 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 65 iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 13831 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.7011601 object centre at (A) : 1.872000 4.123000 29.60850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.7567527E-02 -1.8556572E-02 midg,1,midg; midg,igrid,midg 4.7333690E-04 -8.9740204E-03 1,midg,midg; igrid,midg,midg 1.5150243E-02 -4.4377213E-03 gauss-seidel spectral radius is 0.9987948 estimated iterations to convergence 228 setup time was (sec) 0.8600000 now iterating at: 14:11:00 rms-change max change #iterations 4.238626 230.8052 at 10iterations 2.065122 79.83287 at 20iterations 1.013848 36.17591 at 30iterations 0.4975932 15.53879 at 40iterations 0.2444838 8.752546 at 50iterations 0.1194671 3.769295 at 60iterations 5.8559667E-02 1.958685 at 70iterations 2.8703589E-02 0.9136829 at 80iterations 1.4120431E-02 0.4221272 at 90iterations 6.8966388E-03 0.2180324 at 100iterations 3.3858062E-03 0.1021004 at 110iterations 1.6612492E-03 5.8300018E-02 at 120iterations finished qdiffx linear iterations at : 14:11:10 total time elapsed so far: 10.19000 # loops : 120 mean,max change (kT/e) : 1.6612492E-03 5.8300018E-02 energy calculations done at 10.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.35000 DelPhi exited at 14:11:10 10.357u 0.438s 0:11.24 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 Mon Oct 10 2011 at 14:11:11 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: 212 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1874 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.155220 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): -19.30700 23.05100 ymin,ymax (A): -16.14100 24.38700 zmin,zma (A): 4.222000 54.99500 x,y,z range (A): 42.35800 40.52800 50.77300 scale (grids/A): 3.155220 object centre (A): 1.872000 4.123000 29.60850 number of atom coordinates read : 1874 total number of charged atoms : 1743 net assigned charge : -0.9999905 assigned positive charge : 271.9783 centred at (gu) : 89.07188 83.18667 83.33781 assigned negative charge : -272.9782 centred at (gu) : 89.31489 83.82126 83.37157 start vw surface at 0.1000000 fill in re-entrant regions at 0.6900000 boundary points on vw surface= 153371 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16129 grid for indexing accessible points = 1.400000 m= 78763 mr = 112594 m= 30663 mr = 65074 m= 8765 mr = 24821 m= 1802 mr = 6724 m= 182 mr = 1234 m= 6 mr = 72 m= 0 mr = 0 time to grow re-entrant surface = 0.8800000 no. cavity mid-points inaccessible to solvent = 15138 time to turn everything in is 1.680000 number of dielectric boundary points 63033 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.810000 number of grid points assigned charge 13944 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) : 2.103480 object centre at (A) : 1.872000 4.123000 29.60850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2382581 -0.1221795 midg,1,midg; midg,igrid,midg -7.0060091E-03 -0.1154987 1,midg,midg; igrid,midg,midg 0.1159119 -2.1863073E-02 gauss-seidel spectral radius is 0.9992802 estimated iterations to convergence 294 setup time was (sec) 2.010000 now iterating at: 14:11:13 rms-change max change #iterations 9.374909 470.1836 at 10iterations 5.401831 122.4998 at 20iterations 3.127348 71.71393 at 30iterations 1.810808 35.25065 at 40iterations 1.045678 19.13129 at 50iterations 0.6056546 11.38117 at 60iterations 0.3500328 6.951276 at 70iterations 0.2025654 3.995018 at 80iterations 0.1168183 2.247116 at 90iterations 6.7628846E-02 1.150991 at 100iterations 3.9043207E-02 0.7133179 at 110iterations 2.2573920E-02 0.4194946 at 120iterations 1.3084969E-02 0.2507906 at 130iterations 7.5524584E-03 0.1306381 at 140iterations 4.3601412E-03 7.9820752E-02 at 150iterations 2.5234069E-03 4.4458389E-02 at 160iterations 1.4594680E-03 2.9155731E-02 at 170iterations 8.4447436E-04 1.5175432E-02 at 180iterations finished qdiffx linear iterations at : 14:11:28 total time elapsed so far: 17.41000 # loops : 180 mean,max change (kT/e) : 8.4447436E-04 1.5175432E-02 energy calculations done at 17.41000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.57000 DelPhi exited at 14:11:29 17.578u 0.440s 0:18.67 96.4% 0+0k 0+0io 0pf+0w