Sun Oct 9 23:20:22 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 23:20:22 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: 287 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3224 !!! WARNING: SEP 139 has a net charge of -0.4750 !!! WARNING: GLM 300 has a net charge of -0.6000 !!! WARNING: HIZ 304 has a net charge of 0.2000 !!! WARNING: GLM 685 has a net charge of -0.6000 !!! WARNING: ZN7 781 has a net charge of 1.4000 !!! WARNING: ZN7 782 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5621260 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): 24.79500 77.83700 ymin,ymax (A): -5.824000 57.50700 zmin,zma (A): 15.18600 68.36900 x,y,z range (A): 53.04200 63.33100 53.18300 scale (grids/A): 0.5621260 object centre (A): 51.31600 25.84150 41.77750 number of atom coordinates read : 3224 total number of charged atoms : 3075 net assigned charge : 7.325015 assigned positive charge : 493.9226 centred at (gu) : 89.51354 89.72862 90.35553 assigned negative charge : -486.5991 centred at (gu) : 89.55335 89.79307 90.34888 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6724 nv = 96 ne = 84 npr = 62374 no. pairs analyzed = 62374 no. exposed pairs = 4426 no. arc points = 31652 no. surface atoms = 1464 nbur = 1760 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.512000 m= 296 mr = 3271 m= 2 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3500000 number of dielectric boundary points 3734 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3269 ## 446 charges are in solution ## iepsmp to db, and charging done at 0.4700000 number of grid points assigned charge 8775 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.9127337E-10 1.0052840E-09 midg,1,midg; midg,igrid,midg 1.7868417E-09 -8.8338998E-12 1,midg,midg; igrid,midg,midg 1.5230424E-09 2.8333877E-10 gauss-seidel spectral radius is 0.9837039 estimated iterations to convergence 64 setup time was (sec) 0.6000000 now iterating at: 23:20:23 rms-change max change #iterations 9.0206638E-02 13.43057 at 10iterations 6.3846270E-03 1.111835 at 20iterations 4.6577663E-04 8.4114075E-02 at 30iterations 3.4029828E-05 5.6352615E-03 at 40iterations 2.7201338E-06 4.7874451E-04 at 50iterations finished qdiffx linear iterations at : 23:20:26 total time elapsed so far: 3.370000 # loops : 50 mean,max change (kT/e) : 2.7201338E-06 4.7874451E-04 energy calculations done at 3.370000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.550000 DelPhi exited at 23:20:26 3.553u 0.203s 0:04.11 91.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 23:20:26 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: 287 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3224 !!! WARNING: SEP 139 has a net charge of -0.4750 !!! WARNING: GLM 300 has a net charge of -0.6000 !!! WARNING: HIZ 304 has a net charge of 0.2000 !!! WARNING: GLM 685 has a net charge of -0.6000 !!! WARNING: ZN7 781 has a net charge of 1.4000 !!! WARNING: ZN7 782 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.686378 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): 24.79500 77.83700 ymin,ymax (A): -5.824000 57.50700 zmin,zma (A): 15.18600 68.36900 x,y,z range (A): 53.04200 63.33100 53.18300 scale (grids/A): 1.686378 object centre (A): 51.31600 25.84150 41.77750 number of atom coordinates read : 3224 total number of charged atoms : 3075 net assigned charge : 7.325015 assigned positive charge : 493.9226 centred at (gu) : 88.53992 89.18497 91.06562 assigned negative charge : -486.5991 centred at (gu) : 88.65996 89.37878 91.04636 start vw surface at 0.1700000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 74027 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31652 grid for indexing accessible points = 1.400000 m= 23018 mr = 48352 m= 2657 mr = 15524 m= 91 mr = 1305 m= 0 mr = 4 time to grow re-entrant surface = 0.2400000 no. cavity mid-points inaccessible to solvent = 136 time to turn everything in is 0.5600000 number of dielectric boundary points 34608 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 371 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 23749 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.5621260 object centre at (A) : 51.31600 25.84150 41.77750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.9690588E-05 1.5384929E-03 midg,1,midg; midg,igrid,midg 1.7788189E-02 1.7517839E-02 1,midg,midg; igrid,midg,midg 8.0151716E-03 2.8094433E-03 gauss-seidel spectral radius is 0.9983510 estimated iterations to convergence 195 setup time was (sec) 0.8700000 now iterating at: 23:20:27 rms-change max change #iterations 3.752822 163.5926 at 10iterations 1.616456 64.75172 at 20iterations 0.7016451 23.36224 at 30iterations 0.3026583 9.602286 at 40iterations 0.1315975 4.177925 at 50iterations 5.6994464E-02 2.036794 at 60iterations 2.4646726E-02 0.8281803 at 70iterations 1.0764329E-02 0.3645344 at 80iterations 4.6496522E-03 0.1670637 at 90iterations 2.0233060E-03 6.7856312E-02 at 100iterations 8.7643630E-04 2.9315948E-02 at 110iterations 3.8225981E-04 1.3179779E-02 at 120iterations finished qdiffx linear iterations at : 23:20:34 total time elapsed so far: 7.810000 # loops : 120 mean,max change (kT/e) : 3.8225981E-04 1.3179779E-02 energy calculations done at 7.810000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.000000 DelPhi exited at 23:20:35 8.001u 0.206s 0:08.47 96.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 Sun Oct 9 2011 at 23:20:35 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: 287 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3224 !!! WARNING: SEP 139 has a net charge of -0.4750 !!! WARNING: GLM 300 has a net charge of -0.6000 !!! WARNING: HIZ 304 has a net charge of 0.2000 !!! WARNING: GLM 685 has a net charge of -0.6000 !!! WARNING: ZN7 781 has a net charge of 1.4000 !!! WARNING: ZN7 782 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.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.529567 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): 24.79500 77.83700 ymin,ymax (A): -5.824000 57.50700 zmin,zma (A): 15.18600 68.36900 x,y,z range (A): 53.04200 63.33100 53.18300 scale (grids/A): 2.529567 object centre (A): 51.31600 25.84150 41.77750 number of atom coordinates read : 3224 total number of charged atoms : 3075 net assigned charge : 7.325015 assigned positive charge : 493.9226 centred at (gu) : 87.80965 88.77723 91.59830 assigned negative charge : -486.5991 centred at (gu) : 87.98989 89.06794 91.56943 start vw surface at 0.1600000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 171555 reading accessible surface arcs data from file ARCDAT no. of arc points read = 31652 grid for indexing accessible points = 1.400000 m= 78504 mr = 118619 m= 23253 mr = 60867 m= 4247 mr = 17313 m= 359 mr = 2784 m= 8 mr = 189 m= 0 mr = 0 time to grow re-entrant surface = 0.7800000 no. cavity mid-points inaccessible to solvent = 483 time to turn everything in is 1.340000 number of dielectric boundary points 78154 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 20 iepsmp to db, and charging done at 1.500000 number of grid points assigned charge 24584 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.686378 object centre at (A) : 51.31600 25.84150 41.77750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.2289410E-02 -4.0423982E-02 midg,1,midg; midg,igrid,midg 0.2510332 0.2919499 1,midg,midg; igrid,midg,midg 0.1360064 8.3375067E-02 gauss-seidel spectral radius is 0.9992078 estimated iterations to convergence 281 setup time was (sec) 1.690000 now iterating at: 23:20:37 rms-change max change #iterations 9.686402 331.8713 at 10iterations 5.645758 146.0744 at 20iterations 3.264627 80.29543 at 30iterations 1.869862 50.52954 at 40iterations 1.072642 24.78540 at 50iterations 0.6114140 13.17442 at 60iterations 0.3480658 6.932028 at 70iterations 0.1976751 4.237820 at 80iterations 0.1121149 2.548534 at 90iterations 6.3388251E-02 1.383307 at 100iterations 3.5875052E-02 0.7595539 at 110iterations 2.0283954E-02 0.4013023 at 120iterations 1.1463175E-02 0.2202406 at 130iterations 6.4837160E-03 0.1231105 at 140iterations 3.6629112E-03 7.8768373E-02 at 150iterations 2.0662711E-03 4.2148590E-02 at 160iterations 1.1643402E-03 2.2063971E-02 at 170iterations 6.5833295E-04 1.3602376E-02 at 180iterations finished qdiffx linear iterations at : 23:20:48 total time elapsed so far: 13.20000 # loops : 180 mean,max change (kT/e) : 6.5833295E-04 1.3602376E-02 energy calculations done at 13.20000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.39000 DelPhi exited at 23:20:49 13.390u 0.220s 0:13.95 97.5% 0+0k 0+0io 0pf+0w