Mon Oct 10 17:09:07 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:09: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2641 !!! WARNING: GLN 355 has a net charge of -0.2720 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.6090989 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): -9.342999 49.10400 ymin,ymax (A): 3.734000 53.41900 zmin,zma (A): 6.187000 61.02300 x,y,z range (A): 58.44700 49.68500 54.83600 scale (grids/A): 0.6090989 object centre (A): 19.88050 28.57650 33.60500 number of atom coordinates read : 2641 total number of charged atoms : 2501 net assigned charge : -2.271974 assigned positive charge : 396.6945 centred at (gu) : 88.51388 89.95281 90.92070 assigned negative charge : -398.9675 centred at (gu) : 88.38489 90.10034 90.95445 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 6810 nv = 96 ne = 84 npr = 50761 no. pairs analyzed = 50761 no. exposed pairs = 3856 no. arc points = 27269 no. surface atoms = 1292 nbur = 1349 mkacc time = 8.9999996E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 310 mr = 3260 m= 0 mr = 28 time to grow re-entrant surface = 0.1000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2000000 number of dielectric boundary points 3832 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2737 ## 279 charges are in solution ## iepsmp to db, and charging done at 0.2700000 number of grid points assigned charge 8187 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.8600917E-10 -3.4918222E-09 midg,1,midg; midg,igrid,midg 6.0540772E-09 -8.4810043E-09 1,midg,midg; igrid,midg,midg -1.0711540E-08 3.6311032E-09 gauss-seidel spectral radius is 0.9860646 estimated iterations to convergence 69 setup time was (sec) 0.3800000 now iterating at: 17:09:08 rms-change max change #iterations 0.1130991 18.15408 at 10iterations 9.9020014E-03 1.523026 at 20iterations 8.5766165E-04 0.1252556 at 30iterations 7.6724507E-05 1.2285471E-02 at 40iterations 7.2740831E-06 1.0910034E-03 at 50iterations finished qdiffx linear iterations at : 17:09:11 total time elapsed so far: 3.230000 # loops : 50 mean,max change (kT/e) : 7.2740831E-06 1.0910034E-03 energy calculations done at 3.230000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.360000 DelPhi exited at 17:09:11 3.360u 0.167s 0:04.26 82.6% 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:09:12 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2641 !!! WARNING: GLN 355 has a net charge of -0.2720 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.827297 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): -9.342999 49.10400 ymin,ymax (A): 3.734000 53.41900 zmin,zma (A): 6.187000 61.02300 x,y,z range (A): 58.44700 49.68500 54.83600 scale (grids/A): 1.827297 object centre (A): 19.88050 28.57650 33.60500 number of atom coordinates read : 2641 total number of charged atoms : 2501 net assigned charge : -2.271974 assigned positive charge : 396.6945 centred at (gu) : 85.54094 89.85782 92.76135 assigned negative charge : -398.9675 centred at (gu) : 85.15424 90.30071 92.86333 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 72399 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27269 grid for indexing accessible points = 1.400000 m= 24506 mr = 46556 m= 3321 mr = 16613 m= 142 mr = 1807 m= 0 mr = 26 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3500000 number of dielectric boundary points 35366 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 222 iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 19597 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.6090989 object centre at (A) : 19.88050 28.57650 33.60500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.0363082E-03 5.3207600E-03 midg,1,midg; midg,igrid,midg 9.8586334E-03 -2.4786973E-02 1,midg,midg; igrid,midg,midg -5.6883126E-02 2.7588896E-02 gauss-seidel spectral radius is 0.9985469 estimated iterations to convergence 208 setup time was (sec) 0.5600000 now iterating at: 17:09:13 rms-change max change #iterations 3.961704 182.6115 at 10iterations 1.801359 65.83821 at 20iterations 0.8195135 29.03600 at 30iterations 0.3719474 13.93246 at 40iterations 0.1693977 5.836890 at 50iterations 7.7135637E-02 2.618673 at 60iterations 3.5111785E-02 1.169344 at 70iterations 1.6050261E-02 0.5515156 at 80iterations 7.3304465E-03 0.2422144 at 90iterations 3.3360398E-03 0.1166458 at 100iterations 1.5253786E-03 4.7033310E-02 at 110iterations 6.9781049E-04 2.1655798E-02 at 120iterations finished qdiffx linear iterations at : 17:09:20 total time elapsed so far: 7.570000 # loops : 120 mean,max change (kT/e) : 6.9781049E-04 2.1655798E-02 energy calculations done at 7.570000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.700000 DelPhi exited at 17:09:21 7.707u 0.197s 0:08.83 89.3% 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:09:21 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2641 !!! WARNING: GLN 355 has a net charge of -0.2720 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.740945 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): -9.342999 49.10400 ymin,ymax (A): 3.734000 53.41900 zmin,zma (A): 6.187000 61.02300 x,y,z range (A): 58.44700 49.68500 54.83600 scale (grids/A): 2.740945 object centre (A): 19.88050 28.57650 33.60500 number of atom coordinates read : 2641 total number of charged atoms : 2501 net assigned charge : -2.271974 assigned positive charge : 396.6945 centred at (gu) : 83.31125 89.78655 94.14172 assigned negative charge : -398.9675 centred at (gu) : 82.73138 90.45113 94.29486 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 167066 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27269 grid for indexing accessible points = 1.400000 m= 79618 mr = 113907 m= 26800 mr = 61640 m= 5706 mr = 20230 m= 606 mr = 3930 m= 18 mr = 328 m= 0 mr = 3 time to grow re-entrant surface = 0.5100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.8900000 number of dielectric boundary points 79776 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 5 iepsmp to db, and charging done at 0.9900000 number of grid points assigned charge 20007 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.827297 object centre at (A) : 19.88050 28.57650 33.60500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2407593 0.2158570 midg,1,midg; midg,igrid,midg 9.2568621E-02 -0.2261062 1,midg,midg; igrid,midg,midg -0.7383490 0.3011193 gauss-seidel spectral radius is 0.9992585 estimated iterations to convergence 290 setup time was (sec) 1.130000 now iterating at: 17:09:22 rms-change max change #iterations 9.823237 349.7972 at 10iterations 5.852175 150.2199 at 20iterations 3.447677 103.9465 at 30iterations 2.006464 40.61259 at 40iterations 1.167320 26.21467 at 50iterations 0.6756815 12.27366 at 60iterations 0.3909791 8.305617 at 70iterations 0.2249963 4.285277 at 80iterations 0.1296004 2.761055 at 90iterations 7.4765354E-02 1.517506 at 100iterations 4.2935841E-02 0.8029428 at 110iterations 2.4676550E-02 0.5142517 at 120iterations 1.4161275E-02 0.2684479 at 130iterations 8.1178807E-03 0.1584778 at 140iterations 4.6669911E-03 8.4885597E-02 at 150iterations 2.6791610E-03 4.9797058E-02 at 160iterations 1.5387281E-03 2.9195786E-02 at 170iterations 8.8143966E-04 1.6232967E-02 at 180iterations finished qdiffx linear iterations at : 17:09:33 total time elapsed so far: 12.29000 # loops : 180 mean,max change (kT/e) : 8.8143966E-04 1.6232967E-02 energy calculations done at 12.29000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.42000 DelPhi exited at 17:09:34 12.427u 0.196s 0:13.06 96.5% 0+0k 0+0io 0pf+0w