Sat Oct 15 14:43:43 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+sph2.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 = amb2.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 15 2011 at 14:43:43 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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2959 !!! WARNING: HIR 148 has a net charge of 0.5140 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.5420467 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.66900 31.00800 ymin,ymax (A): -21.08200 25.61900 zmin,zma (A): -40.46300 7.504000 x,y,z range (A): 65.67700 46.70100 47.96700 scale (grids/A): 0.5420467 object centre (A): -1.830502 2.268499 -16.47950 number of atom coordinates read : 2959 total number of charged atoms : 2818 net assigned charge : -4.485966 assigned positive charge : 445.0030 centred at (gu) : 89.42598 90.17219 90.50503 assigned negative charge : -449.4901 centred at (gu) : 89.34718 90.03499 90.56467 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 5565 nv = 96 ne = 84 npr = 59443 no. pairs analyzed = 59443 no. exposed pairs = 3913 no. arc points = 27393 no. surface atoms = 1324 nbur = 1635 mkacc time = 0.1000000 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.596000 m= 216 mr = 2743 m= 3 mr = 9 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.2100000 number of dielectric boundary points 3032 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2799 ## 394 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 7425 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.3807358E-11 -6.6147121E-10 midg,1,midg; midg,igrid,midg -9.9978403E-10 5.7117278E-10 1,midg,midg; igrid,midg,midg -8.0377266E-10 1.8641350E-10 gauss-seidel spectral radius is 0.9824573 estimated iterations to convergence 62 setup time was (sec) 0.4300000 now iterating at: 14:43:44 rms-change max change #iterations 7.1013942E-02 11.52511 at 10iterations 4.6036155E-03 0.6908455 at 20iterations 2.9783696E-04 6.6652298E-02 at 30iterations 1.9405279E-05 3.2672882E-03 at 40iterations 1.2629073E-06 1.9454956E-04 at 50iterations finished qdiffx linear iterations at : 14:43:47 total time elapsed so far: 3.560000 # loops : 50 mean,max change (kT/e) : 1.2629073E-06 1.9454956E-04 energy calculations done at 3.560000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.690000 DelPhi exited at 14:43:47 3.698u 0.214s 0:04.34 89.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 Sat Oct 15 2011 at 14:43:47 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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2959 !!! WARNING: HIR 148 has a net charge of 0.5140 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.626140 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.66900 31.00800 ymin,ymax (A): -21.08200 25.61900 zmin,zma (A): -40.46300 7.504000 x,y,z range (A): 65.67700 46.70100 47.96700 scale (grids/A): 1.626140 object centre (A): -1.830502 2.268499 -16.47950 number of atom coordinates read : 2959 total number of charged atoms : 2818 net assigned charge : -4.485966 assigned positive charge : 445.0030 centred at (gu) : 88.27703 90.51611 91.51460 assigned negative charge : -449.4901 centred at (gu) : 88.04111 90.10471 91.69357 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 62265 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27393 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 18058 mr = 41174 m= 1721 mr = 11893 m= 33 mr = 726 m= 0 mr = 3 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 849 time to turn everything in is 0.3100000 number of dielectric boundary points 28281 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 333 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 21604 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.5420467 object centre at (A) : -1.830502 2.268499 -16.47950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.9536787E-04 -4.3574376E-03 midg,1,midg; midg,igrid,midg -1.5069161E-02 7.0838383E-03 1,midg,midg; igrid,midg,midg -2.0999834E-02 -2.7721329E-03 gauss-seidel spectral radius is 0.9981673 estimated iterations to convergence 186 setup time was (sec) 0.5400000 now iterating at: 14:43:48 rms-change max change #iterations 3.306454 145.6091 at 10iterations 1.368536 58.17215 at 20iterations 0.5666895 22.76230 at 30iterations 0.2355320 9.665277 at 40iterations 9.7309634E-02 3.811940 at 50iterations 4.0286936E-02 1.480011 at 60iterations 1.6712379E-02 0.5758820 at 70iterations 6.9563952E-03 0.2883301 at 80iterations 2.8840490E-03 0.1177139 at 90iterations 1.1974790E-03 4.3361664E-02 at 100iterations 4.9710798E-04 1.7852575E-02 at 110iterations 2.0668897E-04 8.7089539E-03 at 120iterations finished qdiffx linear iterations at : 14:44:02 total time elapsed so far: 7.930000 # loops : 120 mean,max change (kT/e) : 2.0668897E-04 8.7089539E-03 energy calculations done at 7.930000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.060000 DelPhi exited at 14:44:03 8.062u 0.237s 0:15.53 53.3% 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 15 2011 at 14:44: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: 294 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2959 !!! WARNING: HIR 148 has a net charge of 0.5140 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.439210 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.66900 31.00800 ymin,ymax (A): -21.08200 25.61900 zmin,zma (A): -40.46300 7.504000 x,y,z range (A): 65.67700 46.70100 47.96700 scale (grids/A): 2.439210 object centre (A): -1.830502 2.268499 -16.47950 number of atom coordinates read : 2959 total number of charged atoms : 2818 net assigned charge : -4.485966 assigned positive charge : 445.0030 centred at (gu) : 87.41548 90.77380 92.27166 assigned negative charge : -449.4901 centred at (gu) : 87.06159 90.15688 92.54019 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 144740 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27393 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 63337 mr = 100955 m= 17019 mr = 49086 m= 2493 mr = 12274 m= 136 mr = 1500 m= 1 mr = 57 m= 0 mr = 0 time to grow re-entrant surface = 0.4200000 no. cavity mid-points inaccessible to solvent = 2719 time to turn everything in is 0.7600000 number of dielectric boundary points 63854 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 29 iepsmp to db, and charging done at 0.8500000 number of grid points assigned charge 22514 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.626140 object centre at (A) : -1.830502 2.268499 -16.47950 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.6938887E-02 -4.4008099E-02 midg,1,midg; midg,igrid,midg -0.2024037 0.1189032 1,midg,midg; igrid,midg,midg -0.5385328 3.4917511E-02 gauss-seidel spectral radius is 0.9991374 estimated iterations to convergence 269 setup time was (sec) 1.000000 now iterating at: 14:44:04 rms-change max change #iterations 8.651155 283.5176 at 10iterations 4.833228 113.8673 at 20iterations 2.692534 63.87363 at 30iterations 1.492115 40.40486 at 40iterations 0.8235765 18.64052 at 50iterations 0.4554582 9.879900 at 60iterations 0.2506750 5.364390 at 70iterations 0.1384770 3.082960 at 80iterations 7.5997107E-02 1.520319 at 90iterations 4.1685678E-02 0.8580742 at 100iterations 2.2855744E-02 0.4802589 at 110iterations 1.2562360E-02 0.2592888 at 120iterations 6.8976348E-03 0.1539974 at 130iterations 3.7887730E-03 9.3841553E-02 at 140iterations 2.0730777E-03 4.6513557E-02 at 150iterations 1.1393609E-03 2.9862404E-02 at 160iterations 6.2348018E-04 1.2735367E-02 at 170iterations 3.4294490E-04 7.4996948E-03 at 180iterations finished qdiffx linear iterations at : 14:44:19 total time elapsed so far: 12.87000 # loops : 180 mean,max change (kT/e) : 3.4294490E-04 7.4996948E-03 energy calculations done at 12.87000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.00000 DelPhi exited at 14:44:20 13.004u 0.263s 0:16.86 78.6% 0+0k 0+0io 0pf+0w