Sat Oct 8 13:42:16 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 Sat Oct 8 2011 at 13:42:16 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3003 !!! WARNING: GLU 313 has a net charge of -0.2720 !!! WARNING: NDP 318 has a net charge of -3.0000 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.6397700 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): -12.21800 43.42700 ymin,ymax (A): -22.89900 22.44100 zmin,zma (A): -6.555000 47.83300 x,y,z range (A): 55.64500 45.34000 54.38800 scale (grids/A): 0.6397700 object centre (A): 15.60450 -0.2290001 20.63900 number of atom coordinates read : 3003 total number of charged atoms : 2858 net assigned charge : 0.7280081 assigned positive charge : 449.4706 centred at (gu) : 88.79440 89.77003 91.27180 assigned negative charge : -448.7433 centred at (gu) : 88.72183 89.61761 91.28352 start vw surface at 0.1000000 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 8132 nv = 96 ne = 84 npr = 62956 no. pairs analyzed = 62956 no. exposed pairs = 3377 no. arc points = 23787 no. surface atoms = 1149 nbur = 1854 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 395 mr = 4748 m= 4 mr = 53 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 5 time to turn everything in is 0.2300000 number of dielectric boundary points 3730 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2296 ## 201 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 9900 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.1684325E-09 -4.0753723E-10 midg,1,midg; midg,igrid,midg -2.0432587E-08 2.0263011E-08 1,midg,midg; igrid,midg,midg -1.1094736E-08 8.3998604E-09 gauss-seidel spectral radius is 0.9873726 estimated iterations to convergence 73 setup time was (sec) 0.4400000 now iterating at: 13:42:16 rms-change max change #iterations 0.1547616 22.69345 at 10iterations 1.5439637E-02 2.217455 at 20iterations 1.5790522E-03 0.2124825 at 30iterations 1.6042449E-04 2.3117065E-02 at 40iterations 1.7308474E-05 2.2048950E-03 at 50iterations finished qdiffx linear iterations at : 13:42:20 total time elapsed so far: 3.610000 # loops : 50 mean,max change (kT/e) : 1.7308474E-05 2.2048950E-03 energy calculations done at 3.610000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.750000 DelPhi exited at 13:42:20 3.751u 0.213s 0:04.25 93.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 Sat Oct 8 2011 at 13:42:20 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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3003 !!! WARNING: GLU 313 has a net charge of -0.2720 !!! WARNING: NDP 318 has a net charge of -3.0000 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.919310 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): -12.21800 43.42700 ymin,ymax (A): -22.89900 22.44100 zmin,zma (A): -6.555000 47.83300 x,y,z range (A): 55.64500 45.34000 54.38800 scale (grids/A): 1.919310 object centre (A): 15.60450 -0.2290001 20.63900 number of atom coordinates read : 3003 total number of charged atoms : 2858 net assigned charge : 0.7280081 assigned positive charge : 449.4706 centred at (gu) : 86.38263 89.30993 93.81463 assigned negative charge : -448.7433 centred at (gu) : 86.16512 88.85258 93.85017 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 88533 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23787 grid for indexing accessible points = 1.400000 m= 31300 mr = 63796 m= 4593 mr = 23614 m= 306 mr = 2812 m= 6 mr = 136 m= 0 mr = 0 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 194 time to turn everything in is 0.4300000 number of dielectric boundary points 34380 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 174 iepsmp to db, and charging done at 0.5200000 number of grid points assigned charge 22509 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.6397700 object centre at (A) : 15.60450 -0.2290001 20.63900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.9156730E-03 4.3933270E-03 midg,1,midg; midg,igrid,midg -4.0000551E-03 2.9675461E-02 1,midg,midg; igrid,midg,midg -3.7284814E-02 1.6043343E-02 gauss-seidel spectral radius is 0.9986879 estimated iterations to convergence 219 setup time was (sec) 0.6800000 now iterating at: 13:42:21 rms-change max change #iterations 4.666639 168.7302 at 10iterations 2.223920 65.50497 at 20iterations 1.059308 32.99530 at 30iterations 0.5051074 15.09403 at 40iterations 0.2397763 6.991734 at 50iterations 0.1139344 3.532072 at 60iterations 5.4472201E-02 1.617785 at 70iterations 2.5898820E-02 0.7323074 at 80iterations 1.2345923E-02 0.3892078 at 90iterations 5.8604451E-03 0.1607513 at 100iterations 2.7915272E-03 8.6776733E-02 at 110iterations 1.3334868E-03 3.8917542E-02 at 120iterations finished qdiffx linear iterations at : 13:42:29 total time elapsed so far: 8.810000 # loops : 120 mean,max change (kT/e) : 1.3334868E-03 3.8917542E-02 energy calculations done at 8.810000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.950000 DelPhi exited at 13:42:30 8.949u 0.270s 0:09.49 97.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 Sat Oct 8 2011 at 13:42: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: 284 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3003 !!! WARNING: GLU 313 has a net charge of -0.2720 !!! WARNING: NDP 318 has a net charge of -3.0000 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.878965 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): -12.21800 43.42700 ymin,ymax (A): -22.89900 22.44100 zmin,zma (A): -6.555000 47.83300 x,y,z range (A): 55.64500 45.34000 54.38800 scale (grids/A): 2.878965 object centre (A): 15.60450 -0.2290001 20.63900 number of atom coordinates read : 3003 total number of charged atoms : 2858 net assigned charge : 0.7280081 assigned positive charge : 449.4706 centred at (gu) : 84.57381 88.96481 95.72185 assigned negative charge : -448.7433 centred at (gu) : 84.24776 88.27890 95.77521 start vw surface at 0.1000000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 205211 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23787 grid for indexing accessible points = 1.400000 m= 103431 mr = 154023 m= 35419 mr = 86262 m= 8146 mr = 28662 m= 1297 mr = 6026 m= 100 mr = 904 m= 1 mr = 55 m= 0 mr = 0 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 673 time to turn everything in is 1.160000 number of dielectric boundary points 77673 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.260000 number of grid points assigned charge 22863 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.919310 object centre at (A) : 15.60450 -0.2290001 20.63900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.0605506E-02 0.1730305 midg,1,midg; midg,igrid,midg -2.0872593E-02 0.3023990 1,midg,midg; igrid,midg,midg -0.5938208 0.2044879 gauss-seidel spectral radius is 0.9992751 estimated iterations to convergence 293 setup time was (sec) 1.430000 now iterating at: 13:42:31 rms-change max change #iterations 10.83831 371.9993 at 10iterations 6.331832 126.0532 at 20iterations 3.675162 69.71857 at 30iterations 2.132680 37.74312 at 40iterations 1.235300 22.94575 at 50iterations 0.7167130 13.37621 at 60iterations 0.4137923 6.673800 at 70iterations 0.2395462 4.055038 at 80iterations 0.1386459 2.341148 at 90iterations 8.0126643E-02 1.296821 at 100iterations 4.6286706E-02 0.8190084 at 110iterations 2.6723821E-02 0.4939976 at 120iterations 1.5455350E-02 0.2614450 at 130iterations 8.9305220E-03 0.1430955 at 140iterations 5.1515051E-03 9.0535164E-02 at 150iterations 2.9715498E-03 4.8545837E-02 at 160iterations 1.7185032E-03 3.1397820E-02 at 170iterations 9.9396706E-04 1.5968323E-02 at 180iterations finished qdiffx linear iterations at : 13:42:45 total time elapsed so far: 14.79000 # loops : 180 mean,max change (kT/e) : 9.9396706E-04 1.5968323E-02 energy calculations done at 14.79000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.92000 DelPhi exited at 13:42:45 14.926u 0.297s 0:15.51 98.0% 0+0k 0+0io 0pf+0w