Sat Oct 15 11:28:01 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 11:28:01 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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3517 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: 0.5061563 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): -13.11900 38.79400 ymin,ymax (A): -32.12700 38.20700 zmin,zma (A): 1.255000 50.01900 x,y,z range (A): 51.91300 70.33400 48.76400 scale (grids/A): 0.5061563 object centre (A): 12.83750 3.040001 25.63700 number of atom coordinates read : 3517 total number of charged atoms : 3372 net assigned charge : -4.499994 assigned positive charge : 527.8699 centred at (gu) : 90.18697 90.02020 90.17213 assigned negative charge : -532.3716 centred at (gu) : 90.21548 90.06794 90.16711 start vw surface at 0.1100000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 5698 nv = 96 ne = 84 npr = 72237 no. pairs analyzed = 72237 no. exposed pairs = 4317 no. arc points = 29822 no. surface atoms = 1459 nbur = 2058 mkacc time = 0.1300000 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.708000 m= 179 mr = 2976 m= 0 mr = 2 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2600000 number of dielectric boundary points 2899 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2927 ## 432 charges are in solution ## iepsmp to db, and charging done at 0.3200000 number of grid points assigned charge 7601 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -5.7638051E-11 -4.6195010E-11 midg,1,midg; midg,igrid,midg 2.3445234E-11 -1.2972812E-10 1,midg,midg; igrid,midg,midg -6.5976356E-12 -1.0294289E-10 gauss-seidel spectral radius is 0.9799458 estimated iterations to convergence 58 setup time was (sec) 0.5300000 now iterating at: 11:28:02 rms-change max change #iterations 5.3771678E-02 9.707383 at 10iterations 2.9330205E-03 0.5282364 at 20iterations 1.8262003E-04 2.8985262E-02 at 30iterations 2.2175840E-05 4.6632290E-03 at 40iterations 4.3920600E-06 9.6464157E-04 at 50iterations finished qdiffx linear iterations at : 11:28:08 total time elapsed so far: 4.170000 # loops : 50 mean,max change (kT/e) : 4.3920600E-06 9.6464157E-04 energy calculations done at 4.170000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.310000 DelPhi exited at 11:28:08 4.311u 0.274s 0:07.11 64.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 Sat Oct 15 2011 at 11:28:08 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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3517 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.518469 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): -13.11900 38.79400 ymin,ymax (A): -32.12700 38.20700 zmin,zma (A): 1.255000 50.01900 x,y,z range (A): 51.91300 70.33400 48.76400 scale (grids/A): 1.518469 object centre (A): 12.83750 3.040001 25.63700 number of atom coordinates read : 3517 total number of charged atoms : 3372 net assigned charge : -4.499994 assigned positive charge : 527.8699 centred at (gu) : 90.55987 90.05939 90.51572 assigned negative charge : -532.3716 centred at (gu) : 90.64595 90.20335 90.50081 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 63924 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29822 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.596000 m= 18066 mr = 43909 m= 1450 mr = 12072 m= 25 mr = 594 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 196 time to turn everything in is 0.3500000 number of dielectric boundary points 26891 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 428 iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 25264 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.5061563 object centre at (A) : 12.83750 3.040001 25.63700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.7280047E-03 -4.8508872E-03 midg,1,midg; midg,igrid,midg 1.4070450E-02 6.9777534E-04 1,midg,midg; igrid,midg,midg 2.2836109E-03 -2.4351038E-03 gauss-seidel spectral radius is 0.9979333 estimated iterations to convergence 175 setup time was (sec) 0.6500000 now iterating at: 11:28:10 rms-change max change #iterations 3.099595 162.6056 at 10iterations 1.213380 49.83288 at 20iterations 0.4797228 18.27048 at 30iterations 0.1885397 6.509397 at 40iterations 7.4121624E-02 3.414551 at 50iterations 2.9321078E-02 1.076956 at 60iterations 1.1546787E-02 0.4383759 at 70iterations 4.5678657E-03 0.1607237 at 80iterations 1.8044522E-03 7.5094223E-02 at 90iterations 7.2721276E-04 2.6107788E-02 at 100iterations 2.9328384E-04 1.2007713E-02 at 110iterations 1.2351990E-04 4.6272278E-03 at 120iterations finished qdiffx linear iterations at : 11:28:23 total time elapsed so far: 9.320000 # loops : 120 mean,max change (kT/e) : 1.2351990E-04 4.6272278E-03 energy calculations done at 9.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.450000 DelPhi exited at 11:28:24 9.452u 0.374s 0:15.96 61.5% 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 11:28:25 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: 272 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3517 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: 2.277704 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): -13.11900 38.79400 ymin,ymax (A): -32.12700 38.20700 zmin,zma (A): 1.255000 50.01900 x,y,z range (A): 51.91300 70.33400 48.76400 scale (grids/A): 2.277704 object centre (A): 12.83750 3.040001 25.63700 number of atom coordinates read : 3517 total number of charged atoms : 3372 net assigned charge : -4.499994 assigned positive charge : 527.8699 centred at (gu) : 90.83945 90.08891 90.77334 assigned negative charge : -532.3716 centred at (gu) : 90.96865 90.30492 90.75114 start vw surface at 0.1000000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 148988 reading accessible surface arcs data from file ARCDAT no. of arc points read = 29822 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 65746 mr = 107846 m= 15833 mr = 51373 m= 1933 mr = 11409 m= 75 mr = 1174 m= 0 mr = 25 time to grow re-entrant surface = 0.4500000 no. cavity mid-points inaccessible to solvent = 683 time to turn everything in is 0.8200000 number of dielectric boundary points 60748 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 55 iepsmp to db, and charging done at 0.9400000 number of grid points assigned charge 26886 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.518469 object centre at (A) : 12.83750 3.040001 25.63700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.5867987E-02 -8.4011398E-02 midg,1,midg; midg,igrid,midg 0.5981966 0.1052062 1,midg,midg; igrid,midg,midg 6.0290206E-02 -3.6749698E-02 gauss-seidel spectral radius is 0.9990632 estimated iterations to convergence 258 setup time was (sec) 1.120000 now iterating at: 11:28:26 rms-change max change #iterations 8.349124 255.0625 at 10iterations 4.554221 118.0794 at 20iterations 2.464002 61.22395 at 30iterations 1.331131 30.40984 at 40iterations 0.7172142 16.02580 at 50iterations 0.3871161 9.376617 at 60iterations 0.2079585 4.477224 at 70iterations 0.1117064 2.425858 at 80iterations 5.9794515E-02 1.251511 at 90iterations 3.2170583E-02 0.7157497 at 100iterations 1.7247893E-02 0.3733730 at 110iterations 9.2568984E-03 0.1877890 at 120iterations 4.9582506E-03 0.1018953 at 130iterations 2.6533692E-03 5.5564880E-02 at 140iterations 1.4289786E-03 3.2920837E-02 at 150iterations 7.6680456E-04 1.6857147E-02 at 160iterations 4.1138247E-04 8.7738037E-03 at 170iterations 2.2195742E-04 4.5857430E-03 at 180iterations finished qdiffx linear iterations at : 11:28:49 total time elapsed so far: 14.74000 # loops : 180 mean,max change (kT/e) : 2.2195742E-04 4.5857430E-03 energy calculations done at 14.74000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.86000 DelPhi exited at 11:28:50 14.862u 0.317s 0:25.73 58.9% 0+0k 0+0io 0pf+0w