Sat Oct 8 13:08:02 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 Sat Oct 8 2011 at 13:08:02 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3122 !!! WARNING: TPO 1 has a net charge of -1.2740 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.5740639 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): -5.614000 43.29700 ymin,ymax (A): -23.57900 28.15700 zmin,zma (A): -8.743999 53.27000 x,y,z range (A): 48.91100 51.73600 62.01400 scale (grids/A): 0.5740639 object centre (A): 18.84150 2.289000 22.26300 number of atom coordinates read : 3122 total number of charged atoms : 2974 net assigned charge : 3.226028 assigned positive charge : 465.7238 centred at (gu) : 89.04964 89.88983 90.29282 assigned negative charge : -462.4989 centred at (gu) : 88.99109 89.93032 90.45901 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6719 nv = 96 ne = 84 npr = 63970 no. pairs analyzed = 63970 no. exposed pairs = 3793 no. arc points = 26610 no. surface atoms = 1283 nbur = 1839 mkacc time = 0.1800000 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.512000 m= 296 mr = 3710 m= 1 mr = 19 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 13 time to turn everything in is 0.3800000 number of dielectric boundary points 3287 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2768 ## 341 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 8775 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.4067336E-09 -2.7766696E-09 midg,1,midg; midg,igrid,midg 1.3878236E-09 -1.6210719E-10 1,midg,midg; igrid,midg,midg -6.5035716E-10 1.3490291E-09 gauss-seidel spectral radius is 0.9843493 estimated iterations to convergence 66 setup time was (sec) 0.6700000 now iterating at: 13:08:03 rms-change max change #iterations 9.5410451E-02 14.81421 at 10iterations 8.0001680E-03 1.369259 at 20iterations 1.5389131E-03 0.3259068 at 30iterations 6.3529634E-04 0.1402073 at 40iterations 2.7762546E-04 6.1489105E-02 at 50iterations finished qdiffx linear iterations at : 13:08:07 total time elapsed so far: 4.080000 # loops : 50 mean,max change (kT/e) : 2.7762546E-04 6.1489105E-02 energy calculations done at 4.080000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.260000 DelPhi exited at 13:08:07 4.262u 0.321s 0:04.89 93.6% 0+0k 0+0io 6pf+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 Sat Oct 8 2011 at 13:08:07 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3122 !!! WARNING: TPO 1 has a net charge of -1.2740 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: 1.722192 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): -5.614000 43.29700 ymin,ymax (A): -23.57900 28.15700 zmin,zma (A): -8.743999 53.27000 x,y,z range (A): 48.91100 51.73600 62.01400 scale (grids/A): 1.722192 object centre (A): 18.84150 2.289000 22.26300 number of atom coordinates read : 3122 total number of charged atoms : 2974 net assigned charge : 3.226028 assigned positive charge : 465.7238 centred at (gu) : 87.14816 89.66856 90.87729 assigned negative charge : -462.4989 centred at (gu) : 86.97290 89.79043 91.37650 start vw surface at 0.1800000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 74304 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26610 grid for indexing accessible points = 1.400000 m= 24634 mr = 52081 m= 3079 mr = 17654 m= 110 mr = 1755 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 828 time to turn everything in is 0.6700000 number of dielectric boundary points 30623 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 281 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 23011 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.5740639 object centre at (A) : 18.84150 2.289000 22.26300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.1599563E-02 1.4621966E-02 midg,1,midg; midg,igrid,midg 3.4441072E-03 2.8766110E-03 1,midg,midg; igrid,midg,midg -7.6568493E-04 1.6523082E-03 gauss-seidel spectral radius is 0.9983878 estimated iterations to convergence 198 setup time was (sec) 0.9900000 now iterating at: 13:08:08 rms-change max change #iterations 3.808446 183.0734 at 10iterations 1.664028 70.98657 at 20iterations 0.7283308 24.73697 at 30iterations 0.3195832 11.05301 at 40iterations 0.1401883 4.337887 at 50iterations 6.1781403E-02 2.043262 at 60iterations 2.7328232E-02 0.8727188 at 70iterations 1.2213239E-02 0.3895454 at 80iterations 5.6613586E-03 0.2144127 at 90iterations 2.8326742E-03 0.1166267 at 100iterations 1.6085864E-03 6.7749977E-02 at 110iterations 1.0450198E-03 4.5696259E-02 at 120iterations finished qdiffx linear iterations at : 13:08:17 total time elapsed so far: 9.670000 # loops : 120 mean,max change (kT/e) : 1.0450198E-03 4.5696259E-02 energy calculations done at 9.670000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.850000 DelPhi exited at 13:08:18 9.856u 0.321s 0:10.51 96.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 Sat Oct 8 2011 at 13:08:18 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3122 !!! WARNING: TPO 1 has a net charge of -1.2740 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.583288 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): -5.614000 43.29700 ymin,ymax (A): -23.57900 28.15700 zmin,zma (A): -8.743999 53.27000 x,y,z range (A): 48.91100 51.73600 62.01400 scale (grids/A): 2.583288 object centre (A): 18.84150 2.289000 22.26300 number of atom coordinates read : 3122 total number of charged atoms : 2974 net assigned charge : 3.226028 assigned positive charge : 465.7238 centred at (gu) : 85.72207 89.50273 91.31586 assigned negative charge : -462.4989 centred at (gu) : 85.45933 89.68539 92.06458 start vw surface at 0.1700000 fill in re-entrant regions at 0.5500000 boundary points on vw surface= 172523 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26610 grid for indexing accessible points = 1.400000 m= 82969 mr = 126527 m= 26286 mr = 67305 m= 5208 mr = 20599 m= 488 mr = 3758 m= 14 mr = 251 m= 0 mr = 0 time to grow re-entrant surface = 0.9700000 no. cavity mid-points inaccessible to solvent = 2765 time to turn everything in is 1.630000 number of dielectric boundary points 69048 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 9 iepsmp to db, and charging done at 1.790000 number of grid points assigned charge 23772 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.722192 object centre at (A) : 18.84150 2.289000 22.26300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.2999114E-02 0.3469431 midg,1,midg; midg,igrid,midg 4.6298001E-02 7.2911181E-02 1,midg,midg; igrid,midg,midg -8.8671921E-03 -2.4191715E-02 gauss-seidel spectral radius is 0.9992005 estimated iterations to convergence 279 setup time was (sec) 1.980000 now iterating at: 13:08:20 rms-change max change #iterations 9.508608 273.0262 at 10iterations 5.440737 154.8564 at 20iterations 3.097567 59.85051 at 30iterations 1.763057 35.20966 at 40iterations 0.9962463 19.28759 at 50iterations 0.5624453 12.11402 at 60iterations 0.3185732 6.971786 at 70iterations 0.1795252 3.545639 at 80iterations 0.1012451 2.329617 at 90iterations 5.7092052E-02 1.067078 at 100iterations 3.2203890E-02 0.6434498 at 110iterations 1.8150283E-02 0.3612137 at 120iterations 1.0278365E-02 0.2089119 at 130iterations 5.8612791E-03 0.1259460 at 140iterations 3.3946836E-03 7.9689026E-02 at 150iterations 2.0238857E-03 5.1319122E-02 at 160iterations 1.2712607E-03 3.5301208E-02 at 170iterations 8.5694180E-04 2.2251129E-02 at 180iterations finished qdiffx linear iterations at : 13:08:35 total time elapsed so far: 16.53000 # loops : 180 mean,max change (kT/e) : 8.5694180E-04 2.2251129E-02 energy calculations done at 16.53000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.72000 DelPhi exited at 13:08:35 16.725u 0.332s 0:17.33 98.3% 0+0k 0+0io 0pf+0w