Sat Oct 15 12:24:14 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+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 Sat Oct 15 2011 at 12:24:14 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: 253 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2479 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5737309 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): -11.81200 37.10400 ymin,ymax (A): -28.46100 22.15600 zmin,zma (A): 31.84000 93.89000 x,y,z range (A): 48.91600 50.61700 62.05000 scale (grids/A): 0.5737309 object centre (A): 12.64600 -3.152500 62.86500 number of atom coordinates read : 2479 total number of charged atoms : 2343 net assigned charge : -4.999986 assigned positive charge : 330.7083 centred at (gu) : 91.49547 88.22991 91.07581 assigned negative charge : -335.7089 centred at (gu) : 91.43321 88.26112 91.35821 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5583 nv = 96 ne = 84 npr = 51431 no. pairs analyzed = 51431 no. exposed pairs = 3533 no. arc points = 25212 no. surface atoms = 1190 nbur = 1289 mkacc time = 9.0000004E-02 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= 276 mr = 2549 m= 3 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1900000 number of dielectric boundary points 3301 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2327 ## 172 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 6821 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.1640902E-09 -6.1469194E-09 midg,1,midg; midg,igrid,midg -6.2520644E-10 -8.3757029E-10 1,midg,midg; igrid,midg,midg -1.1853352E-09 1.3141573E-12 gauss-seidel spectral radius is 0.9842989 estimated iterations to convergence 66 setup time was (sec) 0.4500000 now iterating at: 12:24:15 rms-change max change #iterations 7.8763388E-02 14.57167 at 10iterations 5.9509706E-03 1.055252 at 20iterations 4.9393822E-04 8.3091736E-02 at 30iterations 6.3844716E-05 1.1026382E-02 at 40iterations 1.3866650E-05 2.2234917E-03 at 50iterations finished qdiffx linear iterations at : 12:24:18 total time elapsed so far: 4.050000 # loops : 50 mean,max change (kT/e) : 1.3866650E-05 2.2234917E-03 energy calculations done at 4.050000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.190000 DelPhi exited at 12:24:19 4.191u 0.258s 0:04.76 93.2% 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 15 2011 at 12:24:19 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: 253 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2479 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.721193 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): -11.81200 37.10400 ymin,ymax (A): -28.46100 22.15600 zmin,zma (A): 31.84000 93.89000 x,y,z range (A): 48.91600 50.61700 62.05000 scale (grids/A): 1.721193 object centre (A): 12.64600 -3.152500 62.86500 number of atom coordinates read : 2479 total number of charged atoms : 2343 net assigned charge : -4.999986 assigned positive charge : 330.7083 centred at (gu) : 94.48618 84.68947 93.22681 assigned negative charge : -335.7089 centred at (gu) : 94.29966 84.78326 94.07437 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 60693 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25212 grid for indexing accessible points = 1.400000 m= 19020 mr = 38414 m= 2327 mr = 12122 m= 78 mr = 1076 m= 1 mr = 14 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 30493 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 94 iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 18230 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.5737309 object centre at (A) : 12.64600 -3.152500 62.86500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.6936531E-02 -4.4509783E-02 midg,1,midg; midg,igrid,midg 2.4471395E-03 -1.3411494E-03 1,midg,midg; igrid,midg,midg -3.2646961E-03 4.9250427E-04 gauss-seidel spectral radius is 0.9983472 estimated iterations to convergence 195 setup time was (sec) 0.5900000 now iterating at: 12:24:20 rms-change max change #iterations 3.196923 174.4223 at 10iterations 1.374953 64.71753 at 20iterations 0.5931868 23.53481 at 30iterations 0.2582655 10.11545 at 40iterations 0.1118903 4.160056 at 50iterations 4.8427708E-02 1.826138 at 60iterations 2.1093613E-02 0.7898486 at 70iterations 9.1315974E-03 0.3500218 at 80iterations 3.9484920E-03 0.1729984 at 90iterations 1.7162032E-03 6.4315796E-02 at 100iterations 7.5012987E-04 2.6988983E-02 at 110iterations 3.2437485E-04 1.2015343E-02 at 120iterations finished qdiffx linear iterations at : 12:24:28 total time elapsed so far: 8.780000 # loops : 120 mean,max change (kT/e) : 3.2437485E-04 1.2015343E-02 energy calculations done at 8.780000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.910000 DelPhi exited at 12:24:28 8.912u 0.258s 0:09.65 94.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 Sat Oct 15 2011 at 12:24:29 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: 253 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2479 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.581789 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): -11.81200 37.10400 ymin,ymax (A): -28.46100 22.15600 zmin,zma (A): 31.84000 93.89000 x,y,z range (A): 48.91600 50.61700 62.05000 scale (grids/A): 2.581789 object centre (A): 12.64600 -3.152500 62.86500 number of atom coordinates read : 2479 total number of charged atoms : 2343 net assigned charge : -4.999986 assigned positive charge : 330.7083 centred at (gu) : 96.72915 82.03403 94.84018 assigned negative charge : -335.7089 centred at (gu) : 96.44958 82.17490 96.11160 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 140561 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25212 grid for indexing accessible points = 1.400000 m= 63120 mr = 94719 m= 19719 mr = 47527 m= 3685 mr = 13941 m= 329 mr = 2288 m= 4 mr = 148 m= 0 mr = 0 time to grow re-entrant surface = 0.4400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7900000 number of dielectric boundary points 68795 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 0.9000000 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) : 1.721193 object centre at (A) : 12.64600 -3.152500 62.86500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3427892 -0.5362495 midg,1,midg; midg,igrid,midg 3.4633432E-02 8.6556334E-04 1,midg,midg; igrid,midg,midg -1.2599127E-02 1.9974085E-02 gauss-seidel spectral radius is 0.9991924 estimated iterations to convergence 278 setup time was (sec) 1.070000 now iterating at: 12:24:30 rms-change max change #iterations 8.130383 275.3549 at 10iterations 4.714680 147.0844 at 20iterations 2.709048 82.21460 at 30iterations 1.545236 39.28154 at 40iterations 0.8755168 20.87398 at 50iterations 0.4974636 11.85929 at 60iterations 0.2811131 7.493252 at 70iterations 0.1583329 3.987305 at 80iterations 8.9257054E-02 2.088129 at 90iterations 5.0152991E-02 1.110540 at 100iterations 2.8260710E-02 0.6470680 at 110iterations 1.5832899E-02 0.3289700 at 120iterations 8.8955602E-03 0.2075806 at 130iterations 4.9974462E-03 0.1028023 at 140iterations 2.8086544E-03 6.1940193E-02 at 150iterations 1.5779387E-03 3.5542488E-02 at 160iterations 8.8688958E-04 1.8440247E-02 at 170iterations 5.0116581E-04 1.0415554E-02 at 180iterations finished qdiffx linear iterations at : 12:24:43 total time elapsed so far: 14.48000 # loops : 180 mean,max change (kT/e) : 5.0116581E-04 1.0415554E-02 energy calculations done at 14.48000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.61000 DelPhi exited at 12:24:44 14.613u 0.310s 0:15.30 97.5% 0+0k 0+0io 0pf+0w