Sun Oct 9 06:39:36 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 Sun Oct 9 2011 at 06:39:36 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: 332 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2665 !!! WARNING: ASP 371 has a net charge of -0.0260 !!! WARNING: NDP 372 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5215964 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): -27.99500 34.79900 ymin,ymax (A): -0.2840000 57.76900 zmin,zma (A): -26.90700 41.34500 x,y,z range (A): 62.79400 58.05300 68.25200 scale (grids/A): 0.5215964 object centre (A): 3.401999 28.74250 7.218999 number of atom coordinates read : 2665 total number of charged atoms : 2472 net assigned charge : -2.025983 assigned positive charge : 391.2539 centred at (gu) : 90.76308 89.89819 87.89075 assigned negative charge : -393.2805 centred at (gu) : 90.90833 89.86810 87.93728 start vw surface at 0.1700000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 4763 nv = 96 ne = 84 npr = 52492 no. pairs analyzed = 52492 no. exposed pairs = 3740 no. arc points = 27332 no. surface atoms = 1246 nbur = 1419 mkacc time = 0.1500000 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.624000 m= 174 mr = 2187 m= 1 mr = 2 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 9 time to turn everything in is 0.3500000 number of dielectric boundary points 2749 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2646 ## 388 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 6234 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0450093E-10 -8.7945838E-11 midg,1,midg; midg,igrid,midg -1.1649380E-10 2.1278193E-11 1,midg,midg; igrid,midg,midg 2.2501764E-10 -4.6245874E-10 gauss-seidel spectral radius is 0.9810565 estimated iterations to convergence 60 setup time was (sec) 0.6100000 now iterating at: 06:39:37 rms-change max change #iterations 5.4091875E-02 11.42095 at 10iterations 3.0860722E-03 0.5903931 at 20iterations 1.7815687E-04 3.5198212E-02 at 30iterations 1.0521792E-05 1.8692017E-03 at 40iterations 6.2844362E-07 1.2207031E-04 at 50iterations finished qdiffx linear iterations at : 06:39:40 total time elapsed so far: 3.920000 # loops : 50 mean,max change (kT/e) : 6.2844362E-07 1.2207031E-04 energy calculations done at 3.920000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.090000 DelPhi exited at 06:39:41 4.097u 0.264s 0:04.64 93.7% 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 Sun Oct 9 2011 at 06:39:41 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: 332 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2665 !!! WARNING: ASP 371 has a net charge of -0.0260 !!! WARNING: NDP 372 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.564789 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): -27.99500 34.79900 ymin,ymax (A): -0.2840000 57.76900 zmin,zma (A): -26.90700 41.34500 x,y,z range (A): 62.79400 58.05300 68.25200 scale (grids/A): 1.564789 object centre (A): 3.401999 28.74250 7.218999 number of atom coordinates read : 2665 total number of charged atoms : 2472 net assigned charge : -2.025983 assigned positive charge : 391.2539 centred at (gu) : 92.28889 89.69427 83.67170 assigned negative charge : -393.2805 centred at (gu) : 92.72468 89.60408 83.81166 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 53113 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27332 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 14080 mr = 33528 m= 1150 mr = 8744 m= 29 mr = 444 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 1129 time to turn everything in is 0.5000000 number of dielectric boundary points 25656 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 341 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.6400000 number of grid points assigned charge 18730 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.5215964 object centre at (A) : 3.401999 28.74250 7.218999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.7306238E-02 -5.9438148E-03 midg,1,midg; midg,igrid,midg 1.4301342E-03 2.4729639E-03 1,midg,midg; igrid,midg,midg -1.2871731E-03 -7.6233801E-03 gauss-seidel spectral radius is 0.9979885 estimated iterations to convergence 177 setup time was (sec) 0.8000000 now iterating at: 06:39:42 rms-change max change #iterations 2.807084 208.2380 at 10iterations 1.112933 85.87251 at 20iterations 0.4391206 21.13798 at 30iterations 0.1738665 7.317940 at 40iterations 6.9080666E-02 4.173138 at 50iterations 2.7558554E-02 1.292661 at 60iterations 1.0922759E-02 0.4879150 at 70iterations 4.3574502E-03 0.1995087 at 80iterations 1.7218258E-03 6.7060471E-02 at 90iterations 6.8570895E-04 3.0700684E-02 at 100iterations 2.7362676E-04 1.2534142E-02 at 110iterations 1.0862048E-04 4.3902397E-03 at 120iterations finished qdiffx linear iterations at : 06:39:50 total time elapsed so far: 8.940000 # loops : 120 mean,max change (kT/e) : 1.0862048E-04 4.3902397E-03 energy calculations done at 8.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.120000 DelPhi exited at 06:39:51 9.123u 0.287s 0:09.70 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 Sun Oct 9 2011 at 06:39:51 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: 332 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2665 !!! WARNING: ASP 371 has a net charge of -0.0260 !!! WARNING: NDP 372 has a net charge of -3.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.347184 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): -27.99500 34.79900 ymin,ymax (A): -0.2840000 57.76900 zmin,zma (A): -26.90700 41.34500 x,y,z range (A): 62.79400 58.05300 68.25200 scale (grids/A): 2.347184 object centre (A): 3.401999 28.74250 7.218999 number of atom coordinates read : 2665 total number of charged atoms : 2472 net assigned charge : -2.025983 assigned positive charge : 391.2539 centred at (gu) : 93.43317 89.54118 80.50742 assigned negative charge : -393.2805 centred at (gu) : 94.08694 89.40611 80.71746 start vw surface at 0.1700000 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 123396 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27332 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 50812 mr = 82603 m= 11989 mr = 38242 m= 1614 mr = 8160 m= 89 mr = 934 m= 1 mr = 27 m= 0 mr = 0 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 3737 time to turn everything in is 1.180000 number of dielectric boundary points 57935 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 40 iepsmp to db, and charging done at 1.330000 number of grid points assigned charge 19742 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.564789 object centre at (A) : 3.401999 28.74250 7.218999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.5207417 -2.9725283E-02 midg,1,midg; midg,igrid,midg 6.8708546E-02 2.4150148E-02 1,midg,midg; igrid,midg,midg 1.3574271E-02 -9.5694155E-02 gauss-seidel spectral radius is 0.9990694 estimated iterations to convergence 259 setup time was (sec) 1.500000 now iterating at: 06:39:52 rms-change max change #iterations 7.591528 283.5884 at 10iterations 4.176991 120.3768 at 20iterations 2.292808 64.35856 at 30iterations 1.252810 33.15435 at 40iterations 0.6776010 18.88075 at 50iterations 0.3675423 9.859923 at 60iterations 0.1980343 4.810798 at 70iterations 0.1068005 2.669586 at 80iterations 5.7475384E-02 1.315928 at 90iterations 3.0911813E-02 0.7298088 at 100iterations 1.6603298E-02 0.3773012 at 110iterations 8.9047700E-03 0.2075880 at 120iterations 4.7807088E-03 0.1174774 at 130iterations 2.5628111E-03 7.1779251E-02 at 140iterations 1.3764233E-03 2.9979706E-02 at 150iterations 7.3697499E-04 1.8222809E-02 at 160iterations 3.9412745E-04 8.7776184E-03 at 170iterations 2.1193251E-04 5.9700012E-03 at 180iterations finished qdiffx linear iterations at : 06:40:06 total time elapsed so far: 14.65000 # loops : 180 mean,max change (kT/e) : 2.1193251E-04 5.9700012E-03 energy calculations done at 14.65000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.83000 DelPhi exited at 06:40:06 14.827u 0.294s 0:15.46 97.7% 0+0k 0+0io 0pf+0w