Sun Oct 9 14:14: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 Sun Oct 9 2011 at 14:14: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 = 2698 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.5705311 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.7000022E-02 52.20500 ymin,ymax (A): -8.323000 39.83600 zmin,zma (A): -15.53300 46.86500 x,y,z range (A): 52.28200 48.15900 62.39800 scale (grids/A): 0.5705311 object centre (A): 26.06400 15.75650 15.66600 number of atom coordinates read : 2698 total number of charged atoms : 2558 net assigned charge : 7.000018 assigned positive charge : 408.5364 centred at (gu) : 89.65057 90.11707 88.49671 assigned negative charge : -401.5374 centred at (gu) : 89.60538 90.01934 88.53281 start vw surface at 0.1600000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 5753 nv = 96 ne = 84 npr = 53248 no. pairs analyzed = 53248 no. exposed pairs = 3522 no. arc points = 25164 no. surface atoms = 1180 nbur = 1518 mkacc time = 0.1300000 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.512000 m= 228 mr = 2849 m= 1 mr = 8 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 3125 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2553 ## 310 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 7370 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.2863393E-09 4.0508130E-10 midg,1,midg; midg,igrid,midg -3.3058337E-10 2.5472915E-09 1,midg,midg; igrid,midg,midg 4.6240548E-10 1.5968022E-09 gauss-seidel spectral radius is 0.9841280 estimated iterations to convergence 65 setup time was (sec) 0.5300000 now iterating at: 14:14:27 rms-change max change #iterations 8.7045819E-02 14.99007 at 10iterations 6.3439622E-03 1.177761 at 20iterations 4.8640967E-04 7.9776764E-02 at 30iterations 4.3981261E-05 7.4119568E-03 at 40iterations 7.0037850E-06 1.2979507E-03 at 50iterations finished qdiffx linear iterations at : 14:14:30 total time elapsed so far: 3.150000 # loops : 50 mean,max change (kT/e) : 7.0037850E-06 1.2979507E-03 energy calculations done at 3.150000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.340000 DelPhi exited at 14:14:31 3.342u 0.158s 0:03.87 90.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 Sun Oct 9 2011 at 14:14:31 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 = 2698 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: 1.711593 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.7000022E-02 52.20500 ymin,ymax (A): -8.323000 39.83600 zmin,zma (A): -15.53300 46.86500 x,y,z range (A): 52.28200 48.15900 62.39800 scale (grids/A): 1.711593 object centre (A): 26.06400 15.75650 15.66600 number of atom coordinates read : 2698 total number of charged atoms : 2558 net assigned charge : 7.000018 assigned positive charge : 408.5364 centred at (gu) : 88.95097 90.35059 85.48921 assigned negative charge : -401.5374 centred at (gu) : 88.81586 90.05791 85.59812 start vw surface at 0.1600000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 62977 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25164 grid for indexing accessible points = 1.400000 m= 19992 mr = 41618 m= 2299 mr = 13522 m= 73 mr = 1114 m= 1 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4900000 number of dielectric boundary points 29081 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 290 iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 19772 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.5705311 object centre at (A) : 26.06400 15.75650 15.66600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.1424052E-02 1.2276974E-02 midg,1,midg; midg,igrid,midg -1.6248247E-03 4.0695309E-03 1,midg,midg; igrid,midg,midg -1.1000790E-02 -1.0316342E-03 gauss-seidel spectral radius is 0.9983338 estimated iterations to convergence 194 setup time was (sec) 0.7700000 now iterating at: 14:14:32 rms-change max change #iterations 3.466987 179.3616 at 10iterations 1.490923 60.04448 at 20iterations 0.6470113 22.45787 at 30iterations 0.2800645 11.49537 at 40iterations 0.1206671 4.542687 at 50iterations 5.2119937E-02 1.950810 at 60iterations 2.2450380E-02 0.7821274 at 70iterations 9.7406534E-03 0.3638287 at 80iterations 4.2032492E-03 0.1504364 at 90iterations 1.8256659E-03 6.3098907E-02 at 100iterations 7.9039717E-04 2.7363300E-02 at 110iterations 3.4342101E-04 1.2073517E-02 at 120iterations finished qdiffx linear iterations at : 14:14:38 total time elapsed so far: 7.200000 # loops : 120 mean,max change (kT/e) : 3.4342101E-04 1.2073517E-02 energy calculations done at 7.200000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.380000 DelPhi exited at 14:14:38 7.385u 0.184s 0:07.87 96.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 Sun Oct 9 2011 at 14:14: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 = 2698 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.567390 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.7000022E-02 52.20500 ymin,ymax (A): -8.323000 39.83600 zmin,zma (A): -15.53300 46.86500 x,y,z range (A): 52.28200 48.15900 62.39800 scale (grids/A): 2.567390 object centre (A): 26.06400 15.75650 15.66600 number of atom coordinates read : 2698 total number of charged atoms : 2558 net assigned charge : 7.000018 assigned positive charge : 408.5364 centred at (gu) : 88.42622 90.52564 83.23367 assigned negative charge : -401.5374 centred at (gu) : 88.22379 90.08678 83.39711 start vw surface at 0.1600000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 145877 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25164 grid for indexing accessible points = 1.400000 m= 67880 mr = 101974 m= 20398 mr = 52892 m= 3528 mr = 15206 m= 345 mr = 2224 m= 5 mr = 164 m= 0 mr = 0 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.160000 number of dielectric boundary points 65573 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 6 iepsmp to db, and charging done at 1.300000 number of grid points assigned charge 20448 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.711593 object centre at (A) : 26.06400 15.75650 15.66600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.159526 0.1813909 midg,1,midg; midg,igrid,midg -4.4011556E-02 1.1362540E-02 1,midg,midg; igrid,midg,midg -0.1153957 -3.9399862E-02 gauss-seidel spectral radius is 0.9991812 estimated iterations to convergence 276 setup time was (sec) 1.460000 now iterating at: 14:14:40 rms-change max change #iterations 8.829300 280.9318 at 10iterations 5.093207 152.3262 at 20iterations 2.922566 78.28000 at 30iterations 1.659186 46.31747 at 40iterations 0.9401674 22.17990 at 50iterations 0.5308801 11.71607 at 60iterations 0.2990197 6.493567 at 70iterations 0.1680194 3.696744 at 80iterations 9.4221532E-02 2.002544 at 90iterations 5.2810367E-02 1.087291 at 100iterations 2.9583583E-02 0.6271324 at 110iterations 1.6574113E-02 0.3748093 at 120iterations 9.2788739E-03 0.2047157 at 130iterations 5.1827724E-03 0.1268768 at 140iterations 2.8911014E-03 5.6545734E-02 at 150iterations 1.6199768E-03 4.1676641E-02 at 160iterations 9.0574456E-04 1.8646657E-02 at 170iterations 5.0773483E-04 1.1541605E-02 at 180iterations finished qdiffx linear iterations at : 14:14:50 total time elapsed so far: 11.68000 # loops : 180 mean,max change (kT/e) : 5.0773483E-04 1.1541605E-02 energy calculations done at 11.68000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.87000 DelPhi exited at 14:14:51 11.872u 0.170s 0:12.32 97.7% 0+0k 0+0io 0pf+0w