Sat Oct 8 17:55:13 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 8 2011 at 17:55: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3279 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5518610 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): -0.4779999 64.03100 ymin,ymax (A): 14.68200 76.55600 zmin,zma (A): -13.30100 34.83000 x,y,z range (A): 64.50900 61.87400 48.13100 scale (grids/A): 0.5518610 object centre (A): 31.77650 45.61900 10.76450 number of atom coordinates read : 3279 total number of charged atoms : 3138 net assigned charge : 2.000005 assigned positive charge : 488.6438 centred at (gu) : 89.73564 86.71986 89.20221 assigned negative charge : -486.6450 centred at (gu) : 89.85810 86.76212 89.19221 start vw surface at 0.1700000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6566 nv = 96 ne = 84 npr = 66562 no. pairs analyzed = 66562 no. exposed pairs = 3997 no. arc points = 27419 no. surface atoms = 1364 nbur = 1915 mkacc time = 0.1400000 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= 273 mr = 3599 m= 1 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3400000 number of dielectric boundary points 3233 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2867 ## 378 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 8511 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.8444950E-11 1.8792208E-10 midg,1,midg; midg,igrid,midg 1.1686326E-09 -1.0503898E-10 1,midg,midg; igrid,midg,midg 1.2957121E-09 -9.0740526E-10 gauss-seidel spectral radius is 0.9830872 estimated iterations to convergence 63 setup time was (sec) 0.5900000 now iterating at: 17:55:14 rms-change max change #iterations 7.8994073E-02 13.17137 at 10iterations 5.4496811E-03 0.8177404 at 20iterations 3.9824742E-04 5.9522867E-02 at 30iterations 4.6153164E-05 9.0203285E-03 at 40iterations 9.9838826E-06 2.1100044E-03 at 50iterations finished qdiffx linear iterations at : 17:55:17 total time elapsed so far: 3.280000 # loops : 50 mean,max change (kT/e) : 9.9838826E-06 2.1100044E-03 energy calculations done at 3.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.460000 DelPhi exited at 17:55:17 3.467u 0.200s 0:03.95 92.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 8 2011 at 17:55: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3279 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.655583 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): -0.4779999 64.03100 ymin,ymax (A): 14.68200 76.55600 zmin,zma (A): -13.30100 34.83000 x,y,z range (A): 64.50900 61.87400 48.13100 scale (grids/A): 1.655583 object centre (A): 31.77650 45.61900 10.76450 number of atom coordinates read : 3279 total number of charged atoms : 3138 net assigned charge : 2.000005 assigned positive charge : 488.6438 centred at (gu) : 89.20626 80.15883 87.60583 assigned negative charge : -486.6450 centred at (gu) : 89.57365 80.28587 87.57594 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 73107 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27419 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 23443 mr = 51439 m= 2600 mr = 16483 m= 52 mr = 1302 m= 0 mr = 5 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 57 time to turn everything in is 0.5200000 number of dielectric boundary points 29973 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 319 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.6400000 number of grid points assigned charge 24107 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.5518610 object centre at (A) : 31.77650 45.61900 10.76450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.2731515E-04 1.1891269E-03 midg,1,midg; midg,igrid,midg -1.6226092E-02 -1.1409748E-02 1,midg,midg; igrid,midg,midg 3.3651166E-02 -5.5068908E-03 gauss-seidel spectral radius is 0.9982533 estimated iterations to convergence 190 setup time was (sec) 0.8200000 now iterating at: 17:55:18 rms-change max change #iterations 3.575677 172.6011 at 10iterations 1.517693 52.44961 at 20iterations 0.6445249 26.46032 at 30iterations 0.2733968 9.800304 at 40iterations 0.1157982 4.130157 at 50iterations 4.9099721E-02 1.537454 at 60iterations 2.0913536E-02 0.6973550 at 70iterations 8.9012459E-03 0.2922046 at 80iterations 3.7862321E-03 0.1298046 at 90iterations 1.6122770E-03 5.1447392E-02 at 100iterations 6.8802189E-04 2.5654793E-02 at 110iterations 2.9774985E-04 9.3536377E-03 at 120iterations finished qdiffx linear iterations at : 17:55:25 total time elapsed so far: 7.330000 # loops : 120 mean,max change (kT/e) : 2.9774985E-04 9.3536377E-03 energy calculations done at 7.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.500000 DelPhi exited at 17:55:25 7.505u 0.225s 0:08.00 96.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 Sat Oct 8 2011 at 17:55: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3279 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.483375 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): -0.4779999 64.03100 ymin,ymax (A): 14.68200 76.55600 zmin,zma (A): -13.30100 34.83000 x,y,z range (A): 64.50900 61.87400 48.13100 scale (grids/A): 2.483375 object centre (A): 31.77650 45.61900 10.76450 number of atom coordinates read : 3279 total number of charged atoms : 3138 net assigned charge : 2.000005 assigned positive charge : 488.6438 centred at (gu) : 88.80907 75.23814 86.40882 assigned negative charge : -486.6450 centred at (gu) : 89.36059 75.42876 86.36379 start vw surface at 0.1400000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 169915 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27419 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 81136 mr = 125337 m= 23410 mr = 65249 m= 4033 mr = 17835 m= 281 mr = 2687 m= 3 mr = 121 m= 0 mr = 0 time to grow re-entrant surface = 0.7300000 no. cavity mid-points inaccessible to solvent = 186 time to turn everything in is 1.240000 number of dielectric boundary points 67549 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 21 iepsmp to db, and charging done at 1.380000 number of grid points assigned charge 25087 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.655583 object centre at (A) : 31.77650 45.61900 10.76450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.3610702E-02 9.0483744E-03 midg,1,midg; midg,igrid,midg -0.4279417 -0.1832955 1,midg,midg; igrid,midg,midg 0.4237873 -8.7781370E-02 gauss-seidel spectral radius is 0.9991575 estimated iterations to convergence 272 setup time was (sec) 1.560000 now iterating at: 17:55:27 rms-change max change #iterations 9.130797 343.5990 at 10iterations 5.146695 110.2145 at 20iterations 2.898020 60.28423 at 30iterations 1.621956 34.49962 at 40iterations 0.9049563 18.45353 at 50iterations 0.5040762 10.26134 at 60iterations 0.2805759 5.847473 at 70iterations 0.1556385 3.153488 at 80iterations 8.6219110E-02 1.613056 at 90iterations 4.7790240E-02 0.9489765 at 100iterations 2.6493153E-02 0.5085669 at 110iterations 1.4692233E-02 0.3100233 at 120iterations 8.1575206E-03 0.1614583 at 130iterations 4.5207222E-03 9.1819763E-02 at 140iterations 2.5087073E-03 4.4250488E-02 at 150iterations 1.3933514E-03 2.5772095E-02 at 160iterations 7.7681994E-04 1.4734268E-02 at 170iterations 4.3497523E-04 9.3116760E-03 at 180iterations finished qdiffx linear iterations at : 17:55:38 total time elapsed so far: 11.97000 # loops : 180 mean,max change (kT/e) : 4.3497523E-04 9.3116760E-03 energy calculations done at 11.97000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.15000 DelPhi exited at 17:55:38 12.153u 0.244s 0:12.68 97.7% 0+0k 0+0io 0pf+0w