Wed Dec 21 14:20:47 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 21 2011 at 14:20:48 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1958 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.5958458 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): -34.97100 10.38100 ymin,ymax (A): 0.6520001 41.13700 zmin,zma (A): -0.8149999 58.93200 x,y,z range (A): 45.35200 40.48500 59.74700 scale (grids/A): 0.5958458 object centre (A): -12.29500 20.89450 29.05850 number of atom coordinates read : 1958 total number of charged atoms : 1826 net assigned charge : 4.000004 assigned positive charge : 287.8221 centred at (gu) : 90.22520 89.70758 89.30443 assigned negative charge : -283.8223 centred at (gu) : 90.19036 89.81245 89.30416 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 4625 nv = 96 ne = 84 npr = 40552 no. pairs analyzed = 40552 no. exposed pairs = 2396 no. arc points = 16925 no. surface atoms = 813 nbur = 1145 mkacc time = 7.0000008E-02 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= 218 mr = 2551 m= 1 mr = 32 m= 0 mr = 0 time to grow re-entrant surface = 7.9999998E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1600000 number of dielectric boundary points 2261 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1724 ## 231 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 5712 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.7273698E-09 1.2811083E-09 midg,1,midg; midg,igrid,midg 4.1864392E-09 -9.3165220E-10 1,midg,midg; igrid,midg,midg 6.3619199E-10 2.4200761E-09 gauss-seidel spectral radius is 0.9853677 estimated iterations to convergence 68 setup time was (sec) 0.3600000 now iterating at: 14:20:48 rms-change max change #iterations 8.6385801E-02 16.23351 at 10iterations 7.0685949E-03 1.380367 at 20iterations 5.8841967E-04 0.1034737 at 30iterations 4.9701706E-05 8.2168579E-03 at 40iterations 4.2038364E-06 7.7056885E-04 at 50iterations finished qdiffx linear iterations at : 14:20:52 total time elapsed so far: 3.680000 # loops : 50 mean,max change (kT/e) : 4.2038364E-06 7.7056885E-04 energy calculations done at 3.680000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.810000 DelPhi exited at 14:20:52 3.810u 0.243s 0:04.46 90.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 Wed Dec 21 2011 at 14:20:52 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1958 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.787537 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): -34.97100 10.38100 ymin,ymax (A): 0.6520001 41.13700 zmin,zma (A): -0.8149999 58.93200 x,y,z range (A): 45.35200 40.48500 59.74700 scale (grids/A): 1.787537 object centre (A): -12.29500 20.89450 29.05850 number of atom coordinates read : 1958 total number of charged atoms : 1826 net assigned charge : 4.000004 assigned positive charge : 287.8221 centred at (gu) : 90.67535 89.12260 87.91332 assigned negative charge : -283.8223 centred at (gu) : 90.57115 89.43750 87.91278 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 50180 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16925 grid for indexing accessible points = 1.400000 m= 17369 mr = 34544 m= 2224 mr = 12891 m= 96 mr = 1398 m= 0 mr = 30 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 149 time to turn everything in is 0.3000000 number of dielectric boundary points 21006 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 174 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 14272 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.5958458 object centre at (A) : -12.29500 20.89450 29.05850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.4061730E-02 2.5356315E-02 midg,1,midg; midg,igrid,midg 3.9186520E-03 -1.2625732E-03 1,midg,midg; igrid,midg,midg -1.4218043E-03 -1.8691908E-03 gauss-seidel spectral radius is 0.9983695 estimated iterations to convergence 197 setup time was (sec) 0.6500000 now iterating at: 14:20:53 rms-change max change #iterations 3.112117 151.1141 at 10iterations 1.351910 54.72964 at 20iterations 0.5913404 28.08778 at 30iterations 0.2576738 10.07140 at 40iterations 0.1116895 4.309387 at 50iterations 4.9157795E-02 2.051376 at 60iterations 2.1376435E-02 0.8857689 at 70iterations 9.3084238E-03 0.3579264 at 80iterations 4.0570321E-03 0.1647797 at 90iterations 1.7732516E-03 6.8656921E-02 at 100iterations 7.7353552E-04 3.1959534E-02 at 110iterations 3.3838590E-04 1.4308929E-02 at 120iterations finished qdiffx linear iterations at : 14:21:02 total time elapsed so far: 9.460000 # loops : 120 mean,max change (kT/e) : 3.3838590E-04 1.4308929E-02 energy calculations done at 9.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.580000 DelPhi exited at 14:21:03 9.586u 0.443s 0:10.88 92.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 Wed Dec 21 2011 at 14:21:03 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: 252 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1958 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.681306 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): -34.97100 10.38100 ymin,ymax (A): 0.6520001 41.13700 zmin,zma (A): -0.8149999 58.93200 x,y,z range (A): 45.35200 40.48500 59.74700 scale (grids/A): 2.681306 object centre (A): -12.29500 20.89450 29.05850 number of atom coordinates read : 1958 total number of charged atoms : 1826 net assigned charge : 4.000004 assigned positive charge : 287.8221 centred at (gu) : 91.01298 88.68392 86.86990 assigned negative charge : -283.8223 centred at (gu) : 90.85683 89.15636 86.86918 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 116050 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16925 grid for indexing accessible points = 1.400000 m= 57672 mr = 83535 m= 19159 mr = 47444 m= 3884 mr = 15585 m= 488 mr = 2956 m= 22 mr = 353 m= 0 mr = 6 time to grow re-entrant surface = 0.3800000 no. cavity mid-points inaccessible to solvent = 462 time to turn everything in is 0.7200000 number of dielectric boundary points 47396 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 0.8400000 number of grid points assigned charge 14607 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.787537 object centre at (A) : -12.29500 20.89450 29.05850 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1499824 0.2800939 midg,1,midg; midg,igrid,midg 1.3048897E-02 -1.6192155E-02 1,midg,midg; igrid,midg,midg -3.7260395E-02 -5.0449379E-02 gauss-seidel spectral radius is 0.9991618 estimated iterations to convergence 273 setup time was (sec) 1.030000 now iterating at: 14:21:04 rms-change max change #iterations 7.542929 280.0908 at 10iterations 4.221005 126.2807 at 20iterations 2.357342 58.29959 at 30iterations 1.314049 30.22424 at 40iterations 0.7278037 16.38234 at 50iterations 0.4026349 8.695065 at 60iterations 0.2231159 4.814082 at 70iterations 0.1235927 2.637254 at 80iterations 6.8078339E-02 1.476105 at 90iterations 3.7807208E-02 0.8569870 at 100iterations 2.0885348E-02 0.4390748 at 110iterations 1.1548886E-02 0.2763054 at 120iterations 6.4071263E-03 0.1349354 at 130iterations 3.5323154E-03 7.5839996E-02 at 140iterations 1.9540596E-03 5.0018311E-02 at 150iterations 1.0788883E-03 2.3330688E-02 at 160iterations 5.9603527E-04 1.3734579E-02 at 170iterations 3.3054987E-04 7.3661804E-03 at 180iterations finished qdiffx linear iterations at : 14:21:18 total time elapsed so far: 14.07000 # loops : 180 mean,max change (kT/e) : 3.3054987E-04 7.3661804E-03 energy calculations done at 14.07000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.19000 DelPhi exited at 14:21:21 14.195u 0.476s 0:18.37 79.8% 0+0k 0+0io 0pf+0w