Sun Oct 9 08:12:34 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 08:12:34 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3151 !!! WARNING: NAP 529 has a net charge of -2.0000 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.5352257 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): 23.41400 89.92800 ymin,ymax (A): -47.80300 5.305000 zmin,zma (A): 19.80300 68.97200 x,y,z range (A): 66.51400 53.10800 49.16900 scale (grids/A): 0.5352257 object centre (A): 56.67100 -21.24900 44.38750 number of atom coordinates read : 3151 total number of charged atoms : 3013 net assigned charge : 9.000032 assigned positive charge : 472.3191 centred at (gu) : 89.33871 89.40141 89.45331 assigned negative charge : -463.3203 centred at (gu) : 89.25686 89.38913 89.46527 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5880 nv = 96 ne = 84 npr = 63681 no. pairs analyzed = 63681 no. exposed pairs = 3869 no. arc points = 27665 no. surface atoms = 1295 nbur = 1856 mkacc time = 0.1000000 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= 207 mr = 3055 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 38 time to turn everything in is 0.2200000 number of dielectric boundary points 3021 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2742 ## 370 charges are in solution ## iepsmp to db, and charging done at 0.2800000 number of grid points assigned charge 7715 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.8349369E-10 2.7380714E-10 midg,1,midg; midg,igrid,midg 3.5990508E-10 3.6590719E-10 1,midg,midg; igrid,midg,midg -1.8019905E-11 6.2700001E-10 gauss-seidel spectral radius is 0.9820242 estimated iterations to convergence 61 setup time was (sec) 0.4100000 now iterating at: 08:12:35 rms-change max change #iterations 6.8274654E-02 11.24377 at 10iterations 4.3959590E-03 0.8010120 at 20iterations 3.2607649E-04 4.5024872E-02 at 30iterations 4.4192398E-05 6.2313080E-03 at 40iterations 1.0050712E-05 1.4325380E-03 at 50iterations finished qdiffx linear iterations at : 08:12:37 total time elapsed so far: 3.280000 # loops : 50 mean,max change (kT/e) : 1.0050712E-05 1.4325380E-03 energy calculations done at 3.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.410000 DelPhi exited at 08:12:38 3.415u 0.180s 0:03.90 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 Sun Oct 9 2011 at 08:12: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3151 !!! WARNING: NAP 529 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.605677 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): 23.41400 89.92800 ymin,ymax (A): -47.80300 5.305000 zmin,zma (A): 19.80300 68.97200 x,y,z range (A): 66.51400 53.10800 49.16900 scale (grids/A): 1.605677 object centre (A): 56.67100 -21.24900 44.38750 number of atom coordinates read : 3151 total number of charged atoms : 3013 net assigned charge : 9.000032 assigned positive charge : 472.3191 centred at (gu) : 88.01566 88.20356 88.35934 assigned negative charge : -463.3203 centred at (gu) : 87.77028 88.16713 88.39556 start vw surface at 0.1100000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 65666 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27665 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 19759 mr = 45109 m= 1982 mr = 13454 m= 59 mr = 938 m= 0 mr = 7 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 3196 time to turn everything in is 0.3300000 number of dielectric boundary points 27958 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 345 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 23024 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.5352257 object centre at (A) : 56.67100 -21.24900 44.38750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.4673252E-03 1.4705419E-03 midg,1,midg; midg,igrid,midg 7.9706293E-03 7.7957013E-03 1,midg,midg; igrid,midg,midg -1.0119900E-03 1.3271400E-02 gauss-seidel spectral radius is 0.9981423 estimated iterations to convergence 184 setup time was (sec) 0.5500000 now iterating at: 08:12:39 rms-change max change #iterations 3.281463 140.0329 at 10iterations 1.351962 50.43655 at 20iterations 0.5596089 21.29299 at 30iterations 0.2303626 8.835827 at 40iterations 9.5492102E-02 3.378532 at 50iterations 3.9452180E-02 1.430820 at 60iterations 1.6237622E-02 0.6313019 at 70iterations 6.7178844E-03 0.2345028 at 80iterations 2.7886012E-03 9.8632813E-02 at 90iterations 1.1583015E-03 4.0730953E-02 at 100iterations 4.8133911E-04 1.6620636E-02 at 110iterations 2.0065730E-04 7.2360039E-03 at 120iterations finished qdiffx linear iterations at : 08:12:46 total time elapsed so far: 7.650000 # loops : 120 mean,max change (kT/e) : 2.0065730E-04 7.2360039E-03 energy calculations done at 7.650000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.780000 DelPhi exited at 08:12:46 7.779u 0.201s 0:08.29 96.1% 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 08:12:46 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3151 !!! WARNING: NAP 529 has a net charge of -2.0000 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.408515 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): 23.41400 89.92800 ymin,ymax (A): -47.80300 5.305000 zmin,zma (A): 19.80300 68.97200 x,y,z range (A): 66.51400 53.10800 49.16900 scale (grids/A): 2.408515 object centre (A): 56.67100 -21.24900 44.38750 number of atom coordinates read : 3151 total number of charged atoms : 3013 net assigned charge : 9.000032 assigned positive charge : 472.3191 centred at (gu) : 87.02335 87.30518 87.53872 assigned negative charge : -463.3203 centred at (gu) : 86.65529 87.25050 87.59332 start vw surface at 0.1000000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 152971 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27665 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 69153 mr = 110606 m= 19266 mr = 54580 m= 2980 mr = 14355 m= 206 mr = 1835 m= 4 mr = 91 m= 0 mr = 0 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 11204 time to turn everything in is 0.7800000 number of dielectric boundary points 63113 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 34 iepsmp to db, and charging done at 0.8600000 number of grid points assigned charge 24059 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.605677 object centre at (A) : 56.67100 -21.24900 44.38750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1586151 2.5512611E-02 midg,1,midg; midg,igrid,midg 0.1121233 0.1102647 1,midg,midg; igrid,midg,midg -0.1615029 0.2521834 gauss-seidel spectral radius is 0.9991303 estimated iterations to convergence 268 setup time was (sec) 1.000000 now iterating at: 08:12:47 rms-change max change #iterations 8.628759 264.4966 at 10iterations 4.890497 158.6946 at 20iterations 2.746361 73.49593 at 30iterations 1.533959 41.54496 at 40iterations 0.8505202 19.83387 at 50iterations 0.4716130 11.63646 at 60iterations 0.2605683 6.120761 at 70iterations 0.1439471 3.576321 at 80iterations 7.9357348E-02 1.649444 at 90iterations 4.3697424E-02 0.9123840 at 100iterations 2.4056319E-02 0.5247979 at 110iterations 1.3237654E-02 0.2875986 at 120iterations 7.2683780E-03 0.1776581 at 130iterations 3.9994521E-03 8.6303711E-02 at 140iterations 2.1922155E-03 4.9270630E-02 at 150iterations 1.2020458E-03 2.6313722E-02 at 160iterations 6.5944286E-04 1.4293671E-02 at 170iterations 3.6175147E-04 7.5473785E-03 at 180iterations finished qdiffx linear iterations at : 08:12:58 total time elapsed so far: 11.93000 # loops : 180 mean,max change (kT/e) : 3.6175147E-04 7.5473785E-03 energy calculations done at 11.93000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.06000 DelPhi exited at 08:12:59 12.062u 0.205s 0:12.54 97.7% 0+0k 0+0io 0pf+0w