Mon Oct 10 17:03:04 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 Mon Oct 10 2011 at 17:03:04 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4816 !!! WARNING: HEM 818 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 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.5134344 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): -18.64900 37.36900 ymin,ymax (A): -30.70500 34.33400 zmin,zma (A): -3.939000 65.39800 x,y,z range (A): 56.01801 65.03900 69.33701 scale (grids/A): 0.5134344 object centre (A): 9.360002 1.814500 30.72950 number of atom coordinates read : 4816 total number of charged atoms : 4570 net assigned charge : 8.800048 assigned positive charge : 722.6495 centred at (gu) : 90.13271 90.52944 88.42902 assigned negative charge : -713.8538 centred at (gu) : 90.02824 90.59880 88.39732 start vw surface at 0.2000000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 8097 nv = 96 ne = 84 npr = 96628 no. pairs analyzed = 96628 no. exposed pairs = 6196 no. arc points = 42761 no. surface atoms = 2073 nbur = 2743 mkacc time = 0.2000000 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.652000 m= 308 mr = 4165 m= 2 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 4233 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4073 ## 549 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 10666 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.3767763E-11 1.5752730E-10 midg,1,midg; midg,igrid,midg 2.9981692E-10 -7.0500154E-11 1,midg,midg; igrid,midg,midg -1.5915655E-10 4.5998358E-10 gauss-seidel spectral radius is 0.9806061 estimated iterations to convergence 59 setup time was (sec) 0.6500000 now iterating at: 17:03:05 rms-change max change #iterations 7.1019426E-02 10.76398 at 10iterations 4.2017484E-03 0.6183672 at 20iterations 4.5538999E-04 5.7821274E-02 at 30iterations 1.4394939E-04 2.1382809E-02 at 40iterations 5.7027675E-05 9.4556808E-03 at 50iterations finished qdiffx linear iterations at : 17:03:07 total time elapsed so far: 3.030000 # loops : 50 mean,max change (kT/e) : 5.7027675E-05 9.4556808E-03 energy calculations done at 3.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.200000 DelPhi exited at 17:03:08 3.207u 0.141s 0:03.98 83.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 Mon Oct 10 2011 at 17:03:08 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4816 !!! WARNING: HEM 818 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 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.540303 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): -18.64900 37.36900 ymin,ymax (A): -30.70500 34.33400 zmin,zma (A): -3.939000 65.39800 x,y,z range (A): 56.01801 65.03900 69.33701 scale (grids/A): 1.540303 object centre (A): 9.360002 1.814500 30.72950 number of atom coordinates read : 4816 total number of charged atoms : 4570 net assigned charge : 8.800048 assigned positive charge : 722.6495 centred at (gu) : 90.39693 91.58705 85.28543 assigned negative charge : -713.8538 centred at (gu) : 90.08474 91.79622 85.19163 start vw surface at 0.2100000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 91934 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42761 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 26500 mr = 62902 m= 2300 mr = 17432 m= 40 mr = 881 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 0.2800000 no. cavity mid-points inaccessible to solvent = 110 time to turn everything in is 0.6400000 number of dielectric boundary points 39557 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 588 ## 8 charges are in solution ## iepsmp to db, and charging done at 0.7600000 number of grid points assigned charge 34372 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.5134344 object centre at (A) : 9.360002 1.814500 30.72950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.0339786E-03 2.1497104E-02 midg,1,midg; midg,igrid,midg 1.2609800E-02 -1.2109577E-02 1,midg,midg; igrid,midg,midg -1.6141208E-04 1.3485378E-02 gauss-seidel spectral radius is 0.9981447 estimated iterations to convergence 184 setup time was (sec) 0.9100000 now iterating at: 17:03:09 rms-change max change #iterations 3.851835 209.2794 at 10iterations 1.592339 54.72228 at 20iterations 0.6595963 22.80833 at 30iterations 0.2718714 9.707241 at 40iterations 0.1122669 3.748588 at 50iterations 4.6547480E-02 1.662003 at 60iterations 1.9268023E-02 0.5888062 at 70iterations 7.9846885E-03 0.2687836 at 80iterations 3.3234614E-03 0.1181803 at 90iterations 1.3917524E-03 4.4898987E-02 at 100iterations 5.9375679E-04 1.8301010E-02 at 110iterations 2.6687916E-04 8.7318420E-03 at 120iterations finished qdiffx linear iterations at : 17:03:15 total time elapsed so far: 7.310000 # loops : 120 mean,max change (kT/e) : 2.6687916E-04 8.7318420E-03 energy calculations done at 7.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.470000 DelPhi exited at 17:03:16 7.476u 0.255s 0:08.43 91.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 Mon Oct 10 2011 at 17:03:16 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4816 !!! WARNING: HEM 818 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 2.310455 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): -18.64900 37.36900 ymin,ymax (A): -30.70500 34.33400 zmin,zma (A): -3.939000 65.39800 x,y,z range (A): 56.01801 65.03900 69.33701 scale (grids/A): 2.310455 object centre (A): 9.360002 1.814500 30.72950 number of atom coordinates read : 4816 total number of charged atoms : 4570 net assigned charge : 8.800048 assigned positive charge : 722.6495 centred at (gu) : 90.59497 92.38029 82.92786 assigned negative charge : -713.8538 centred at (gu) : 90.12704 92.69436 82.78732 start vw surface at 0.2100000 fill in re-entrant regions at 0.5100000 boundary points on vw surface= 214263 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42761 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 95235 mr = 154971 m= 23984 mr = 73785 m= 3233 mr = 16949 m= 168 mr = 1829 m= 2 mr = 63 m= 0 mr = 0 time to grow re-entrant surface = 0.8800000 no. cavity mid-points inaccessible to solvent = 308 time to turn everything in is 1.510000 number of dielectric boundary points 89288 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 67 iepsmp to db, and charging done at 1.650000 number of grid points assigned charge 36426 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.540303 object centre at (A) : 9.360002 1.814500 30.72950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1535894 0.5079339 midg,1,midg; midg,igrid,midg 0.2638176 -0.3222819 1,midg,midg; igrid,midg,midg -1.5594426E-03 0.1991754 gauss-seidel spectral radius is 0.9991750 estimated iterations to convergence 275 setup time was (sec) 1.810000 now iterating at: 17:03:18 rms-change max change #iterations 10.40601 265.6936 at 10iterations 5.985249 140.7761 at 20iterations 3.416322 76.55188 at 30iterations 1.936303 37.92562 at 40iterations 1.096288 21.71753 at 50iterations 0.6175296 13.80865 at 60iterations 0.3475481 7.087584 at 70iterations 0.1950993 3.695723 at 80iterations 0.1093359 2.252760 at 90iterations 6.1357468E-02 1.239478 at 100iterations 3.4313902E-02 0.6257572 at 110iterations 1.9177230E-02 0.3921747 at 120iterations 1.0731008E-02 0.2042847 at 130iterations 5.9816432E-03 0.1148493 at 140iterations 3.3484499E-03 6.6062927E-02 at 150iterations 1.8700709E-03 3.5173416E-02 at 160iterations 1.0515826E-03 2.0429611E-02 at 170iterations 5.9310952E-04 1.1575699E-02 at 180iterations finished qdiffx linear iterations at : 17:03:28 total time elapsed so far: 11.64000 # loops : 180 mean,max change (kT/e) : 5.9310952E-04 1.1575699E-02 energy calculations done at 11.64000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.81000 DelPhi exited at 17:03:32 11.817u 0.202s 0:15.35 78.2% 0+0k 0+0io 0pf+0w