Sun Oct 9 00:35:15 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 Sun Oct 9 2011 at 00:35:16 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: 292 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2872 !!! WARNING: HIT 84 has a net charge of 0.5140 !!! 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.5827277 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): 48.03900 94.30700 ymin,ymax (A): 22.71400 83.80600 zmin,zma (A): -14.27100 41.56600 x,y,z range (A): 46.26800 61.09200 55.83700 scale (grids/A): 0.5827277 object centre (A): 71.17300 53.26000 13.64750 number of atom coordinates read : 2872 total number of charged atoms : 2729 net assigned charge : 4.240037 assigned positive charge : 422.9674 centred at (gu) : 90.90757 89.31071 88.08798 assigned negative charge : -418.7286 centred at (gu) : 90.80437 89.16280 87.98048 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6642 nv = 96 ne = 84 npr = 57614 no. pairs analyzed = 57614 no. exposed pairs = 3631 no. arc points = 25887 no. surface atoms = 1211 nbur = 1661 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.456000 m= 285 mr = 3561 m= 2 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 20 time to turn everything in is 0.3100000 number of dielectric boundary points 3352 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2553 ## 257 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 8267 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.2272624E-09 2.2275097E-09 midg,1,midg; midg,igrid,midg -2.7475477E-09 3.7029384E-09 1,midg,midg; igrid,midg,midg -1.0270785E-09 4.1725534E-09 gauss-seidel spectral radius is 0.9847954 estimated iterations to convergence 67 setup time was (sec) 0.5200000 now iterating at: 00:35:16 rms-change max change #iterations 0.1012165 14.54231 at 10iterations 8.0520026E-03 1.269176 at 20iterations 6.2194956E-04 9.3565941E-02 at 30iterations 5.0296949E-05 8.5897446E-03 at 40iterations 3.9521210E-06 6.0844421E-04 at 50iterations finished qdiffx linear iterations at : 00:35:19 total time elapsed so far: 2.930000 # loops : 50 mean,max change (kT/e) : 3.9521210E-06 6.0844421E-04 energy calculations done at 2.930000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.110000 DelPhi exited at 00:35:19 3.111u 0.137s 0:03.59 90.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 Sun Oct 9 2011 at 00:35: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: 292 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2872 !!! WARNING: HIT 84 has a net charge of 0.5140 !!! 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.748183 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): 48.03900 94.30700 ymin,ymax (A): 22.71400 83.80600 zmin,zma (A): -14.27100 41.56600 x,y,z range (A): 46.26800 61.09200 55.83700 scale (grids/A): 1.748183 object centre (A): 71.17300 53.26000 13.64750 number of atom coordinates read : 2872 total number of charged atoms : 2729 net assigned charge : 4.240037 assigned positive charge : 422.9674 centred at (gu) : 92.72205 87.93172 84.26325 assigned negative charge : -418.7286 centred at (gu) : 92.41328 87.48814 83.94136 start vw surface at 0.1500000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 72587 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25887 grid for indexing accessible points = 1.400000 m= 24512 mr = 49887 m= 3175 mr = 17619 m= 101 mr = 1756 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 1090 time to turn everything in is 0.4900000 number of dielectric boundary points 31114 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 220 iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 21195 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.5827277 object centre at (A) : 71.17300 53.26000 13.64750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.2127325E-03 2.0166658E-02 midg,1,midg; midg,igrid,midg 7.8946669E-03 2.8055428E-02 1,midg,midg; igrid,midg,midg -8.6914189E-03 5.0919559E-03 gauss-seidel spectral radius is 0.9984137 estimated iterations to convergence 199 setup time was (sec) 0.7600000 now iterating at: 00:35:20 rms-change max change #iterations 3.757097 171.9699 at 10iterations 1.645936 62.65503 at 20iterations 0.7244070 26.93483 at 30iterations 0.3190693 11.50085 at 40iterations 0.1402241 4.310128 at 50iterations 6.2230535E-02 2.090748 at 60iterations 2.7367132E-02 0.9199448 at 70iterations 1.2080394E-02 0.3904800 at 80iterations 5.3340564E-03 0.1836376 at 90iterations 2.3596161E-03 8.4976196E-02 at 100iterations 1.0454572E-03 3.5552025E-02 at 110iterations 4.5953749E-04 1.5361786E-02 at 120iterations finished qdiffx linear iterations at : 00:35:26 total time elapsed so far: 6.750000 # loops : 120 mean,max change (kT/e) : 4.5953749E-04 1.5361786E-02 energy calculations done at 6.750000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.930000 DelPhi exited at 00:35:27 6.932u 0.158s 0:07.40 95.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 Sun Oct 9 2011 at 00:35:27 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: 292 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2872 !!! WARNING: HIT 84 has a net charge of 0.5140 !!! 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.622275 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): 48.03900 94.30700 ymin,ymax (A): 22.71400 83.80600 zmin,zma (A): -14.27100 41.56600 x,y,z range (A): 46.26800 61.09200 55.83700 scale (grids/A): 2.622275 object centre (A): 71.17300 53.26000 13.64750 number of atom coordinates read : 2872 total number of charged atoms : 2729 net assigned charge : 4.240037 assigned positive charge : 422.9674 centred at (gu) : 94.08289 86.89750 81.39482 assigned negative charge : -418.7286 centred at (gu) : 93.61987 86.23223 80.91203 start vw surface at 0.1500000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 168055 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25887 grid for indexing accessible points = 1.400000 m= 81557 mr = 121167 m= 26563 mr = 65892 m= 5225 mr = 20727 m= 458 mr = 3652 m= 11 mr = 222 m= 0 mr = 0 time to grow re-entrant surface = 0.7000000 no. cavity mid-points inaccessible to solvent = 3774 time to turn everything in is 1.210000 number of dielectric boundary points 70209 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 6 iepsmp to db, and charging done at 1.330000 number of grid points assigned charge 21817 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.748183 object centre at (A) : 71.17300 53.26000 13.64750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1361497 0.3770835 midg,1,midg; midg,igrid,midg 0.2167955 0.3796001 1,midg,midg; igrid,midg,midg -7.4322611E-02 7.2227105E-02 gauss-seidel spectral radius is 0.9992038 estimated iterations to convergence 280 setup time was (sec) 1.480000 now iterating at: 00:35:28 rms-change max change #iterations 9.316953 359.9405 at 10iterations 5.362700 163.0505 at 20iterations 3.055799 81.60487 at 30iterations 1.731826 35.90435 at 40iterations 0.9819567 20.38591 at 50iterations 0.5552470 10.94489 at 60iterations 0.3122311 6.313873 at 70iterations 0.1765028 3.162205 at 80iterations 9.9051893E-02 1.798447 at 90iterations 5.5851888E-02 1.062883 at 100iterations 3.1412426E-02 0.6047173 at 110iterations 1.7672945E-02 0.3430319 at 120iterations 9.9412333E-03 0.1850090 at 130iterations 5.5870903E-03 0.1113570 at 140iterations 3.1364332E-03 6.1146736E-02 at 150iterations 1.7687078E-03 3.5369873E-02 at 160iterations 9.9270639E-04 1.7806053E-02 at 170iterations 5.5883604E-04 1.0044098E-02 at 180iterations finished qdiffx linear iterations at : 00:35:38 total time elapsed so far: 10.92000 # loops : 180 mean,max change (kT/e) : 5.5883604E-04 1.0044098E-02 energy calculations done at 10.92000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.09000 DelPhi exited at 00:35:38 11.089u 0.171s 0:11.61 96.8% 0+0k 0+0io 0pf+0w