Mon Oct 10 14:03:29 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 14:03:30 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4618 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1300000 grid size : 179 scale,in grids/A, set to be: 0.5467671 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.93800 78.87900 ymin,ymax (A): 118.5760 183.6860 zmin,zma (A): -1.789000 59.49800 x,y,z range (A): 61.94100 65.10999 61.28700 scale (grids/A): 0.5467671 object centre (A): 47.90850 151.1310 28.85450 number of atom coordinates read : 4618 total number of charged atoms : 4447 net assigned charge : 2.000036 assigned positive charge : 708.7604 centred at (gu) : 91.61285 89.28360 87.35973 assigned negative charge : -706.7639 centred at (gu) : 91.54893 89.20233 87.37914 start vw surface at 0.2100000 fill in re-entrant regions at 0.2300000 boundary points on vw surface= 8822 nv = 96 ne = 84 npr = 93321 no. pairs analyzed = 93321 no. exposed pairs = 5489 no. arc points = 38465 no. surface atoms = 1850 nbur = 2768 mkacc time = 0.2600000 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.568000 m= 403 mr = 4788 m= 1 mr = 35 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 8 time to turn everything in is 0.5300000 number of dielectric boundary points 4403 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3960 ## 519 charges are in solution ## iepsmp to db, and charging done at 0.6600000 number of grid points assigned charge 11804 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.2762651E-10 -4.6530994E-11 midg,1,midg; midg,igrid,midg -9.1951052E-10 8.1978618E-10 1,midg,midg; igrid,midg,midg -3.8419490E-10 1.1962097E-09 gauss-seidel spectral radius is 0.9828745 estimated iterations to convergence 63 setup time was (sec) 0.8100000 now iterating at: 14:03:31 rms-change max change #iterations 9.4320059E-02 14.23357 at 10iterations 6.6258302E-03 0.9414063 at 20iterations 5.9501786E-04 8.9920044E-02 at 30iterations 1.2655614E-04 1.9753933E-02 at 40iterations 4.0057617E-05 6.2246323E-03 at 50iterations finished qdiffx linear iterations at : 14:03:34 total time elapsed so far: 4.110000 # loops : 50 mean,max change (kT/e) : 4.0057617E-05 6.2246323E-03 energy calculations done at 4.110000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.290000 DelPhi exited at 14:03:35 4.293u 0.245s 0:05.14 88.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 14:03: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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4618 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 1.640301 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.93800 78.87900 ymin,ymax (A): 118.5760 183.6860 zmin,zma (A): -1.789000 59.49800 x,y,z range (A): 61.94100 65.10999 61.28700 scale (grids/A): 1.640301 object centre (A): 47.90850 151.1310 28.85450 number of atom coordinates read : 4618 total number of charged atoms : 4447 net assigned charge : 2.000036 assigned positive charge : 708.7604 centred at (gu) : 94.83711 87.84951 82.07812 assigned negative charge : -706.7639 centred at (gu) : 94.64651 87.60638 82.13725 start vw surface at 0.2200000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 99227 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38465 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 30925 mr = 69653 m= 3596 mr = 21496 m= 123 mr = 1982 m= 0 mr = 19 time to grow re-entrant surface = 0.4300000 no. cavity mid-points inaccessible to solvent = 1040 time to turn everything in is 0.8700000 number of dielectric boundary points 40721 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 474 ## 3 charges are in solution ## iepsmp to db, and charging done at 1.010000 number of grid points assigned charge 34082 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.5467671 object centre at (A) : 47.90850 151.1310 28.85450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.9057007E-03 8.0504846E-03 midg,1,midg; midg,igrid,midg 1.3429714E-02 3.0422932E-02 1,midg,midg; igrid,midg,midg -2.0274617E-02 -1.3481753E-02 gauss-seidel spectral radius is 0.9983553 estimated iterations to convergence 196 setup time was (sec) 1.170000 now iterating at: 14:03:37 rms-change max change #iterations 4.384037 211.8905 at 10iterations 1.903311 74.82184 at 20iterations 0.8255181 34.37196 at 30iterations 0.3589132 11.21924 at 40iterations 0.1566023 5.266063 at 50iterations 6.8257615E-02 2.135139 at 60iterations 2.9803803E-02 0.9438858 at 70iterations 1.2987039E-02 0.3862095 at 80iterations 5.6465911E-03 0.1650984 at 90iterations 2.4751744E-03 7.5656891E-02 at 100iterations 1.0841271E-03 3.6277771E-02 at 110iterations 4.7794401E-04 1.3582230E-02 at 120iterations finished qdiffx linear iterations at : 14:03:45 total time elapsed so far: 9.660000 # loops : 120 mean,max change (kT/e) : 4.7794401E-04 1.3582230E-02 energy calculations done at 9.660000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.820000 DelPhi exited at 14:03:46 9.826u 0.297s 0:10.75 94.0% 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 14:03:46 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: 342 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4618 !!! WARNING: FAD 994 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 2.460452 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.93800 78.87900 ymin,ymax (A): 118.5760 183.6860 zmin,zma (A): -1.789000 59.49800 x,y,z range (A): 61.94100 65.10999 61.28700 scale (grids/A): 2.460452 object centre (A): 47.90850 151.1310 28.85450 number of atom coordinates read : 4618 total number of charged atoms : 4447 net assigned charge : 2.000036 assigned positive charge : 708.7604 centred at (gu) : 97.25538 86.77393 78.11695 assigned negative charge : -706.7639 centred at (gu) : 96.96958 86.40960 78.20575 start vw surface at 0.2100000 fill in re-entrant regions at 0.7000000 boundary points on vw surface= 231172 reading accessible surface arcs data from file ARCDAT no. of arc points read = 38465 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 107270 mr = 170393 m= 31557 mr = 85737 m= 5953 mr = 23858 m= 529 mr = 4258 m= 6 mr = 300 m= 0 mr = 0 time to grow re-entrant surface = 1.300000 no. cavity mid-points inaccessible to solvent = 3440 time to turn everything in is 2.140000 number of dielectric boundary points 91941 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 29 iepsmp to db, and charging done at 2.290000 number of grid points assigned charge 35534 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.640301 object centre at (A) : 47.90850 151.1310 28.85450 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.5987731E-03 0.1711589 midg,1,midg; midg,igrid,midg 0.2156437 0.5530724 1,midg,midg; igrid,midg,midg -0.3680111 -0.2520676 gauss-seidel spectral radius is 0.9992193 estimated iterations to convergence 283 setup time was (sec) 2.460000 now iterating at: 14:03:49 rms-change max change #iterations 11.18682 369.3960 at 10iterations 6.463780 157.8317 at 20iterations 3.710927 84.53277 at 30iterations 2.128840 41.23199 at 40iterations 1.216575 21.41417 at 50iterations 0.6920502 12.46339 at 60iterations 0.3936299 6.730973 at 70iterations 0.2234464 4.799595 at 80iterations 0.1269664 2.346151 at 90iterations 7.1961172E-02 1.211878 at 100iterations 4.0817454E-02 0.6768913 at 110iterations 2.3197908E-02 0.4082031 at 120iterations 1.3129796E-02 0.2215385 at 130iterations 7.4454313E-03 0.1310616 at 140iterations 4.2279111E-03 6.6581726E-02 at 150iterations 2.4020267E-03 4.2699814E-02 at 160iterations 1.3622477E-03 2.3227692E-02 at 170iterations 7.8195182E-04 1.2969971E-02 at 180iterations finished qdiffx linear iterations at : 14:04:03 total time elapsed so far: 16.74000 # loops : 180 mean,max change (kT/e) : 7.8195182E-04 1.2969971E-02 energy calculations done at 16.74000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.90000 DelPhi exited at 14:04:04 16.904u 0.337s 0:17.86 96.4% 0+0k 0+0io 0pf+0w