Mon Oct 10 16:57:27 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+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 Mon Oct 10 2011 at 16:57: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2677 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.5895699 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): 75.87200 124.9080 ymin,ymax (A): -10.40600 49.97700 zmin,zma (A): 119.2390 173.7940 x,y,z range (A): 49.03600 60.38300 54.55499 scale (grids/A): 0.5895699 object centre (A): 100.3900 19.78550 146.5165 number of atom coordinates read : 2677 total number of charged atoms : 2543 net assigned charge : 10.50002 assigned positive charge : 393.5786 centred at (gu) : 89.20802 89.07072 90.04355 assigned negative charge : -383.0794 centred at (gu) : 89.29049 88.97065 89.98695 start vw surface at 0.1600000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 6243 nv = 96 ne = 84 npr = 53568 no. pairs analyzed = 53568 no. exposed pairs = 3394 no. arc points = 24141 no. surface atoms = 1146 nbur = 1531 mkacc time = 0.1200000 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= 293 mr = 3307 m= 1 mr = 16 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3000000 number of dielectric boundary points 3214 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2460 ## 267 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 7858 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.6992288E-09 4.6921613E-09 midg,1,midg; midg,igrid,midg 6.6377681E-10 4.6570983E-09 1,midg,midg; igrid,midg,midg 6.3599144E-09 8.8404783E-10 gauss-seidel spectral radius is 0.9851273 estimated iterations to convergence 67 setup time was (sec) 0.5200000 now iterating at: 16:57:28 rms-change max change #iterations 9.7341768E-02 14.88292 at 10iterations 8.0141779E-03 1.367800 at 20iterations 6.7368109E-04 0.1126204 at 30iterations 7.1707815E-05 1.4123917E-02 at 40iterations 1.3824108E-05 3.3359528E-03 at 50iterations finished qdiffx linear iterations at : 16:57:31 total time elapsed so far: 3.030000 # loops : 50 mean,max change (kT/e) : 1.3824108E-05 3.3359528E-03 energy calculations done at 3.030000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.200000 DelPhi exited at 16:57:32 3.199u 0.138s 0:04.17 79.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 Mon Oct 10 2011 at 16:57:32 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2677 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.768710 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): 75.87200 124.9080 ymin,ymax (A): -10.40600 49.97700 zmin,zma (A): 119.2390 173.7940 x,y,z range (A): 49.03600 60.38300 54.55499 scale (grids/A): 1.768710 object centre (A): 100.3900 19.78550 146.5165 number of atom coordinates read : 2677 total number of charged atoms : 2543 net assigned charge : 10.50002 assigned positive charge : 393.5786 centred at (gu) : 87.62328 87.21165 90.12970 assigned negative charge : -383.0794 centred at (gu) : 87.87125 86.91176 89.96057 start vw surface at 0.1400000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 68306 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24141 grid for indexing accessible points = 1.400000 m= 22742 mr = 46538 m= 2748 mr = 16161 m= 108 mr = 1324 m= 0 mr = 17 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 941 time to turn everything in is 0.5100000 number of dielectric boundary points 29864 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 223 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 19804 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.5895699 object centre at (A) : 100.3900 19.78550 146.5165 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5160370E-02 2.5006089E-02 midg,1,midg; midg,igrid,midg -1.6440948E-02 1.5531095E-03 1,midg,midg; igrid,midg,midg 1.1890300E-02 7.7321712E-04 gauss-seidel spectral radius is 0.9984331 estimated iterations to convergence 200 setup time was (sec) 0.8100000 now iterating at: 16:57:33 rms-change max change #iterations 3.623624 174.2493 at 10iterations 1.592783 60.27209 at 20iterations 0.7074651 25.31984 at 30iterations 0.3132842 11.27273 at 40iterations 0.1391140 4.577224 at 50iterations 6.1437815E-02 2.027554 at 60iterations 2.7357405E-02 0.9138107 at 70iterations 1.2066215E-02 0.4578743 at 80iterations 5.3859330E-03 0.2042660 at 90iterations 2.3870000E-03 8.1207275E-02 at 100iterations 1.0614295E-03 3.9135456E-02 at 110iterations 4.7391272E-04 1.8339157E-02 at 120iterations finished qdiffx linear iterations at : 16:57:39 total time elapsed so far: 7.160000 # loops : 120 mean,max change (kT/e) : 4.7391272E-04 1.8339157E-02 energy calculations done at 7.160000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.350000 DelPhi exited at 16:57:40 7.355u 0.206s 0:08.28 91.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 Mon Oct 10 2011 at 16:57:40 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2677 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.653065 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): 75.87200 124.9080 ymin,ymax (A): -10.40600 49.97700 zmin,zma (A): 119.2390 173.7940 x,y,z range (A): 49.03600 60.38300 54.55499 scale (grids/A): 2.653065 object centre (A): 100.3900 19.78550 146.5165 number of atom coordinates read : 2677 total number of charged atoms : 2543 net assigned charge : 10.50002 assigned positive charge : 393.5786 centred at (gu) : 86.43468 85.81736 90.19422 assigned negative charge : -383.0794 centred at (gu) : 86.80670 85.36755 89.94080 start vw surface at 0.1600000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 158396 reading accessible surface arcs data from file ARCDAT no. of arc points read = 24141 grid for indexing accessible points = 1.400000 m= 75882 mr = 113393 m= 24113 mr = 60985 m= 4517 mr = 18444 m= 404 mr = 2971 m= 12 mr = 195 m= 0 mr = 1 time to grow re-entrant surface = 0.6600000 no. cavity mid-points inaccessible to solvent = 3331 time to turn everything in is 1.180000 number of dielectric boundary points 67335 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.310000 number of grid points assigned charge 20338 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.768710 object centre at (A) : 100.3900 19.78550 146.5165 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1299264 0.2080297 midg,1,midg; midg,igrid,midg -0.3454406 4.0317524E-02 1,midg,midg; igrid,midg,midg 9.6611023E-02 1.7052842E-02 gauss-seidel spectral radius is 0.9992039 estimated iterations to convergence 280 setup time was (sec) 1.490000 now iterating at: 16:57:42 rms-change max change #iterations 8.907775 253.3854 at 10iterations 5.163955 123.5478 at 20iterations 2.963246 68.52896 at 30iterations 1.691221 40.40561 at 40iterations 0.9587775 25.18030 at 50iterations 0.5448094 13.34956 at 60iterations 0.3086222 8.237305 at 70iterations 0.1742623 3.363407 at 80iterations 9.8435424E-02 1.991447 at 90iterations 5.5478182E-02 1.164341 at 100iterations 3.1320844E-02 0.6611958 at 110iterations 1.7638370E-02 0.3484612 at 120iterations 9.9463398E-03 0.1830828 at 130iterations 5.6052725E-03 0.1187363 at 140iterations 3.1538822E-03 6.6856384E-02 at 150iterations 1.7804730E-03 3.7528992E-02 at 160iterations 1.0064959E-03 1.9632339E-02 at 170iterations 5.7073118E-04 1.1946201E-02 at 180iterations finished qdiffx linear iterations at : 16:57:51 total time elapsed so far: 11.12000 # loops : 180 mean,max change (kT/e) : 5.7073118E-04 1.1946201E-02 energy calculations done at 11.12000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.29000 DelPhi exited at 16:57:52 11.295u 0.205s 0:12.02 95.5% 0+0k 0+0io 0pf+0w