Sat Oct 8 11:42:53 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 11:42: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4508 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.5591330 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): -25.49500 34.95600 ymin,ymax (A): 34.93500 98.60500 zmin,zma (A): 30.03300 87.54500 x,y,z range (A): 60.45100 63.67000 57.51200 scale (grids/A): 0.5591330 object centre (A): 4.730499 66.77000 58.78900 number of atom coordinates read : 4508 total number of charged atoms : 4349 net assigned charge : -0.9999603 assigned positive charge : 680.2046 centred at (gu) : 90.62865 88.16714 89.19945 assigned negative charge : -681.2083 centred at (gu) : 90.51994 88.29793 89.34614 start vw surface at 0.2100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 8600 nv = 96 ne = 84 npr = 96971 no. pairs analyzed = 96971 no. exposed pairs = 4945 no. arc points = 33487 no. surface atoms = 1683 nbur = 2825 mkacc time = 0.2700000 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.540000 m= 355 mr = 4924 m= 0 mr = 22 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 85 time to turn everything in is 0.5400000 number of dielectric boundary points 4009 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3524 ## 430 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 11696 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.6659959E-09 -2.1583064E-09 midg,1,midg; midg,igrid,midg 3.0564629E-09 -1.5082038E-09 1,midg,midg; igrid,midg,midg -1.7001410E-09 1.8494202E-09 gauss-seidel spectral radius is 0.9835996 estimated iterations to convergence 64 setup time was (sec) 0.8100000 now iterating at: 11:42:54 rms-change max change #iterations 0.1034354 14.73145 at 10iterations 7.5222938E-03 0.9655762 at 20iterations 6.9338613E-04 9.1741562E-02 at 30iterations 1.5633738E-04 2.1945000E-02 at 40iterations 5.5141303E-05 8.1233978E-03 at 50iterations finished qdiffx linear iterations at : 11:42:58 total time elapsed so far: 4.170000 # loops : 50 mean,max change (kT/e) : 5.5141303E-05 8.1233978E-03 energy calculations done at 4.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.350000 DelPhi exited at 11:42:58 4.353u 0.283s 0:04.96 93.3% 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 Sat Oct 8 2011 at 11:42:58 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 = 4508 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.677399 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): -25.49500 34.95600 ymin,ymax (A): 34.93500 98.60500 zmin,zma (A): 30.03300 87.54500 x,y,z range (A): 60.45100 63.67000 57.51200 scale (grids/A): 1.677399 object centre (A): 4.730499 66.77000 58.78900 number of atom coordinates read : 4508 total number of charged atoms : 4349 net assigned charge : -0.9999603 assigned positive charge : 680.2046 centred at (gu) : 91.88432 84.50017 87.59702 assigned negative charge : -681.2083 centred at (gu) : 91.55959 84.89352 88.03809 start vw surface at 0.2000000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 97239 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33487 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 30694 mr = 70274 m= 3477 mr = 22276 m= 102 mr = 1974 m= 0 mr = 20 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 6893 time to turn everything in is 0.8300000 number of dielectric boundary points 36968 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 380 iepsmp to db, and charging done at 0.9700000 number of grid points assigned charge 33476 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.5591330 object centre at (A) : 4.730499 66.77000 58.78900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.4350060E-02 -2.6133642E-02 midg,1,midg; midg,igrid,midg 3.0473506E-02 -6.1531942E-03 1,midg,midg; igrid,midg,midg -5.3742081E-03 3.1797472E-02 gauss-seidel spectral radius is 0.9984077 estimated iterations to convergence 199 setup time was (sec) 1.140000 now iterating at: 11:43:00 rms-change max change #iterations 4.486877 161.1449 at 10iterations 1.977867 61.39752 at 20iterations 0.8763909 26.63736 at 30iterations 0.3880529 11.93570 at 40iterations 0.1708633 5.184311 at 50iterations 7.5571187E-02 2.218904 at 60iterations 3.3476003E-02 0.9190092 at 70iterations 1.4746256E-02 0.4155416 at 80iterations 6.5563438E-03 0.1916733 at 90iterations 2.9100522E-03 9.1298580E-02 at 100iterations 1.3076254E-03 3.6960602E-02 at 110iterations 5.9729523E-04 1.7133713E-02 at 120iterations finished qdiffx linear iterations at : 11:43:08 total time elapsed so far: 9.780000 # loops : 120 mean,max change (kT/e) : 5.9729523E-04 1.7133713E-02 energy calculations done at 9.780000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.950000 DelPhi exited at 11:43:09 9.957u 0.326s 0:10.59 96.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 Sat Oct 8 2011 at 11:43: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4508 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: 2.516098 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): -25.49500 34.95600 ymin,ymax (A): 34.93500 98.60500 zmin,zma (A): 30.03300 87.54500 x,y,z range (A): 60.45100 63.67000 57.51200 scale (grids/A): 2.516098 object centre (A): 4.730499 66.77000 58.78900 number of atom coordinates read : 4508 total number of charged atoms : 4349 net assigned charge : -0.9999603 assigned positive charge : 680.2046 centred at (gu) : 92.82616 81.75011 86.39520 assigned negative charge : -681.2083 centred at (gu) : 92.33914 82.33995 87.05703 start vw surface at 0.2000000 fill in re-entrant regions at 0.7100000 boundary points on vw surface= 226871 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33487 grid for indexing accessible points = 1.400000 m= 106810 mr = 171302 m= 31349 mr = 87407 m= 5776 mr = 24626 m= 479 mr = 4180 m= 10 mr = 256 m= 0 mr = 2 time to grow re-entrant surface = 1.230000 no. cavity mid-points inaccessible to solvent = 22289 time to turn everything in is 2.080000 number of dielectric boundary points 83522 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 28 iepsmp to db, and charging done at 2.240000 number of grid points assigned charge 34771 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.677399 object centre at (A) : 4.730499 66.77000 58.78900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1858049 -0.3379237 midg,1,midg; midg,igrid,midg 0.4083572 7.7949637E-03 1,midg,midg; igrid,midg,midg -0.2020399 0.3710799 gauss-seidel spectral radius is 0.9992213 estimated iterations to convergence 283 setup time was (sec) 2.420000 now iterating at: 11:43:12 rms-change max change #iterations 11.19291 303.9749 at 10iterations 6.434773 117.5337 at 20iterations 3.682837 63.38950 at 30iterations 2.107018 38.58990 at 40iterations 1.201455 20.94559 at 50iterations 0.6843411 11.48251 at 60iterations 0.3891136 6.489824 at 70iterations 0.2212955 3.987407 at 80iterations 0.1255736 2.077597 at 90iterations 7.1325518E-02 1.158053 at 100iterations 4.0544115E-02 0.7019310 at 110iterations 2.3000633E-02 0.3859408 at 120iterations 1.3065650E-02 0.2236969 at 130iterations 7.4197478E-03 0.1243881 at 140iterations 4.2116735E-03 7.0317745E-02 at 150iterations 2.4051953E-03 4.2221606E-02 at 160iterations 1.3806715E-03 2.5648117E-02 at 170iterations 7.9892430E-04 1.4384270E-02 at 180iterations finished qdiffx linear iterations at : 11:43:26 total time elapsed so far: 16.95000 # loops : 180 mean,max change (kT/e) : 7.9892430E-04 1.4384270E-02 energy calculations done at 16.95000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.13000 DelPhi exited at 11:43:27 17.130u 0.344s 0:17.79 98.2% 0+0k 0+0io 0pf+0w