Sat Oct 15 12:29:05 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 Sat Oct 15 2011 at 12:29: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2058 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -6.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.6986694 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): -23.01000 24.92700 ymin,ymax (A): -25.48000 23.59300 zmin,zma (A): -14.55400 36.40000 x,y,z range (A): 47.93700 49.07300 50.95400 scale (grids/A): 0.6986694 object centre (A): 0.9584999 -0.9434996 10.92300 number of atom coordinates read : 2058 total number of charged atoms : 1919 net assigned charge : -3.999983 assigned positive charge : 313.2539 centred at (gu) : 90.19312 89.64897 90.11077 assigned negative charge : -317.2540 centred at (gu) : 90.31766 89.57275 90.22179 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 6640 nv = 96 ne = 84 npr = 45540 no. pairs analyzed = 45540 no. exposed pairs = 2495 no. arc points = 17869 no. surface atoms = 837 nbur = 1221 mkacc time = 7.9999998E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 378 mr = 3660 m= 3 mr = 66 m= 0 mr = 0 time to grow re-entrant surface = 9.0000004E-02 no. cavity mid-points inaccessible to solvent = 48 time to turn everything in is 0.1800000 number of dielectric boundary points 3295 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1631 ## 147 charges are in solution ## iepsmp to db, and charging done at 0.2500000 number of grid points assigned charge 7480 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.7856539E-08 -7.4937169E-08 midg,1,midg; midg,igrid,midg -6.2880595E-08 3.8137138E-09 1,midg,midg; igrid,midg,midg 2.2776627E-08 -8.2108663E-08 gauss-seidel spectral radius is 0.9893234 estimated iterations to convergence 79 setup time was (sec) 0.3700000 now iterating at: 12:29:05 rms-change max change #iterations 0.2070832 31.62092 at 10iterations 2.4766402E-02 3.365006 at 20iterations 2.9678456E-03 0.4511766 at 30iterations 3.5822910E-04 4.7569036E-02 at 40iterations 4.2501120E-05 5.7983398E-03 at 50iterations finished qdiffx linear iterations at : 12:29:08 total time elapsed so far: 3.330000 # loops : 50 mean,max change (kT/e) : 4.2501120E-05 5.7983398E-03 energy calculations done at 3.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.450000 DelPhi exited at 12:29:09 3.450u 0.200s 0:03.95 92.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 Sat Oct 15 2011 at 12:29:09 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 = 2058 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -6.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.096008 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): -23.01000 24.92700 ymin,ymax (A): -25.48000 23.59300 zmin,zma (A): -14.55400 36.40000 x,y,z range (A): 47.93700 49.07300 50.95400 scale (grids/A): 2.096008 object centre (A): 0.9584999 -0.9434996 10.92300 number of atom coordinates read : 2058 total number of charged atoms : 1919 net assigned charge : -3.999983 assigned positive charge : 313.2539 centred at (gu) : 90.57946 88.94689 90.33234 assigned negative charge : -317.2540 centred at (gu) : 90.95291 88.71819 90.66537 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 70086 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17869 grid for indexing accessible points = 1.400000 m= 26489 mr = 48011 m= 4991 mr = 20024 m= 446 mr = 3336 m= 13 mr = 265 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 1217 time to turn everything in is 0.3700000 number of dielectric boundary points 30389 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 90 iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 15160 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.6986694 object centre at (A) : 0.9584999 -0.9434996 10.92300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -3.1020367E-03 -7.7987723E-02 midg,1,midg; midg,igrid,midg -1.0639537E-02 -2.5284002E-02 1,midg,midg; igrid,midg,midg 3.3336729E-02 3.2520961E-04 gauss-seidel spectral radius is 0.9988064 estimated iterations to convergence 229 setup time was (sec) 0.5900000 now iterating at: 12:29:09 rms-change max change #iterations 4.725866 223.8999 at 10iterations 2.313071 93.70457 at 20iterations 1.134656 56.45670 at 30iterations 0.5592757 20.22619 at 40iterations 0.2757974 8.891693 at 50iterations 0.1354964 4.145912 at 60iterations 6.6637121E-02 2.107132 at 70iterations 3.2737948E-02 1.072011 at 80iterations 1.6080180E-02 0.5008087 at 90iterations 7.9195043E-03 0.2463818 at 100iterations 3.8856827E-03 0.1167421 at 110iterations 1.9187381E-03 6.3247681E-02 at 120iterations finished qdiffx linear iterations at : 12:29:17 total time elapsed so far: 8.010000 # loops : 120 mean,max change (kT/e) : 1.9187381E-03 6.3247681E-02 energy calculations done at 8.010000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.140000 DelPhi exited at 12:29:17 8.139u 0.224s 0:08.64 96.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 Sat Oct 15 2011 at 12:29: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 = 2058 !!! WARNING: ASP 186 has a net charge of -2.0000 !!! WARNING: NDP 187 has a net charge of -6.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.144012 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): -23.01000 24.92700 ymin,ymax (A): -25.48000 23.59300 zmin,zma (A): -14.55400 36.40000 x,y,z range (A): 47.93700 49.07300 50.95400 scale (grids/A): 3.144012 object centre (A): 0.9584999 -0.9434996 10.92300 number of atom coordinates read : 2058 total number of charged atoms : 1919 net assigned charge : -3.999983 assigned positive charge : 313.2539 centred at (gu) : 90.86919 88.42021 90.49848 assigned negative charge : -317.2540 centred at (gu) : 91.42935 88.07723 90.99805 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 161752 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17869 grid for indexing accessible points = 1.400000 m= 82982 mr = 115989 m= 33142 mr = 68640 m= 9428 mr = 27317 m= 1849 mr = 7367 m= 256 mr = 1408 m= 16 mr = 182 m= 0 mr = 7 time to grow re-entrant surface = 0.5200000 no. cavity mid-points inaccessible to solvent = 4274 time to turn everything in is 1.070000 number of dielectric boundary points 68515 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.170000 number of grid points assigned charge 15322 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.096008 object centre at (A) : 0.9584999 -0.9434996 10.92300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1806049 -0.8053337 midg,1,midg; midg,igrid,midg 5.3604085E-02 -0.3011897 1,midg,midg; igrid,midg,midg 0.2302479 -2.3126071E-02 gauss-seidel spectral radius is 0.9992927 estimated iterations to convergence 297 setup time was (sec) 1.310000 now iterating at: 12:29:19 rms-change max change #iterations 10.57255 425.6560 at 10iterations 6.111125 164.2170 at 20iterations 3.552636 84.93593 at 30iterations 2.062691 55.14020 at 40iterations 1.200597 22.13652 at 50iterations 0.6979807 13.58631 at 60iterations 0.4046708 7.749059 at 70iterations 0.2349097 4.146656 at 80iterations 0.1364657 2.549198 at 90iterations 7.9196841E-02 1.370657 at 100iterations 4.5975972E-02 0.8023939 at 110iterations 2.6724618E-02 0.4494247 at 120iterations 1.5492250E-02 0.2677536 at 130iterations 9.0061072E-03 0.1552501 at 140iterations 5.2110562E-03 9.0799332E-02 at 150iterations 3.0388080E-03 5.8647156E-02 at 160iterations 1.7624469E-03 3.0399323E-02 at 170iterations 1.0224875E-03 1.9003391E-02 at 180iterations finished qdiffx linear iterations at : 12:29:30 total time elapsed so far: 12.57000 # loops : 180 mean,max change (kT/e) : 1.0224875E-03 1.9003391E-02 energy calculations done at 12.57000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.71000 DelPhi exited at 12:29:31 12.708u 0.216s 0:13.33 96.8% 0+0k 0+0io 0pf+0w