Mon Oct 10 16:23:45 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+sph2.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 = amb2.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 Mon Oct 10 2011 at 16:23:45 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: 277 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2755 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: 0.5464984 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): 17.24800 68.73800 ymin,ymax (A): -63.45700 1.685000 zmin,zma (A): -41.85500 12.58700 x,y,z range (A): 51.49000 65.14200 54.44200 scale (grids/A): 0.5464984 object centre (A): 42.99300 -30.88600 -14.63400 number of atom coordinates read : 2755 total number of charged atoms : 2614 net assigned charge : 13.50002 assigned positive charge : 417.5844 centred at (gu) : 88.35847 88.93736 91.30051 assigned negative charge : -404.0855 centred at (gu) : 88.30279 88.99786 91.30857 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5419 nv = 96 ne = 84 npr = 52853 no. pairs analyzed = 52853 no. exposed pairs = 3716 no. arc points = 27777 no. surface atoms = 1255 nbur = 1500 mkacc time = 0.1200000 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.596000 m= 215 mr = 2466 m= 1 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 10 time to turn everything in is 0.3000000 number of dielectric boundary points 3160 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2876 ## 405 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 7083 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.6290601E-10 1.1020337E-09 midg,1,midg; midg,igrid,midg 1.5854283E-09 3.7774978E-10 1,midg,midg; igrid,midg,midg 7.5173917E-10 8.0353696E-10 gauss-seidel spectral radius is 0.9827337 estimated iterations to convergence 63 setup time was (sec) 0.5400000 now iterating at: 16:23:46 rms-change max change #iterations 7.1850635E-02 13.57093 at 10iterations 4.7386070E-03 0.7794571 at 20iterations 3.1806677E-04 6.3144684E-02 at 30iterations 2.1654836E-05 3.7441254E-03 at 40iterations 1.5634196E-06 2.9754639E-04 at 50iterations finished qdiffx linear iterations at : 16:23:49 total time elapsed so far: 3.340000 # loops : 50 mean,max change (kT/e) : 1.5634196E-06 2.9754639E-04 energy calculations done at 3.340000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.530000 DelPhi exited at 16:23:49 3.532u 0.201s 0:04.05 92.0% 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 Mon Oct 10 2011 at 16:23:49 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: 277 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2755 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: 1.639495 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): 17.24800 68.73800 ymin,ymax (A): -63.45700 1.685000 zmin,zma (A): -41.85500 12.58700 x,y,z range (A): 51.49000 65.14200 54.44200 scale (grids/A): 1.639495 object centre (A): 42.99300 -30.88600 -14.63400 number of atom coordinates read : 2755 total number of charged atoms : 2614 net assigned charge : 13.50002 assigned positive charge : 417.5844 centred at (gu) : 85.07452 86.81145 93.90081 assigned negative charge : -404.0855 centred at (gu) : 84.90831 86.99319 93.92579 start vw surface at 0.1700000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 59358 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27777 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 17402 mr = 36956 m= 1686 mr = 11567 m= 48 mr = 730 m= 0 mr = 2 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 703 time to turn everything in is 0.4800000 number of dielectric boundary points 29239 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 363 ## 6 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 19988 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.5464984 object centre at (A) : 42.99300 -30.88600 -14.63400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3180580E-02 1.4344160E-02 midg,1,midg; midg,igrid,midg 2.8711276E-02 -6.0788672E-03 1,midg,midg; igrid,midg,midg 1.0567818E-02 8.8051548E-03 gauss-seidel spectral radius is 0.9981877 estimated iterations to convergence 187 setup time was (sec) 0.8000000 now iterating at: 16:23:50 rms-change max change #iterations 3.207213 142.3049 at 10iterations 1.318995 52.54637 at 20iterations 0.5481981 23.23339 at 30iterations 0.2272127 8.839333 at 40iterations 9.4661184E-02 3.679676 at 50iterations 3.9377369E-02 1.513050 at 60iterations 1.6397353E-02 0.5989552 at 70iterations 6.8037487E-03 0.3026428 at 80iterations 2.8293820E-03 0.1071472 at 90iterations 1.1821341E-03 4.4187546E-02 at 100iterations 4.9076189E-04 1.8953323E-02 at 110iterations 2.0486035E-04 8.5086823E-03 at 120iterations finished qdiffx linear iterations at : 16:23:57 total time elapsed so far: 7.620000 # loops : 120 mean,max change (kT/e) : 2.0486035E-04 8.5086823E-03 energy calculations done at 7.620000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.840000 DelPhi exited at 16:23:58 7.839u 0.219s 0:08.32 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 Mon Oct 10 2011 at 16:23: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: 277 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2755 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.459243 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): 17.24800 68.73800 ymin,ymax (A): -63.45700 1.685000 zmin,zma (A): -41.85500 12.58700 x,y,z range (A): 51.49000 65.14200 54.44200 scale (grids/A): 2.459243 object centre (A): 42.99300 -30.88600 -14.63400 number of atom coordinates read : 2755 total number of charged atoms : 2614 net assigned charge : 13.50002 assigned positive charge : 417.5844 centred at (gu) : 82.61160 85.21693 95.85099 assigned negative charge : -404.0855 centred at (gu) : 82.36242 85.48969 95.88863 start vw surface at 0.1700000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 137506 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27777 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 59705 mr = 90849 m= 16702 mr = 46160 m= 2539 mr = 12125 m= 171 mr = 1531 m= 3 mr = 63 m= 0 mr = 0 time to grow re-entrant surface = 0.6000000 no. cavity mid-points inaccessible to solvent = 2444 time to turn everything in is 1.110000 number of dielectric boundary points 65898 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 25 iepsmp to db, and charging done at 1.260000 number of grid points assigned charge 20880 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.639495 object centre at (A) : 42.99300 -30.88600 -14.63400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1715356 0.2340535 midg,1,midg; midg,igrid,midg 0.5000003 -0.4865730 1,midg,midg; igrid,midg,midg 0.1823045 0.1092879 gauss-seidel spectral radius is 0.9991316 estimated iterations to convergence 268 setup time was (sec) 1.440000 now iterating at: 16:23:59 rms-change max change #iterations 8.215704 348.9053 at 10iterations 4.584712 114.6591 at 20iterations 2.538979 57.80906 at 30iterations 1.401487 35.28391 at 40iterations 0.7707366 18.10133 at 50iterations 0.4235536 8.961417 at 60iterations 0.2329682 5.492042 at 70iterations 0.1272124 2.933968 at 80iterations 6.9733478E-02 1.571489 at 90iterations 3.8185425E-02 0.8315153 at 100iterations 2.0848798E-02 0.4435527 at 110iterations 1.1433270E-02 0.2420712 at 120iterations 6.2510842E-03 0.1680756 at 130iterations 3.4204465E-03 7.7819824E-02 at 140iterations 1.8730679E-03 4.0384293E-02 at 150iterations 1.0249699E-03 1.9840240E-02 at 160iterations 5.6089944E-04 1.2750626E-02 at 170iterations 3.0640868E-04 6.6604614E-03 at 180iterations finished qdiffx linear iterations at : 16:24:10 total time elapsed so far: 12.31000 # loops : 180 mean,max change (kT/e) : 3.0640868E-04 6.6604614E-03 energy calculations done at 12.31000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.49000 DelPhi exited at 16:24:11 12.497u 0.210s 0:13.00 97.6% 0+0k 0+0io 0pf+0w