Wed Dec 28 11:01:21 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:01:21 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 = 1948 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.5736662 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): -7.179000 34.15500 ymin,ymax (A): 6.536000 51.63100 zmin,zma (A): 5.053000 67.11000 x,y,z range (A): 41.33400 45.09500 62.05700 scale (grids/A): 0.5736662 object centre (A): 13.48800 29.08350 36.08150 number of atom coordinates read : 1948 total number of charged atoms : 1816 net assigned charge : 2.000005 assigned positive charge : 286.0340 centred at (gu) : 90.04142 90.70810 90.70195 assigned negative charge : -284.0343 centred at (gu) : 90.04976 90.92709 90.70957 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 4244 nv = 96 ne = 84 npr = 39908 no. pairs analyzed = 39908 no. exposed pairs = 2485 no. arc points = 17456 no. surface atoms = 844 nbur = 1104 mkacc time = 0.1100000 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.484000 m= 188 mr = 2246 m= 0 mr = 10 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 26 time to turn everything in is 0.2900000 number of dielectric boundary points 2176 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1782 ## 230 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 5382 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.9090109E-10 3.3601796E-10 midg,1,midg; midg,igrid,midg 2.3639426E-09 -2.5950975E-09 1,midg,midg; igrid,midg,midg 4.6335141E-10 2.8088212E-10 gauss-seidel spectral radius is 0.9842343 estimated iterations to convergence 65 setup time was (sec) 0.5500000 now iterating at: 11:01:21 rms-change max change #iterations 7.4609526E-02 13.10627 at 10iterations 5.5236570E-03 0.9888210 at 20iterations 4.1786736E-04 7.7936172E-02 at 30iterations 3.1499458E-05 6.0691833E-03 at 40iterations 2.3562986E-06 4.0721893E-04 at 50iterations finished qdiffx linear iterations at : 11:01:26 total time elapsed so far: 4.640000 # loops : 50 mean,max change (kT/e) : 2.3562986E-06 4.0721893E-04 energy calculations done at 4.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.840000 DelPhi exited at 11:01:27 4.844u 0.318s 0:06.03 85.4% 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:01: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 = 1948 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 1.720998 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): -7.179000 34.15500 ymin,ymax (A): 6.536000 51.63100 zmin,zma (A): 5.053000 67.11000 x,y,z range (A): 41.33400 45.09500 62.05700 scale (grids/A): 1.720998 object centre (A): 13.48800 29.08350 36.08150 number of atom coordinates read : 1948 total number of charged atoms : 1816 net assigned charge : 2.000005 assigned positive charge : 286.0340 centred at (gu) : 90.12444 92.12431 92.10578 assigned negative charge : -284.0343 centred at (gu) : 90.14945 92.78134 92.12868 start vw surface at 0.1400000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 46588 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17456 grid for indexing accessible points = 1.400000 m= 15014 mr = 31329 m= 1693 mr = 10910 m= 43 mr = 914 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4700000 number of dielectric boundary points 20185 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 206 iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 14110 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.5736662 object centre at (A) : 13.48800 29.08350 36.08150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.9623946E-02 2.4157427E-02 midg,1,midg; midg,igrid,midg 7.9130605E-03 -1.4190276E-02 1,midg,midg; igrid,midg,midg -2.0446805E-03 -3.0273714E-03 gauss-seidel spectral radius is 0.9982488 estimated iterations to convergence 190 setup time was (sec) 0.8300000 now iterating at: 11:01:28 rms-change max change #iterations 2.865594 148.3416 at 10iterations 1.211771 57.60299 at 20iterations 0.5141429 21.55086 at 30iterations 0.2172584 10.13270 at 40iterations 9.1902889E-02 3.788139 at 50iterations 3.8911778E-02 1.575070 at 60iterations 1.6421640E-02 0.7548757 at 70iterations 6.9708815E-03 0.3321041 at 80iterations 2.9435616E-03 0.1120567 at 90iterations 1.2449777E-03 5.3313255E-02 at 100iterations 5.2673655E-04 2.3626328E-02 at 110iterations 2.2321960E-04 9.4928741E-03 at 120iterations finished qdiffx linear iterations at : 11:01:38 total time elapsed so far: 10.78000 # loops : 120 mean,max change (kT/e) : 2.2321960E-04 9.4928741E-03 energy calculations done at 10.78000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.97000 DelPhi exited at 11:01:39 10.971u 0.474s 0:11.92 95.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:01:39 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 = 1948 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 2.581498 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): -7.179000 34.15500 ymin,ymax (A): 6.536000 51.63100 zmin,zma (A): 5.053000 67.11000 x,y,z range (A): 41.33400 45.09500 62.05700 scale (grids/A): 2.581498 object centre (A): 13.48800 29.08350 36.08150 number of atom coordinates read : 1948 total number of charged atoms : 1816 net assigned charge : 2.000005 assigned positive charge : 286.0340 centred at (gu) : 90.18667 93.18648 93.15868 assigned negative charge : -284.0343 centred at (gu) : 90.22437 94.17207 93.19314 start vw surface at 0.1500000 fill in re-entrant regions at 0.4000000 boundary points on vw surface= 107761 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17456 grid for indexing accessible points = 1.400000 m= 50957 mr = 76199 m= 15625 mr = 41128 m= 2780 mr = 12443 m= 173 mr = 1953 m= 1 mr = 66 m= 0 mr = 0 time to grow re-entrant surface = 0.5999999 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.090000 number of dielectric boundary points 45508 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4 iepsmp to db, and charging done at 1.260000 number of grid points assigned charge 14524 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.720998 object centre at (A) : 13.48800 29.08350 36.08150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1830257 0.3523032 midg,1,midg; midg,igrid,midg 8.6138047E-02 -0.2008834 1,midg,midg; igrid,midg,midg -4.4066317E-02 -5.3113148E-02 gauss-seidel spectral radius is 0.9991245 estimated iterations to convergence 267 setup time was (sec) 1.480000 now iterating at: 11:01:41 rms-change max change #iterations 7.180979 284.9569 at 10iterations 3.964773 110.0970 at 20iterations 2.175398 59.70296 at 30iterations 1.193739 29.30737 at 40iterations 0.6528000 15.76438 at 50iterations 0.3564811 8.458302 at 60iterations 0.1944639 4.498639 at 70iterations 0.1061247 2.811418 at 80iterations 5.7899281E-02 1.367771 at 90iterations 3.1613655E-02 0.7881622 at 100iterations 1.7219994E-02 0.4160054 at 110iterations 9.4021419E-03 0.2129548 at 120iterations 5.1283850E-03 0.1157303 at 130iterations 2.7981345E-03 7.0827484E-02 at 140iterations 1.5244210E-03 3.4368038E-02 at 150iterations 8.3377224E-04 1.9721985E-02 at 160iterations 4.5416376E-04 1.1295795E-02 at 170iterations 2.4752322E-04 5.5265427E-03 at 180iterations finished qdiffx linear iterations at : 11:01:58 total time elapsed so far: 18.89000 # loops : 180 mean,max change (kT/e) : 2.4752322E-04 5.5265427E-03 energy calculations done at 18.89000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.09000 DelPhi exited at 11:01:59 19.094u 0.506s 0:19.97 98.0% 0+0k 0+0io 0pf+0w