Wed Dec 28 11:02:26 PST 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 Wed Dec 28 2011 at 11:02:26 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: 239 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1969 !!! WARNING: ASH 25 has a net charge of -0.3190 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.5557464 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): -11.93100 28.16100 ymin,ymax (A): 30.09700 78.61500 zmin,zma (A): 8.941000 72.99900 x,y,z range (A): 40.09200 48.51800 64.05800 scale (grids/A): 0.5557464 object centre (A): 8.115000 54.35600 40.97000 number of atom coordinates read : 1969 total number of charged atoms : 1836 net assigned charge : 4.681010 assigned positive charge : 289.1721 centred at (gu) : 90.18863 90.00757 89.99814 assigned negative charge : -284.4913 centred at (gu) : 90.01520 90.00494 90.00084 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 4034 nv = 96 ne = 84 npr = 39803 no. pairs analyzed = 39803 no. exposed pairs = 2579 no. arc points = 17940 no. surface atoms = 868 nbur = 1101 mkacc time = 9.9999994E-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.568000 m= 154 mr = 2108 m= 1 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 2065 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1823 ## 247 charges are in solution ## iepsmp to db, and charging done at 0.3500000 number of grid points assigned charge 5146 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.4014817E-10 4.0683867E-10 midg,1,midg; midg,igrid,midg 4.0672740E-10 4.4032517E-10 1,midg,midg; igrid,midg,midg -6.2570332E-10 1.5269983E-09 gauss-seidel spectral radius is 0.9832200 estimated iterations to convergence 64 setup time was (sec) 0.5200000 now iterating at: 11:02:27 rms-change max change #iterations 6.2525854E-02 12.44173 at 10iterations 4.5390176E-03 0.8431139 at 20iterations 3.0863448E-04 5.9169769E-02 at 30iterations 2.1249649E-05 4.4798851E-03 at 40iterations 1.4792982E-06 2.9563904E-04 at 50iterations finished qdiffx linear iterations at : 11:02:32 total time elapsed so far: 5.300000 # loops : 50 mean,max change (kT/e) : 1.4792982E-06 2.9563904E-04 energy calculations done at 5.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.480000 DelPhi exited at 11:02:33 5.487u 0.486s 0:06.96 85.6% 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 Wed Dec 28 2011 at 11:02:33 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: 239 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1969 !!! WARNING: ASH 25 has a net charge of -0.3190 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: 1.667239 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): -11.93100 28.16100 ymin,ymax (A): 30.09700 78.61500 zmin,zma (A): 8.941000 72.99900 x,y,z range (A): 40.09200 48.51800 64.05800 scale (grids/A): 1.667239 object centre (A): 8.115000 54.35600 40.97000 number of atom coordinates read : 1969 total number of charged atoms : 1836 net assigned charge : 4.681010 assigned positive charge : 289.1721 centred at (gu) : 90.56590 90.02273 89.99417 assigned negative charge : -284.4913 centred at (gu) : 90.04575 90.01482 90.00283 start vw surface at 0.1000000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 43853 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17940 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 13977 mr = 29210 m= 1525 mr = 10124 m= 34 mr = 870 m= 0 mr = 8 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 569 time to turn everything in is 0.4500000 number of dielectric boundary points 19177 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 217 iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 14122 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.5557464 object centre at (A) : 8.115000 54.35600 40.97000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0099472E-02 1.9841090E-02 midg,1,midg; midg,igrid,midg 6.6670415E-05 2.7122739E-04 1,midg,midg; igrid,midg,midg -7.4539627E-03 7.4134287E-03 gauss-seidel spectral radius is 0.9981395 estimated iterations to convergence 184 setup time was (sec) 0.9900000 now iterating at: 11:02:35 rms-change max change #iterations 2.673229 129.4772 at 10iterations 1.096532 47.77906 at 20iterations 0.4535151 19.53215 at 30iterations 0.1875559 8.630597 at 40iterations 7.6810002E-02 3.184713 at 50iterations 3.1790167E-02 1.408900 at 60iterations 1.3129488E-02 0.5262179 at 70iterations 5.3912299E-03 0.2393324 at 80iterations 2.2133985E-03 0.1037507 at 90iterations 9.1209327E-04 4.2022228E-02 at 100iterations 3.7771932E-04 1.7288208E-02 at 110iterations 1.5549474E-04 6.6437721E-03 at 120iterations finished qdiffx linear iterations at : 11:02:52 total time elapsed so far: 17.77000 # loops : 120 mean,max change (kT/e) : 1.5549474E-04 6.6437721E-03 energy calculations done at 17.77000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.94000 DelPhi exited at 11:02:53 17.946u 1.019s 0:19.36 97.8% 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 Wed Dec 28 2011 at 11:02:53 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: 239 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1969 !!! WARNING: ASH 25 has a net charge of -0.3190 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.500859 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): -11.93100 28.16100 ymin,ymax (A): 30.09700 78.61500 zmin,zma (A): 8.941000 72.99900 x,y,z range (A): 40.09200 48.51800 64.05800 scale (grids/A): 2.500859 object centre (A): 8.115000 54.35600 40.97000 number of atom coordinates read : 1969 total number of charged atoms : 1836 net assigned charge : 4.681010 assigned positive charge : 289.1721 centred at (gu) : 90.84881 90.03416 89.99129 assigned negative charge : -284.4913 centred at (gu) : 90.06865 90.02230 90.00419 start vw surface at 0.1200000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 101638 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17940 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 48090 mr = 71297 m= 14412 mr = 38879 m= 2405 mr = 11579 m= 162 mr = 1646 m= 2 mr = 95 m= 0 mr = 0 time to grow re-entrant surface = 0.6100000 no. cavity mid-points inaccessible to solvent = 2011 time to turn everything in is 1.120000 number of dielectric boundary points 43213 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 12 iepsmp to db, and charging done at 1.320000 number of grid points assigned charge 14686 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.667239 object centre at (A) : 8.115000 54.35600 40.97000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1899897 0.1871751 midg,1,midg; midg,igrid,midg -2.0636223E-02 -1.8139645E-02 1,midg,midg; igrid,midg,midg -0.1186675 9.7265229E-02 gauss-seidel spectral radius is 0.9990901 estimated iterations to convergence 262 setup time was (sec) 1.680000 now iterating at: 11:02:55 rms-change max change #iterations 6.782585 319.6210 at 10iterations 3.710956 110.6507 at 20iterations 2.022245 76.39072 at 30iterations 1.096224 28.19557 at 40iterations 0.5922835 14.97652 at 50iterations 0.3192979 8.552923 at 60iterations 0.1731046 5.976511 at 70iterations 9.3308173E-02 2.389511 at 80iterations 5.0188433E-02 1.240853 at 90iterations 2.7157297E-02 0.6882653 at 100iterations 1.4648359E-02 0.3530159 at 110iterations 7.9020392E-03 0.2069448 at 120iterations 4.2570028E-03 0.1026039 at 130iterations 2.2956233E-03 5.8656454E-02 at 140iterations 1.2406879E-03 3.1288147E-02 at 150iterations 6.6667562E-04 1.7254829E-02 at 160iterations 3.6026025E-04 9.0160370E-03 at 170iterations 1.9457830E-04 5.5580139E-03 at 180iterations finished qdiffx linear iterations at : 11:03:23 total time elapsed so far: 28.92000 # loops : 180 mean,max change (kT/e) : 1.9457830E-04 5.5580139E-03 energy calculations done at 28.92000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 29.09000 DelPhi exited at 11:03:23 29.092u 0.890s 0:30.37 98.7% 0+0k 0+0io 0pf+0w