Wed Dec 21 14:21:38 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+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 Wed Dec 21 2011 at 14:21:38 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1948 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: 0.5557637 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): -35.28800 12.48300 ymin,ymax (A): -1.056000 41.86700 zmin,zma (A): -2.576000 61.48000 x,y,z range (A): 47.77100 42.92300 64.05600 scale (grids/A): 0.5557637 object centre (A): -11.40250 20.40550 29.45200 number of atom coordinates read : 1948 total number of charged atoms : 1818 net assigned charge : 4.000004 assigned positive charge : 287.3841 centred at (gu) : 89.72083 90.10825 89.22914 assigned negative charge : -283.3844 centred at (gu) : 89.62547 90.28659 89.19789 start vw surface at 0.1400000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 4157 nv = 96 ne = 84 npr = 38349 no. pairs analyzed = 38349 no. exposed pairs = 2526 no. arc points = 18085 no. surface atoms = 858 nbur = 1090 mkacc time = 0.1100000 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= 155 mr = 2134 m= 0 mr = 8 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2700000 number of dielectric boundary points 2170 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1855 ## 224 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 5138 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.1249330E-10 4.6401927E-10 midg,1,midg; midg,igrid,midg 1.3903414E-09 -7.5798579E-10 1,midg,midg; igrid,midg,midg -2.3325838E-10 8.7915952E-10 gauss-seidel spectral radius is 0.9832256 estimated iterations to convergence 64 setup time was (sec) 0.6100000 now iterating at: 14:21:40 rms-change max change #iterations 6.4404301E-02 12.69502 at 10iterations 4.4376659E-03 0.9902515 at 20iterations 3.0809594E-04 6.7337036E-02 at 30iterations 2.1566644E-05 4.3007731E-03 at 40iterations 1.5006372E-06 2.9754639E-04 at 50iterations finished qdiffx linear iterations at : 14:21:44 total time elapsed so far: 4.690000 # loops : 50 mean,max change (kT/e) : 1.5006372E-06 2.9754639E-04 energy calculations done at 4.690000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.880000 DelPhi exited at 14:21:49 4.880u 0.434s 0:10.50 50.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 Wed Dec 21 2011 at 14:21:50 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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1948 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: 1.667291 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): -35.28800 12.48300 ymin,ymax (A): -1.056000 41.86700 zmin,zma (A): -2.576000 61.48000 x,y,z range (A): 47.77100 42.92300 64.05600 scale (grids/A): 1.667291 object centre (A): -11.40250 20.40550 29.45200 number of atom coordinates read : 1948 total number of charged atoms : 1818 net assigned charge : 4.000004 assigned positive charge : 287.3841 centred at (gu) : 89.16247 90.32499 87.68735 assigned negative charge : -283.3844 centred at (gu) : 88.87664 90.86008 87.59384 start vw surface at 0.1300000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 45037 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18085 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 14984 mr = 30076 m= 1689 mr = 10840 m= 42 mr = 941 m= 0 mr = 1 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 273 time to turn everything in is 0.4200000 number of dielectric boundary points 19894 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 192 iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 14008 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.5557637 object centre at (A) : -11.40250 20.40550 29.45200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0901453E-02 1.9618638E-02 midg,1,midg; midg,igrid,midg 5.4449094E-03 -7.3198974E-03 1,midg,midg; igrid,midg,midg -1.5188631E-03 1.5737844E-03 gauss-seidel spectral radius is 0.9981467 estimated iterations to convergence 185 setup time was (sec) 0.7100000 now iterating at: 14:21:51 rms-change max change #iterations 2.732789 151.2933 at 10iterations 1.119413 48.22398 at 20iterations 0.4616414 20.57293 at 30iterations 0.1905922 8.741559 at 40iterations 7.8702778E-02 3.447005 at 50iterations 3.2454144E-02 1.457451 at 60iterations 1.3442395E-02 0.5481987 at 70iterations 5.5409358E-03 0.2902670 at 80iterations 2.2884447E-03 0.1000481 at 90iterations 9.4384991E-04 3.8697720E-02 at 100iterations 3.8993917E-04 1.6582489E-02 at 110iterations 1.6080716E-04 6.5231323E-03 at 120iterations finished qdiffx linear iterations at : 14:22:00 total time elapsed so far: 9.790000 # loops : 120 mean,max change (kT/e) : 1.6080716E-04 6.5231323E-03 energy calculations done at 9.790000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.990000 DelPhi exited at 14:22:11 9.991u 0.337s 0:21.29 48.4% 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 21 2011 at 14:22: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: 259 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1948 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.500937 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): -35.28800 12.48300 ymin,ymax (A): -1.056000 41.86700 zmin,zma (A): -2.576000 61.48000 x,y,z range (A): 47.77100 42.92300 64.05600 scale (grids/A): 2.500937 object centre (A): -11.40250 20.40550 29.45200 number of atom coordinates read : 1948 total number of charged atoms : 1818 net assigned charge : 4.000004 assigned positive charge : 287.3841 centred at (gu) : 88.74367 90.48748 86.53099 assigned negative charge : -283.3844 centred at (gu) : 88.31496 91.29018 86.39075 start vw surface at 0.1400000 fill in re-entrant regions at 0.3600000 boundary points on vw surface= 104459 reading accessible surface arcs data from file ARCDAT no. of arc points read = 18085 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 50119 mr = 73472 m= 16026 mr = 40429 m= 2784 mr = 12746 m= 213 mr = 1983 m= 5 mr = 97 m= 0 mr = 0 time to grow re-entrant surface = 0.5900000 no. cavity mid-points inaccessible to solvent = 793 time to turn everything in is 1.020000 number of dielectric boundary points 44879 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.160000 number of grid points assigned charge 14538 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.667291 object centre at (A) : -11.40250 20.40550 29.45200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2814265 0.2006908 midg,1,midg; midg,igrid,midg 6.0191635E-02 -0.1168538 1,midg,midg; igrid,midg,midg -4.0956222E-02 2.0863600E-02 gauss-seidel spectral radius is 0.9990947 estimated iterations to convergence 263 setup time was (sec) 1.340000 now iterating at: 14:22:15 rms-change max change #iterations 6.826719 269.7000 at 10iterations 3.709499 102.0118 at 20iterations 2.011983 49.78622 at 30iterations 1.086400 26.39313 at 40iterations 0.5881081 13.62472 at 50iterations 0.3180325 7.699986 at 60iterations 0.1713342 4.121791 at 70iterations 9.2491269E-02 2.305913 at 80iterations 4.9931291E-02 1.253857 at 90iterations 2.6916476E-02 0.6277008 at 100iterations 1.4506967E-02 0.3511848 at 110iterations 7.8539643E-03 0.1918640 at 120iterations 4.2373464E-03 0.1034565 at 130iterations 2.2860426E-03 5.6503296E-02 at 140iterations 1.2333994E-03 2.8548002E-02 at 150iterations 6.6445855E-04 1.8547535E-02 at 160iterations 3.5948819E-04 8.9149475E-03 at 170iterations 1.9402444E-04 5.0778389E-03 at 180iterations finished qdiffx linear iterations at : 14:22:31 total time elapsed so far: 17.36000 # loops : 180 mean,max change (kT/e) : 1.9402444E-04 5.0778389E-03 energy calculations done at 17.36000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.54000 DelPhi exited at 14:22:36 17.543u 0.304s 0:23.41 76.2% 0+0k 0+0io 0pf+0w