Sat Oct 8 12:39:33 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 12:39:33 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 = 2346 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.5885854 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): -18.50600 26.50100 ymin,ymax (A): -15.92900 32.13400 zmin,zma (A): 16.66900 77.15300 x,y,z range (A): 45.00700 48.06300 60.48400 scale (grids/A): 0.5885854 object centre (A): 3.997499 8.102499 46.91100 number of atom coordinates read : 2346 total number of charged atoms : 2212 net assigned charge : 3.000005 assigned positive charge : 317.2136 centred at (gu) : 88.85383 89.14463 89.16982 assigned negative charge : -314.2143 centred at (gu) : 88.82954 89.21704 89.44941 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 5448 nv = 96 ne = 84 npr = 49726 no. pairs analyzed = 49726 no. exposed pairs = 3113 no. arc points = 21506 no. surface atoms = 1072 nbur = 1274 mkacc time = 0.1200000 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= 292 mr = 2681 m= 1 mr = 17 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.2900000 number of dielectric boundary points 3043 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2138 ## 170 charges are in solution ## iepsmp to db, and charging done at 0.4000000 number of grid points assigned charge 6769 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 7.7619919E-09 -4.2033643E-09 midg,1,midg; midg,igrid,midg 2.8067040E-09 -5.4580857E-10 1,midg,midg; igrid,midg,midg 4.1063355E-10 1.0214912E-09 gauss-seidel spectral radius is 0.9850551 estimated iterations to convergence 67 setup time was (sec) 0.5800000 now iterating at: 12:39:34 rms-change max change #iterations 8.4827654E-02 14.74966 at 10iterations 7.5931768E-03 1.240782 at 20iterations 1.6019272E-03 0.3270721 at 30iterations 6.1361049E-04 0.1286736 at 40iterations 2.4679920E-04 5.2116394E-02 at 50iterations finished qdiffx linear iterations at : 12:39:38 total time elapsed so far: 4.520000 # loops : 50 mean,max change (kT/e) : 2.4679920E-04 5.2116394E-02 energy calculations done at 4.520000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.690000 DelPhi exited at 12:39:38 4.695u 0.397s 0:05.36 94.7% 0+0k 0+0io 6pf+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 12:39:38 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 = 2346 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.765756 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): -18.50600 26.50100 ymin,ymax (A): -15.92900 32.13400 zmin,zma (A): 16.66900 77.15300 x,y,z range (A): 45.00700 48.06300 60.48400 scale (grids/A): 1.765756 object centre (A): 3.997499 8.102499 46.91100 number of atom coordinates read : 2346 total number of charged atoms : 2212 net assigned charge : 3.000005 assigned positive charge : 317.2136 centred at (gu) : 86.56124 87.43357 87.50908 assigned negative charge : -314.2143 centred at (gu) : 86.48879 87.65125 88.34838 start vw surface at 0.1100000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 59123 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21506 grid for indexing accessible points = 1.400000 m= 19229 mr = 38656 m= 2676 mr = 12844 m= 101 mr = 1386 m= 1 mr = 18 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 403 time to turn everything in is 0.5000000 number of dielectric boundary points 28226 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 147 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6200000 number of grid points assigned charge 17261 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.5885854 object centre at (A) : 3.997499 8.102499 46.91100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.2298244E-02 -1.6658213E-02 midg,1,midg; midg,igrid,midg 5.6371400E-03 -8.6131022E-06 1,midg,midg; igrid,midg,midg -8.3387009E-04 3.5695832E-03 gauss-seidel spectral radius is 0.9983982 estimated iterations to convergence 198 setup time was (sec) 0.8200000 now iterating at: 12:39:39 rms-change max change #iterations 3.205216 182.1550 at 10iterations 1.398408 56.40926 at 20iterations 0.6143616 27.02525 at 30iterations 0.2700278 9.609871 at 40iterations 0.1191183 4.303001 at 50iterations 5.2742299E-02 2.082952 at 60iterations 2.3464393E-02 0.8710625 at 70iterations 1.0643513E-02 0.4081001 at 80iterations 5.0770119E-03 0.2099991 at 90iterations 2.6767938E-03 0.1214905 at 100iterations 1.5803665E-03 7.4424744E-02 at 110iterations 1.0483507E-03 4.4319153E-02 at 120iterations finished qdiffx linear iterations at : 12:39:50 total time elapsed so far: 11.05000 # loops : 120 mean,max change (kT/e) : 1.0483507E-03 4.4319153E-02 energy calculations done at 11.05000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.23000 DelPhi exited at 12:39:50 11.231u 0.465s 0:11.95 97.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 8 2011 at 12:39:50 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 = 2346 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.648634 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): -18.50600 26.50100 ymin,ymax (A): -15.92900 32.13400 zmin,zma (A): 16.66900 77.15300 x,y,z range (A): 45.00700 48.06300 60.48400 scale (grids/A): 2.648634 object centre (A): 3.997499 8.102499 46.91100 number of atom coordinates read : 2346 total number of charged atoms : 2212 net assigned charge : 3.000005 assigned positive charge : 317.2136 centred at (gu) : 84.84181 86.15017 86.26357 assigned negative charge : -314.2143 centred at (gu) : 84.73314 86.47694 87.52254 start vw surface at 0.1100000 fill in re-entrant regions at 0.4100000 boundary points on vw surface= 136895 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21506 grid for indexing accessible points = 1.400000 m= 62930 mr = 94605 m= 21213 mr = 48713 m= 4358 mr = 15722 m= 417 mr = 2963 m= 6 mr = 224 m= 0 mr = 0 time to grow re-entrant surface = 0.7400000 no. cavity mid-points inaccessible to solvent = 1560 time to turn everything in is 1.260000 number of dielectric boundary points 63592 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.410000 number of grid points assigned charge 17692 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.765756 object centre at (A) : 3.997499 8.102499 46.91100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.5957830 -0.1753863 midg,1,midg; midg,igrid,midg 4.9573414E-02 1.8623384E-03 1,midg,midg; igrid,midg,midg -2.8584396E-02 2.6358331E-02 gauss-seidel spectral radius is 0.9991891 estimated iterations to convergence 277 setup time was (sec) 1.620000 now iterating at: 12:39:52 rms-change max change #iterations 7.866377 325.1422 at 10iterations 4.458995 148.9567 at 20iterations 2.512548 68.52657 at 30iterations 1.415566 29.54078 at 40iterations 0.7949294 17.70503 at 50iterations 0.4463104 11.75815 at 60iterations 0.2507361 5.552332 at 70iterations 0.1402297 3.196143 at 80iterations 7.8666501E-02 1.715416 at 90iterations 4.4149384E-02 0.9879112 at 100iterations 2.4771266E-02 0.5345497 at 110iterations 1.3966651E-02 0.2970600 at 120iterations 7.9350024E-03 0.1798935 at 130iterations 4.5721452E-03 0.1105461 at 140iterations 2.7206852E-03 7.7842712E-02 at 150iterations 1.6968953E-03 4.4239044E-02 at 160iterations 1.1416259E-03 2.9533386E-02 at 170iterations 8.2925492E-04 2.1263123E-02 at 180iterations finished qdiffx linear iterations at : 12:40:10 total time elapsed so far: 18.98000 # loops : 180 mean,max change (kT/e) : 8.2925492E-04 2.1263123E-02 energy calculations done at 18.98000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 19.15000 DelPhi exited at 12:40:10 19.151u 0.491s 0:19.92 98.5% 0+0k 0+0io 0pf+0w