Tue Oct 11 03:17:00 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+sph2.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 = amb2.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 03:17:00 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: 328 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5166 !!! WARNING: HIR 53 has a net charge of 0.5140 !!! WARNING: HIR 299 has a net charge of 0.5140 !!! WARNING: HIQ 351 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5083826 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): 10.34200 80.36800 ymin,ymax (A): -0.1940000 66.22000 zmin,zma (A): 6.705000 69.12600 x,y,z range (A): 70.02600 66.41400 62.42100 scale (grids/A): 0.5083826 object centre (A): 45.35500 33.01300 37.91550 number of atom coordinates read : 5166 total number of charged atoms : 5068 net assigned charge : 2.542011 assigned positive charge : 810.2023 centred at (gu) : 90.79830 89.96070 90.26859 assigned negative charge : -807.6670 centred at (gu) : 90.80099 89.89914 90.26901 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 8342 nv = 96 ne = 84 npr = 104191 no. pairs analyzed = 104191 no. exposed pairs = 6310 no. arc points = 43418 no. surface atoms = 2107 nbur = 3059 mkacc time = 0.2200000 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.680000 m= 308 mr = 4463 m= 2 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 30 time to turn everything in is 0.4800000 number of dielectric boundary points 4183 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4231 ## 615 charges are in solution ## iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 11424 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.1649187E-11 3.3890057E-11 midg,1,midg; midg,igrid,midg -1.3423745E-10 1.9360671E-10 1,midg,midg; igrid,midg,midg 3.2503392E-11 3.1389173E-11 gauss-seidel spectral radius is 0.9802368 estimated iterations to convergence 59 setup time was (sec) 0.7200000 now iterating at: 03:17:01 rms-change max change #iterations 7.4475080E-02 11.54585 at 10iterations 4.1898694E-03 0.5585136 at 20iterations 4.2996620E-04 5.5839539E-02 at 30iterations 1.2148365E-04 1.3858795E-02 at 40iterations 4.0143907E-05 4.9180984E-03 at 50iterations finished qdiffx linear iterations at : 03:17:04 total time elapsed so far: 3.510000 # loops : 50 mean,max change (kT/e) : 4.0143907E-05 4.9180984E-03 energy calculations done at 3.510000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.700000 DelPhi exited at 03:17:05 3.702u 0.180s 0:04.22 91.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 03:17: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: 328 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5166 !!! WARNING: HIR 53 has a net charge of 0.5140 !!! WARNING: HIR 299 has a net charge of 0.5140 !!! WARNING: HIQ 351 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 1.525148 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): 10.34200 80.36800 ymin,ymax (A): -0.1940000 66.22000 zmin,zma (A): 6.705000 69.12600 x,y,z range (A): 70.02600 66.41400 62.42100 scale (grids/A): 1.525148 object centre (A): 45.35500 33.01300 37.91550 number of atom coordinates read : 5166 total number of charged atoms : 5068 net assigned charge : 2.542011 assigned positive charge : 810.2023 centred at (gu) : 92.39307 89.87990 90.80378 assigned negative charge : -807.6670 centred at (gu) : 92.40230 89.69711 90.80654 start vw surface at 0.2000000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 94481 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43418 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 28728 mr = 65832 m= 2316 mr = 19810 m= 32 mr = 946 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 2651 time to turn everything in is 0.6400000 number of dielectric boundary points 38969 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 525 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.7600000 number of grid points assigned charge 38016 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.5083826 object centre at (A) : 45.35500 33.01300 37.91550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3622757E-02 1.0661836E-02 midg,1,midg; midg,igrid,midg -1.0101696E-02 1.9281710E-03 1,midg,midg; igrid,midg,midg 1.1251093E-03 -5.4644316E-04 gauss-seidel spectral radius is 0.9981321 estimated iterations to convergence 184 setup time was (sec) 0.9400000 now iterating at: 03:17:06 rms-change max change #iterations 4.081995 150.5898 at 10iterations 1.677717 57.95321 at 20iterations 0.6921796 21.50387 at 30iterations 0.2846273 9.422306 at 40iterations 0.1170501 3.607484 at 50iterations 4.8320320E-02 1.472449 at 60iterations 2.0005979E-02 0.6649170 at 70iterations 8.2681533E-03 0.2677746 at 80iterations 3.4266226E-03 0.1109027 at 90iterations 1.4283276E-03 4.7183990E-02 at 100iterations 6.0483324E-04 1.8131256E-02 at 110iterations 2.6440329E-04 7.9708099E-03 at 120iterations finished qdiffx linear iterations at : 03:17:12 total time elapsed so far: 7.560000 # loops : 120 mean,max change (kT/e) : 2.6440329E-04 7.9708099E-03 energy calculations done at 7.560000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.760000 DelPhi exited at 03:17:13 7.759u 0.232s 0:08.34 95.6% 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 03:17: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: 328 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 5166 !!! WARNING: HIR 53 has a net charge of 0.5140 !!! WARNING: HIR 299 has a net charge of 0.5140 !!! WARNING: HIQ 351 has a net charge of 0.5140 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 2.287722 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): 10.34200 80.36800 ymin,ymax (A): -0.1940000 66.22000 zmin,zma (A): 6.705000 69.12600 x,y,z range (A): 70.02600 66.41400 62.42100 scale (grids/A): 2.287722 object centre (A): 45.35500 33.01300 37.91550 number of atom coordinates read : 5166 total number of charged atoms : 5068 net assigned charge : 2.542011 assigned positive charge : 810.2023 centred at (gu) : 93.58918 89.81931 91.20519 assigned negative charge : -807.6670 centred at (gu) : 93.60342 89.54551 91.20972 start vw surface at 0.2000000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 220164 reading accessible surface arcs data from file ARCDAT no. of arc points read = 43418 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 102188 mr = 161177 m= 26258 mr = 81335 m= 3176 mr = 19306 m= 107 mr = 1801 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.9100000 no. cavity mid-points inaccessible to solvent = 8623 time to turn everything in is 1.550000 number of dielectric boundary points 88260 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 54 iepsmp to db, and charging done at 1.690000 number of grid points assigned charge 40441 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.525148 object centre at (A) : 45.35500 33.01300 37.91550 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2400351 0.1688897 midg,1,midg; midg,igrid,midg -0.1204226 1.0762572E-02 1,midg,midg; igrid,midg,midg -2.7624988E-03 -2.7522173E-02 gauss-seidel spectral radius is 0.9991745 estimated iterations to convergence 275 setup time was (sec) 1.870000 now iterating at: 03:17:15 rms-change max change #iterations 10.98973 353.0961 at 10iterations 6.320237 149.5406 at 20iterations 3.609283 72.52913 at 30iterations 2.053116 41.41176 at 40iterations 1.162216 23.98897 at 50iterations 0.6557667 12.76397 at 60iterations 0.3696318 7.160333 at 70iterations 0.2081777 4.123440 at 80iterations 0.1168803 2.220685 at 90iterations 6.5589018E-02 1.239639 at 100iterations 3.6741596E-02 0.7173693 at 110iterations 2.0516900E-02 0.3845291 at 120iterations 1.1514426E-02 0.2040405 at 130iterations 6.4398954E-03 0.1118469 at 140iterations 3.6063057E-03 7.1182251E-02 at 150iterations 2.0175062E-03 3.5766602E-02 at 160iterations 1.1334190E-03 1.9477844E-02 at 170iterations 6.4044655E-04 1.2606621E-02 at 180iterations finished qdiffx linear iterations at : 03:17:27 total time elapsed so far: 13.73000 # loops : 180 mean,max change (kT/e) : 6.4044655E-04 1.2606621E-02 energy calculations done at 13.73000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.89000 DelPhi exited at 03:17:28 13.891u 0.257s 0:14.44 97.9% 0+0k 0+0io 0pf+0w