Tue Oct 11 05:15:42 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 Tue Oct 11 2011 at 05:15:42 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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2304 !!! WARNING: HIZ 57 has a net charge of 0.2000 !!! WARNING: MG8 890 has a net charge of 1.4000 !!! WARNING: ZN8 891 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.6859609 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.35300 62.90500 ymin,ymax (A): -3.499000 33.61700 zmin,zma (A): 19.91900 71.81700 x,y,z range (A): 46.55200 37.11600 51.89800 scale (grids/A): 0.6859609 object centre (A): 39.62900 15.05900 45.86800 number of atom coordinates read : 2304 total number of charged atoms : 1982 net assigned charge : 9.000009 assigned positive charge : 323.9839 centred at (gu) : 91.22482 89.67066 89.22965 assigned negative charge : -314.9841 centred at (gu) : 91.32776 89.67807 89.15965 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 6705 nv = 96 ne = 84 npr = 42122 no. pairs analyzed = 42122 no. exposed pairs = 2551 no. arc points = 17396 no. surface atoms = 865 nbur = 1439 mkacc time = 8.9999989E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 454 mr = 3897 m= 4 mr = 73 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 3193 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1628 ## 143 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 7556 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.7789053E-08 5.7305034E-08 midg,1,midg; midg,igrid,midg 5.0954569E-08 4.0630951E-08 1,midg,midg; igrid,midg,midg 6.0110843E-08 1.7097092E-08 gauss-seidel spectral radius is 0.9889301 estimated iterations to convergence 77 setup time was (sec) 0.5200000 now iterating at: 05:15:43 rms-change max change #iterations 0.1811582 25.06158 at 10iterations 2.1046972E-02 2.722802 at 20iterations 2.4583698E-03 0.3854980 at 30iterations 2.8514196E-04 3.7677765E-02 at 40iterations 3.6206584E-05 5.8898926E-03 at 50iterations finished qdiffx linear iterations at : 05:15:45 total time elapsed so far: 2.960000 # loops : 50 mean,max change (kT/e) : 3.6206584E-05 5.8898926E-03 energy calculations done at 2.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.140000 DelPhi exited at 05:15:46 3.144u 0.141s 0:03.69 88.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 Tue Oct 11 2011 at 05:15: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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2304 !!! WARNING: HIZ 57 has a net charge of 0.2000 !!! WARNING: MG8 890 has a net charge of 1.4000 !!! WARNING: ZN8 891 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.057883 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.35300 62.90500 ymin,ymax (A): -3.499000 33.61700 zmin,zma (A): 19.91900 71.81700 x,y,z range (A): 46.55200 37.11600 51.89800 scale (grids/A): 2.057883 object centre (A): 39.62900 15.05900 45.86800 number of atom coordinates read : 2304 total number of charged atoms : 1982 net assigned charge : 9.000009 assigned positive charge : 323.9839 centred at (gu) : 93.67434 89.01205 87.68904 assigned negative charge : -314.9841 centred at (gu) : 93.98333 89.03454 87.47896 start vw surface at 0.1500000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 71765 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17396 grid for indexing accessible points = 1.400000 m= 28560 mr = 51330 m= 5240 mr = 21653 m= 450 mr = 3517 m= 6 mr = 229 m= 0 mr = 2 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5300000 number of dielectric boundary points 29290 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 90 iepsmp to db, and charging done at 0.6500000 number of grid points assigned charge 15702 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.6859609 object centre at (A) : 39.62900 15.05900 45.86800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.6123493E-02 4.8245139E-02 midg,1,midg; midg,igrid,midg 2.6722645E-02 2.2141417E-02 1,midg,midg; igrid,midg,midg 2.5087703E-02 2.6044020E-02 gauss-seidel spectral radius is 0.9987670 estimated iterations to convergence 226 setup time was (sec) 0.8300000 now iterating at: 05:15:47 rms-change max change #iterations 4.381639 232.0984 at 10iterations 2.136057 65.67007 at 20iterations 1.031915 32.74036 at 30iterations 0.5042320 15.29739 at 40iterations 0.2450795 7.378132 at 50iterations 0.1192662 3.722958 at 60iterations 5.8104150E-02 1.843174 at 70iterations 2.8260339E-02 0.8574905 at 80iterations 1.3812330E-02 0.4084206 at 90iterations 6.7416048E-03 0.1948318 at 100iterations 3.2674065E-03 9.7316742E-02 at 110iterations 1.5964974E-03 5.1309586E-02 at 120iterations finished qdiffx linear iterations at : 05:15:53 total time elapsed so far: 7.330000 # loops : 120 mean,max change (kT/e) : 1.5964974E-03 5.1309586E-02 energy calculations done at 7.330000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.500000 DelPhi exited at 05:15:54 7.500u 0.205s 0:08.23 93.5% 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 Tue Oct 11 2011 at 05:15:54 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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2304 !!! WARNING: HIZ 57 has a net charge of 0.2000 !!! WARNING: MG8 890 has a net charge of 1.4000 !!! WARNING: ZN8 891 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= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.086824 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.35300 62.90500 ymin,ymax (A): -3.499000 33.61700 zmin,zma (A): 19.91900 71.81700 x,y,z range (A): 46.55200 37.11600 51.89800 scale (grids/A): 3.086824 object centre (A): 39.62900 15.05900 45.86800 number of atom coordinates read : 2304 total number of charged atoms : 1982 net assigned charge : 9.000009 assigned positive charge : 323.9839 centred at (gu) : 95.51155 88.51796 86.53358 assigned negative charge : -314.9841 centred at (gu) : 95.97505 88.55177 86.21847 start vw surface at 0.1500000 fill in re-entrant regions at 0.7400000 boundary points on vw surface= 165558 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17396 grid for indexing accessible points = 1.400000 m= 89525 mr = 123315 m= 35541 mr = 74779 m= 9869 mr = 29193 m= 1872 mr = 7728 m= 182 mr = 1355 m= 2 mr = 121 m= 0 mr = 2 time to grow re-entrant surface = 0.8000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.640000 number of dielectric boundary points 66056 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.770000 number of grid points assigned charge 15856 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) : 2.057883 object centre at (A) : 39.62900 15.05900 45.86800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4086557 0.3736922 midg,1,midg; midg,igrid,midg 0.2435955 0.1995952 1,midg,midg; igrid,midg,midg 0.2315339 0.4798971 gauss-seidel spectral radius is 0.9992804 estimated iterations to convergence 294 setup time was (sec) 1.950000 now iterating at: 05:15:56 rms-change max change #iterations 9.936733 397.4858 at 10iterations 5.840891 135.3315 at 20iterations 3.426661 75.08191 at 30iterations 2.008544 40.29867 at 40iterations 1.173162 24.49736 at 50iterations 0.6863691 13.24431 at 60iterations 0.3999714 8.360912 at 70iterations 0.2333103 4.683243 at 80iterations 0.1358107 2.888006 at 90iterations 7.8863144E-02 1.421653 at 100iterations 4.6024483E-02 0.9117309 at 110iterations 2.6716007E-02 0.4866638 at 120iterations 1.5551173E-02 0.2817841 at 130iterations 9.0711247E-03 0.1945562 at 140iterations 5.2937069E-03 9.8744869E-02 at 150iterations 3.0934243E-03 5.3798676E-02 at 160iterations 1.8256974E-03 3.6652565E-02 at 170iterations 1.0918517E-03 2.2247314E-02 at 180iterations finished qdiffx linear iterations at : 05:16:07 total time elapsed so far: 12.38000 # loops : 180 mean,max change (kT/e) : 1.0918517E-03 2.2247314E-02 energy calculations done at 12.38000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.55000 DelPhi exited at 05:16:07 12.556u 0.228s 0:13.32 95.8% 0+0k 0+0io 0pf+0w