Mon Oct 10 17:01:05 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 Mon Oct 10 2011 at 17:01: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: 339 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4440 !!! WARNING: GLM 169 has a net charge of -0.0940 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: ZN8 820 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.5117884 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): -16.45500 37.29900 ymin,ymax (A): -32.96100 32.35900 zmin,zma (A): -4.022000 65.53800 x,y,z range (A): 53.75400 65.32000 69.56001 scale (grids/A): 0.5117884 object centre (A): 10.42200 -0.3009987 30.75800 number of atom coordinates read : 4440 total number of charged atoms : 4192 net assigned charge : 3.606023 assigned positive charge : 660.4291 centred at (gu) : 90.15169 90.94105 87.50146 assigned negative charge : -656.8271 centred at (gu) : 90.01142 90.97626 87.52208 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 7418 nv = 96 ne = 84 npr = 90142 no. pairs analyzed = 90142 no. exposed pairs = 5759 no. arc points = 39698 no. surface atoms = 1920 nbur = 2520 mkacc time = 0.1500000 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.652000 m= 272 mr = 3804 m= 2 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2900000 number of dielectric boundary points 3881 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3765 ## 560 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 9783 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.0112809E-10 1.4112112E-12 midg,1,midg; midg,igrid,midg 1.0930200E-10 -4.6324288E-11 1,midg,midg; igrid,midg,midg -2.9065234E-10 4.1110781E-10 gauss-seidel spectral radius is 0.9804530 estimated iterations to convergence 59 setup time was (sec) 0.4800000 now iterating at: 17:01:06 rms-change max change #iterations 6.7878105E-02 10.43765 at 10iterations 3.9875135E-03 0.5595646 at 20iterations 4.4904725E-04 6.9889069E-02 at 30iterations 1.4369244E-04 1.9456029E-02 at 40iterations 5.2977553E-05 7.8624487E-03 at 50iterations finished qdiffx linear iterations at : 17:01:09 total time elapsed so far: 3.380000 # loops : 50 mean,max change (kT/e) : 5.2977553E-05 7.8624487E-03 energy calculations done at 3.380000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.520000 DelPhi exited at 17:01:11 3.519u 0.182s 0:05.83 63.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 Mon Oct 10 2011 at 17:01:11 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: 339 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4440 !!! WARNING: GLM 169 has a net charge of -0.0940 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: ZN8 820 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.535365 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): -16.45500 37.29900 ymin,ymax (A): -32.96100 32.35900 zmin,zma (A): -4.022000 65.53800 x,y,z range (A): 53.75400 65.32000 69.56001 scale (grids/A): 1.535365 object centre (A): 10.42200 -0.3009987 30.75800 number of atom coordinates read : 4440 total number of charged atoms : 4192 net assigned charge : 3.606023 assigned positive charge : 660.4291 centred at (gu) : 90.45348 92.82185 82.50325 assigned negative charge : -656.8271 centred at (gu) : 90.03407 92.92837 82.56601 start vw surface at 0.1200000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 84094 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39698 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 23781 mr = 57316 m= 2019 mr = 15462 m= 38 mr = 786 m= 0 mr = 4 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 233 time to turn everything in is 0.4000000 number of dielectric boundary points 36364 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 532 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4800000 number of grid points assigned charge 31529 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.5117884 object centre at (A) : 10.42200 -0.3009987 30.75800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.8827835E-03 8.5725272E-03 midg,1,midg; midg,igrid,midg -9.8247989E-04 -9.8452559E-03 1,midg,midg; igrid,midg,midg -4.9272785E-03 9.4174547E-03 gauss-seidel spectral radius is 0.9980910 estimated iterations to convergence 182 setup time was (sec) 0.6100000 now iterating at: 17:01:12 rms-change max change #iterations 3.657078 137.7188 at 10iterations 1.486064 51.65737 at 20iterations 0.6070408 22.04332 at 30iterations 0.2466962 8.743059 at 40iterations 0.1007406 3.442450 at 50iterations 4.1294340E-02 1.365118 at 60iterations 1.6820626E-02 0.5646744 at 70iterations 6.9018085E-03 0.2157192 at 80iterations 2.8561093E-03 0.1007280 at 90iterations 1.1989628E-03 3.8341522E-02 at 100iterations 5.2766223E-04 1.9218445E-02 at 110iterations 2.5179499E-04 1.0811806E-02 at 120iterations finished qdiffx linear iterations at : 17:01:19 total time elapsed so far: 7.780000 # loops : 120 mean,max change (kT/e) : 2.5179499E-04 1.0811806E-02 energy calculations done at 7.780000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.940000 DelPhi exited at 17:01:20 7.945u 0.199s 0:08.51 95.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 Mon Oct 10 2011 at 17:01:20 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: 339 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4440 !!! WARNING: GLM 169 has a net charge of -0.0940 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: ZN8 820 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.303048 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): -16.45500 37.29900 ymin,ymax (A): -32.96100 32.35900 zmin,zma (A): -4.022000 65.53800 x,y,z range (A): 53.75400 65.32000 69.56001 scale (grids/A): 2.303048 object centre (A): 10.42200 -0.3009987 30.75800 number of atom coordinates read : 4440 total number of charged atoms : 4192 net assigned charge : 3.606023 assigned positive charge : 660.4291 centred at (gu) : 90.68003 94.23249 78.75443 assigned negative charge : -656.8271 centred at (gu) : 90.05090 94.39256 78.84882 start vw surface at 0.1200000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 195869 reading accessible surface arcs data from file ARCDAT no. of arc points read = 39698 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 85985 mr = 140945 m= 20844 mr = 66337 m= 2795 mr = 14657 m= 141 mr = 1637 m= 0 mr = 37 time to grow re-entrant surface = 0.5600001 no. cavity mid-points inaccessible to solvent = 836 time to turn everything in is 0.9900000 number of dielectric boundary points 82021 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 65 iepsmp to db, and charging done at 1.080000 number of grid points assigned charge 33453 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.535365 object centre at (A) : 10.42200 -0.3009987 30.75800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1722564 0.2612019 midg,1,midg; midg,igrid,midg -5.5571701E-02 -0.3054919 1,midg,midg; igrid,midg,midg -5.1114205E-02 0.1329595 gauss-seidel spectral radius is 0.9991505 estimated iterations to convergence 271 setup time was (sec) 1.230000 now iterating at: 17:01:21 rms-change max change #iterations 9.861363 305.5468 at 10iterations 5.620152 125.0232 at 20iterations 3.179122 65.80887 at 30iterations 1.792722 44.53114 at 40iterations 1.005898 22.19500 at 50iterations 0.5624229 11.35746 at 60iterations 0.3136561 7.546997 at 70iterations 0.1745386 3.942423 at 80iterations 9.7245522E-02 2.062889 at 90iterations 5.4026205E-02 1.135740 at 100iterations 3.0029293E-02 0.6365986 at 110iterations 1.6616305E-02 0.3591877 at 120iterations 9.2232153E-03 0.1732540 at 130iterations 5.1045455E-03 0.1001968 at 140iterations 2.8292278E-03 5.5994987E-02 at 150iterations 1.5713014E-03 3.2779694E-02 at 160iterations 8.7093544E-04 1.7482281E-02 at 170iterations 4.8474382E-04 1.0776520E-02 at 180iterations finished qdiffx linear iterations at : 17:01:33 total time elapsed so far: 12.65000 # loops : 180 mean,max change (kT/e) : 4.8474382E-04 1.0776520E-02 energy calculations done at 12.65000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.78000 DelPhi exited at 17:01:33 12.778u 0.210s 0:13.39 96.9% 0+0k 0+0io 0pf+0w