Mon Oct 10 17:12:50 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 Mon Oct 10 2011 at 17:12: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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2381 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.5659688 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): -26.43100 36.47000 ymin,ymax (A): -4.064000 37.81300 zmin,zma (A): 26.17900 80.77600 x,y,z range (A): 62.90100 41.87700 54.59700 scale (grids/A): 0.5659688 object centre (A): 5.019499 16.87450 53.47750 number of atom coordinates read : 2381 total number of charged atoms : 2249 net assigned charge : -7.999985 assigned positive charge : 340.6305 centred at (gu) : 88.79550 89.61876 91.04926 assigned negative charge : -348.6306 centred at (gu) : 88.72250 89.65076 91.06877 start vw surface at 0.1400000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5015 nv = 96 ne = 84 npr = 48858 no. pairs analyzed = 48858 no. exposed pairs = 3230 no. arc points = 23641 no. surface atoms = 1091 nbur = 1290 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.512000 m= 192 mr = 2341 m= 1 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 3 time to turn everything in is 0.2800000 number of dielectric boundary points 2858 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2314 ## 278 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 6407 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -6.5951306E-10 -1.6060050E-09 midg,1,midg; midg,igrid,midg -7.6835438E-10 -1.2702354E-09 1,midg,midg; igrid,midg,midg -2.4436071E-09 -2.1434740E-10 gauss-seidel spectral radius is 0.9838543 estimated iterations to convergence 65 setup time was (sec) 0.5600000 now iterating at: 17:12:51 rms-change max change #iterations 7.8352287E-02 12.46845 at 10iterations 5.5499692E-03 0.9745407 at 20iterations 4.0560102E-04 7.5684547E-02 at 30iterations 3.0218756E-05 5.5913925E-03 at 40iterations 2.3259224E-06 4.0435791E-04 at 50iterations finished qdiffx linear iterations at : 17:12:55 total time elapsed so far: 4.130000 # loops : 50 mean,max change (kT/e) : 2.3259224E-06 4.0435791E-04 energy calculations done at 4.130000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.310000 DelPhi exited at 17:12:55 4.316u 0.268s 0:04.92 92.8% 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 Mon Oct 10 2011 at 17:12:55 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2381 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.697906 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): -26.43100 36.47000 ymin,ymax (A): -4.064000 37.81300 zmin,zma (A): 26.17900 80.77600 x,y,z range (A): 62.90100 41.87700 54.59700 scale (grids/A): 1.697906 object centre (A): 5.019499 16.87450 53.47750 number of atom coordinates read : 2381 total number of charged atoms : 2249 net assigned charge : -7.999985 assigned positive charge : 340.6305 centred at (gu) : 86.38641 88.85616 93.14782 assigned negative charge : -348.6306 centred at (gu) : 86.16736 88.95212 93.20626 start vw surface at 0.1400000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 55324 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23641 grid for indexing accessible points = 1.400000 m= 15392 mr = 35165 m= 1393 mr = 9893 m= 36 mr = 574 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 1244 time to turn everything in is 0.4300000 number of dielectric boundary points 26513 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 223 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5600000 number of grid points assigned charge 17418 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.5659688 object centre at (A) : 5.019499 16.87450 53.47750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.7854322E-02 -1.1980725E-02 midg,1,midg; midg,igrid,midg -3.6005324E-03 -4.6615107E-03 1,midg,midg; igrid,midg,midg 4.5241551E-03 7.1259299E-03 gauss-seidel spectral radius is 0.9982698 estimated iterations to convergence 191 setup time was (sec) 0.7600000 now iterating at: 17:12:56 rms-change max change #iterations 3.126446 190.0115 at 10iterations 1.325714 62.75539 at 20iterations 0.5624374 26.17655 at 30iterations 0.2399023 9.938633 at 40iterations 0.1016754 3.840513 at 50iterations 4.3254808E-02 1.566020 at 60iterations 1.8312370E-02 0.6915379 at 70iterations 7.7896663E-03 0.3272934 at 80iterations 3.3191252E-03 0.1413555 at 90iterations 1.4071868E-03 5.8974028E-02 at 100iterations 5.9898198E-04 2.2262573E-02 at 110iterations 2.5391523E-04 1.0160446E-02 at 120iterations finished qdiffx linear iterations at : 17:13:05 total time elapsed so far: 9.180000 # loops : 120 mean,max change (kT/e) : 2.5391523E-04 1.0160446E-02 energy calculations done at 9.180000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.370000 DelPhi exited at 17:13:05 9.374u 0.231s 0:09.95 96.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 Mon Oct 10 2011 at 17:13:05 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2381 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.546860 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): -26.43100 36.47000 ymin,ymax (A): -4.064000 37.81300 zmin,zma (A): 26.17900 80.77600 x,y,z range (A): 62.90100 41.87700 54.59700 scale (grids/A): 2.546860 object centre (A): 5.019499 16.87450 53.47750 number of atom coordinates read : 2381 total number of charged atoms : 2249 net assigned charge : -7.999985 assigned positive charge : 340.6305 centred at (gu) : 84.57945 88.28414 94.72154 assigned negative charge : -348.6306 centred at (gu) : 84.25098 88.42816 94.80927 start vw surface at 0.1400000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 128298 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23641 grid for indexing accessible points = 1.400000 m= 53885 mr = 86520 m= 14083 mr = 40737 m= 2003 mr = 9984 m= 123 mr = 1232 m= 1 mr = 50 m= 0 mr = 0 time to grow re-entrant surface = 0.5400000 no. cavity mid-points inaccessible to solvent = 4019 time to turn everything in is 1.010000 number of dielectric boundary points 59870 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 9 iepsmp to db, and charging done at 1.160000 number of grid points assigned charge 17983 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.697906 object centre at (A) : 5.019499 16.87450 53.47750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.3611546 -0.1697183 midg,1,midg; midg,igrid,midg -3.6602363E-02 -4.9150523E-02 1,midg,midg; igrid,midg,midg -0.1293554 8.3337903E-02 gauss-seidel spectral radius is 0.9991607 estimated iterations to convergence 273 setup time was (sec) 1.350000 now iterating at: 17:13:07 rms-change max change #iterations 7.958352 309.7568 at 10iterations 4.524131 142.8374 at 20iterations 2.547852 84.64015 at 30iterations 1.429462 37.05125 at 40iterations 0.7981480 19.34795 at 50iterations 0.4455844 10.06514 at 60iterations 0.2478261 5.950596 at 70iterations 0.1377836 3.220968 at 80iterations 7.6487288E-02 1.809937 at 90iterations 4.2503472E-02 1.040924 at 100iterations 2.3585003E-02 0.5857056 at 110iterations 1.3045619E-02 0.2997031 at 120iterations 7.2112693E-03 0.1539736 at 130iterations 3.9906483E-03 8.7661743E-02 at 140iterations 2.2097174E-03 5.8399200E-02 at 150iterations 1.2231397E-03 2.9243469E-02 at 160iterations 6.7564537E-04 1.6047478E-02 at 170iterations 3.7428321E-04 8.3007813E-03 at 180iterations finished qdiffx linear iterations at : 17:13:20 total time elapsed so far: 14.66000 # loops : 180 mean,max change (kT/e) : 3.7428321E-04 8.3007813E-03 energy calculations done at 14.66000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.83000 DelPhi exited at 17:13:21 14.836u 0.255s 0:15.48 97.4% 0+0k 0+0io 0pf+0w