Sun Oct 9 07:01:17 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 07:01:17 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6769605 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): -1.0999918E-02 45.64100 ymin,ymax (A): -13.83300 35.65900 zmin,zma (A): -29.25300 23.33500 x,y,z range (A): 45.65200 49.49200 52.58800 scale (grids/A): 0.6769605 object centre (A): 22.81500 10.91300 -2.959001 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 299.6560 centred at (gu) : 88.05273 90.09053 91.33714 assigned negative charge : -302.1561 centred at (gu) : 88.27343 90.15070 91.36890 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.0000000E-02 boundary points on vw surface= 6210 nv = 96 ne = 84 npr = 42301 no. pairs analyzed = 42301 no. exposed pairs = 2474 no. arc points = 17313 no. surface atoms = 830 nbur = 1171 mkacc time = 7.0000000E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 350 mr = 3453 m= 1 mr = 57 m= 0 mr = 0 time to grow re-entrant surface = 7.9999991E-02 no. cavity mid-points inaccessible to solvent = 43 time to turn everything in is 0.1600000 number of dielectric boundary points 3051 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1619 ## 127 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 7077 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.7049725E-09 -2.3983565E-08 midg,1,midg; midg,igrid,midg 3.1087291E-09 -2.5460093E-08 1,midg,midg; igrid,midg,midg 6.0070910E-08 -4.2850672E-08 gauss-seidel spectral radius is 0.9886305 estimated iterations to convergence 76 setup time was (sec) 0.3400000 now iterating at: 07:01:17 rms-change max change #iterations 0.1605242 23.68886 at 10iterations 1.8142197E-02 3.420346 at 20iterations 2.0239661E-03 0.2835217 at 30iterations 2.2424912E-04 3.2119274E-02 at 40iterations 2.5306119E-05 3.8528442E-03 at 50iterations finished qdiffx linear iterations at : 07:01:20 total time elapsed so far: 3.170000 # loops : 50 mean,max change (kT/e) : 2.5306119E-05 3.8528442E-03 energy calculations done at 3.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.300000 DelPhi exited at 07:01:20 3.304u 0.185s 0:03.76 92.5% 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 07:01:20 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.030882 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): -1.0999918E-02 45.64100 ymin,ymax (A): -13.83300 35.65900 zmin,zma (A): -29.25300 23.33500 x,y,z range (A): 45.65200 49.49200 52.58800 scale (grids/A): 2.030882 object centre (A): 22.81500 10.91300 -2.959001 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 299.6560 centred at (gu) : 84.15820 90.27134 94.01144 assigned negative charge : -302.1561 centred at (gu) : 84.82023 90.45229 94.10692 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 65915 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17313 grid for indexing accessible points = 1.400000 m= 23659 mr = 45688 m= 4194 mr = 17729 m= 331 mr = 2681 m= 3 mr = 148 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 1167 time to turn everything in is 0.3300000 number of dielectric boundary points 27856 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 77 iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 14754 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.6769605 object centre at (A) : 22.81500 10.91300 -2.959001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.6936030E-02 -4.6123505E-02 midg,1,midg; midg,igrid,midg -3.3812258E-02 -2.6569804E-02 1,midg,midg; igrid,midg,midg 5.5682838E-02 -3.0120322E-02 gauss-seidel spectral radius is 0.9987277 estimated iterations to convergence 222 setup time was (sec) 0.5500000 now iterating at: 07:01:21 rms-change max change #iterations 4.194562 185.3989 at 10iterations 2.007215 86.48273 at 20iterations 0.9658968 31.94739 at 30iterations 0.4631279 15.01359 at 40iterations 0.2238564 7.344780 at 50iterations 0.1072132 3.684796 at 60iterations 5.1476274E-02 1.791359 at 70iterations 2.4829211E-02 0.8333549 at 80iterations 1.1910929E-02 0.4061623 at 90iterations 5.7247560E-03 0.1990776 at 100iterations 2.7525281E-03 8.5016251E-02 at 110iterations 1.3208243E-03 4.2615891E-02 at 120iterations finished qdiffx linear iterations at : 07:01:28 total time elapsed so far: 7.550000 # loops : 120 mean,max change (kT/e) : 1.3208243E-03 4.2615891E-02 energy calculations done at 7.550000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.680000 DelPhi exited at 07:01:29 7.684u 0.194s 0:08.16 96.4% 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 07:01:29 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2001 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.046323 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): -1.0999918E-02 45.64100 ymin,ymax (A): -13.83300 35.65900 zmin,zma (A): -29.25300 23.33500 x,y,z range (A): 45.65200 49.49200 52.58800 scale (grids/A): 3.046323 object centre (A): 22.81500 10.91300 -2.959001 number of atom coordinates read : 2001 total number of charged atoms : 1862 net assigned charge : -2.499985 assigned positive charge : 299.6560 centred at (gu) : 81.23730 90.40690 96.01717 assigned negative charge : -302.1561 centred at (gu) : 82.23032 90.67849 96.16043 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 152256 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17313 grid for indexing accessible points = 1.400000 m= 76485 mr = 110355 m= 28363 mr = 63086 m= 7639 mr = 23047 m= 1353 mr = 5874 m= 109 mr = 954 m= 2 mr = 46 m= 0 mr = 0 time to grow re-entrant surface = 0.4700000 no. cavity mid-points inaccessible to solvent = 3764 time to turn everything in is 0.8500000 number of dielectric boundary points 62845 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 0.9400000 number of grid points assigned charge 14896 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.030882 object centre at (A) : 22.81500 10.91300 -2.959001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5965133 -0.5677047 midg,1,midg; midg,igrid,midg -0.5546128 -0.3301771 1,midg,midg; igrid,midg,midg 0.6083571 -0.2505801 gauss-seidel spectral radius is 0.9992704 estimated iterations to convergence 292 setup time was (sec) 1.090000 now iterating at: 07:01:30 rms-change max change #iterations 9.565610 351.1838 at 10iterations 5.519381 119.3694 at 20iterations 3.194066 72.93384 at 30iterations 1.844864 36.43120 at 40iterations 1.066113 19.95015 at 50iterations 0.6134838 11.24092 at 60iterations 0.3534966 6.679629 at 70iterations 0.2038569 3.770792 at 80iterations 0.1173832 2.113637 at 90iterations 6.7602091E-02 1.182049 at 100iterations 3.8869597E-02 0.7184405 at 110iterations 2.2387391E-02 0.4346790 at 120iterations 1.2907154E-02 0.2413044 at 130iterations 7.4321972E-03 0.1352563 at 140iterations 4.2708148E-03 8.4197998E-02 at 150iterations 2.4569652E-03 4.6382904E-02 at 160iterations 1.4191088E-03 2.5983810E-02 at 170iterations 8.1900496E-04 1.5004158E-02 at 180iterations finished qdiffx linear iterations at : 07:01:41 total time elapsed so far: 12.19000 # loops : 180 mean,max change (kT/e) : 8.1900496E-04 1.5004158E-02 energy calculations done at 12.19000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.32000 DelPhi exited at 07:01:41 12.320u 0.208s 0:12.89 97.1% 0+0k 0+0io 0pf+0w