Wed Dec 28 11:02:55 PST 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 Wed Dec 28 2011 at 11:02:55 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: 239 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1967 !!! WARNING: ASH 124 has a net charge of -0.3190 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.6064426 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.01900 34.68400 ymin,ymax (A): -20.31200 20.66600 zmin,zma (A): -2.784000 39.31000 x,y,z range (A): 58.70300 40.97800 42.09400 scale (grids/A): 0.6064426 object centre (A): 5.332501 0.1770000 18.26300 number of atom coordinates read : 1967 total number of charged atoms : 1834 net assigned charge : 4.681010 assigned positive charge : 288.5901 centred at (gu) : 89.82990 90.63356 90.24519 assigned negative charge : -283.9093 centred at (gu) : 89.84506 90.73804 90.39399 start vw surface at 0.1700000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 4891 nv = 96 ne = 84 npr = 40139 no. pairs analyzed = 40139 no. exposed pairs = 2528 no. arc points = 17681 no. surface atoms = 855 nbur = 1112 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 217 mr = 2610 m= 1 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 2482 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1801 ## 183 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 5900 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.8788513E-09 -2.5593772E-09 midg,1,midg; midg,igrid,midg 5.0943907E-09 -1.0956397E-09 1,midg,midg; igrid,midg,midg 3.1174234E-09 1.9443831E-09 gauss-seidel spectral radius is 0.9858714 estimated iterations to convergence 69 setup time was (sec) 0.6000000 now iterating at: 11:02:56 rms-change max change #iterations 9.5710970E-02 19.18143 at 10iterations 8.3953859E-03 1.356823 at 20iterations 7.1784295E-04 0.1262833 at 30iterations 6.3007486E-05 1.0368347E-02 at 40iterations 5.3564240E-06 1.1739731E-03 at 50iterations finished qdiffx linear iterations at : 11:02:59 total time elapsed so far: 3.720000 # loops : 50 mean,max change (kT/e) : 5.3564240E-06 1.1739731E-03 energy calculations done at 3.720000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.970000 DelPhi exited at 11:03:00 3.970u 0.169s 0:04.91 84.1% 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 Wed Dec 28 2011 at 11:03:00 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: 239 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1967 !!! WARNING: ASH 124 has a net charge of -0.3190 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.819328 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.01900 34.68400 ymin,ymax (A): -20.31200 20.66600 zmin,zma (A): -2.784000 39.31000 x,y,z range (A): 58.70300 40.97800 42.09400 scale (grids/A): 1.819328 object centre (A): 5.332501 0.1770000 18.26300 number of atom coordinates read : 1967 total number of charged atoms : 1834 net assigned charge : 4.681010 assigned positive charge : 288.5901 centred at (gu) : 89.48991 91.90081 90.73569 assigned negative charge : -283.9093 centred at (gu) : 89.53543 92.21442 91.18232 start vw surface at 0.2300000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 52751 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17681 grid for indexing accessible points = 1.400000 m= 18694 mr = 35818 m= 2620 mr = 13965 m= 107 mr = 1561 m= 0 mr = 18 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 581 time to turn everything in is 0.5800000 number of dielectric boundary points 22810 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 136 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 14331 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.6064426 object centre at (A) : 5.332501 0.1770000 18.26300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.1085620E-02 -3.2207626E-03 midg,1,midg; midg,igrid,midg 8.9966776E-03 1.1196664E-03 1,midg,midg; igrid,midg,midg 3.0163854E-02 2.1603674E-02 gauss-seidel spectral radius is 0.9984303 estimated iterations to convergence 200 setup time was (sec) 0.9000000 now iterating at: 11:03:02 rms-change max change #iterations 3.258885 187.3355 at 10iterations 1.441022 63.42757 at 20iterations 0.6389742 24.28397 at 30iterations 0.2832495 10.15780 at 40iterations 0.1252656 5.035604 at 50iterations 5.5609584E-02 2.114315 at 60iterations 2.4605716E-02 0.9231873 at 70iterations 1.0906139E-02 0.4321861 at 80iterations 4.8173005E-03 0.1906052 at 90iterations 2.1347320E-03 7.7870369E-02 at 100iterations 9.4852882E-04 4.0148258E-02 at 110iterations 4.2071342E-04 1.5287399E-02 at 120iterations finished qdiffx linear iterations at : 11:03:10 total time elapsed so far: 8.600000 # loops : 120 mean,max change (kT/e) : 4.2071342E-04 1.5287399E-02 energy calculations done at 8.600000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.840000 DelPhi exited at 11:03:10 8.845u 0.238s 0:09.97 90.9% 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 Wed Dec 28 2011 at 11:03:10 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: 239 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1967 !!! WARNING: ASH 124 has a net charge of -0.3190 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.728992 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.01900 34.68400 ymin,ymax (A): -20.31200 20.66600 zmin,zma (A): -2.784000 39.31000 x,y,z range (A): 58.70300 40.97800 42.09400 scale (grids/A): 2.728992 object centre (A): 5.332501 0.1770000 18.26300 number of atom coordinates read : 1967 total number of charged atoms : 1834 net assigned charge : 4.681010 assigned positive charge : 288.5901 centred at (gu) : 89.23491 92.85125 91.10357 assigned negative charge : -283.9093 centred at (gu) : 89.30322 93.32162 91.77347 start vw surface at 0.1800000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 121621 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17681 grid for indexing accessible points = 1.400000 m= 61168 mr = 86740 m= 21443 mr = 50130 m= 4444 mr = 17379 m= 464 mr = 3296 m= 19 mr = 286 m= 0 mr = 2 time to grow re-entrant surface = 0.7200000 no. cavity mid-points inaccessible to solvent = 1989 time to turn everything in is 1.270000 number of dielectric boundary points 51326 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.430000 number of grid points assigned charge 14669 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.819328 object centre at (A) : 5.332501 0.1770000 18.26300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 9.3161054E-02 -1.5891487E-02 midg,1,midg; midg,igrid,midg 7.7030197E-02 4.2161942E-02 1,midg,midg; igrid,midg,midg 0.3060470 0.2118396 gauss-seidel spectral radius is 0.9991839 estimated iterations to convergence 276 setup time was (sec) 1.630000 now iterating at: 11:03:12 rms-change max change #iterations 7.858558 318.4017 at 10iterations 4.466327 118.2985 at 20iterations 2.512371 71.72627 at 30iterations 1.411842 33.09141 at 40iterations 0.7931903 19.62866 at 50iterations 0.4424634 9.518471 at 60iterations 0.2468287 5.455316 at 70iterations 0.1380974 3.016332 at 80iterations 7.7262163E-02 1.883591 at 90iterations 4.3098446E-02 0.9771392 at 100iterations 2.4016606E-02 0.5394592 at 110iterations 1.3438202E-02 0.3121517 at 120iterations 7.4748150E-03 0.1636384 at 130iterations 4.1731810E-03 9.3705177E-02 at 140iterations 2.3303831E-03 4.9824715E-02 at 150iterations 1.2998474E-03 2.8591156E-02 at 160iterations 7.2402449E-04 1.5960693E-02 at 170iterations 4.0373974E-04 8.2330704E-03 at 180iterations finished qdiffx linear iterations at : 11:03:24 total time elapsed so far: 13.76000 # loops : 180 mean,max change (kT/e) : 4.0373974E-04 8.2330704E-03 energy calculations done at 13.76000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.99000 DelPhi exited at 11:03:25 13.993u 0.204s 0:14.72 96.3% 0+0k 0+0io 0pf+0w