Sat Oct 8 18:25:59 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 18:25:59 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 = 3420 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5807220 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): -26.41300 27.01000 ymin,ymax (A): -34.10200 27.20100 zmin,zma (A): -39.99700 18.24200 x,y,z range (A): 53.42300 61.30300 58.23900 scale (grids/A): 0.5807220 object centre (A): 0.2985001 -3.450499 -10.87750 number of atom coordinates read : 3420 total number of charged atoms : 3274 net assigned charge : 7.500026 assigned positive charge : 519.2993 centred at (gu) : 89.05101 89.07761 88.82332 assigned negative charge : -511.8008 centred at (gu) : 89.09150 89.11493 88.86149 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 7894 nv = 96 ne = 84 npr = 65588 no. pairs analyzed = 65588 no. exposed pairs = 4721 no. arc points = 34057 no. surface atoms = 1549 nbur = 1871 mkacc time = 0.1900000 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.484000 m= 414 mr = 3964 m= 1 mr = 34 m= 0 mr = 0 time to grow re-entrant surface = 0.2200000 no. cavity mid-points inaccessible to solvent = 52 time to turn everything in is 0.4200000 number of dielectric boundary points 4311 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3499 ## 445 charges are in solution ## iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 9987 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.4498286E-09 5.0854088E-10 midg,1,midg; midg,igrid,midg 3.2237426E-09 5.5367966E-10 1,midg,midg; igrid,midg,midg 3.3456922E-09 4.8457155E-10 gauss-seidel spectral radius is 0.9847461 estimated iterations to convergence 66 setup time was (sec) 0.6800000 now iterating at: 18:26:00 rms-change max change #iterations 0.1057605 15.75406 at 10iterations 9.3195038E-03 1.297142 at 20iterations 1.4361567E-03 0.2202454 at 30iterations 3.8257646E-04 5.9997559E-02 at 40iterations 1.1443964E-04 1.7848969E-02 at 50iterations finished qdiffx linear iterations at : 18:26:04 total time elapsed so far: 4.060000 # loops : 50 mean,max change (kT/e) : 1.1443964E-04 1.7848969E-02 energy calculations done at 4.060000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.240000 DelPhi exited at 18:26:04 4.241u 0.294s 0:04.81 94.1% 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 18:26:04 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 = 3420 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 1.742166 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): -26.41300 27.01000 ymin,ymax (A): -34.10200 27.20100 zmin,zma (A): -39.99700 18.24200 x,y,z range (A): 53.42300 61.30300 58.23900 scale (grids/A): 1.742166 object centre (A): 0.2985001 -3.450499 -10.87750 number of atom coordinates read : 3420 total number of charged atoms : 3274 net assigned charge : 7.500026 assigned positive charge : 519.2993 centred at (gu) : 87.15219 87.23190 86.46918 assigned negative charge : -511.8008 centred at (gu) : 87.27410 87.34409 86.58390 start vw surface at 0.1600000 fill in re-entrant regions at 0.3100000 boundary points on vw surface= 85209 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34057 grid for indexing accessible points = 1.400000 m= 29838 mr = 56159 m= 4403 mr = 20770 m= 169 mr = 2483 m= 3 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.3900000 no. cavity mid-points inaccessible to solvent = 2795 time to turn everything in is 0.7500000 number of dielectric boundary points 40189 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 268 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.8800000 number of grid points assigned charge 25396 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.5807220 object centre at (A) : 0.2985001 -3.450499 -10.87750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.1010116E-02 7.4746725E-03 midg,1,midg; midg,igrid,midg 1.3863496E-02 1.5518590E-02 1,midg,midg; igrid,midg,midg 5.0938115E-03 -1.0107853E-03 gauss-seidel spectral radius is 0.9984778 estimated iterations to convergence 203 setup time was (sec) 1.040000 now iterating at: 18:26:06 rms-change max change #iterations 4.188646 184.7563 at 10iterations 1.872169 73.06995 at 20iterations 0.8404436 29.19747 at 30iterations 0.3782547 12.00120 at 40iterations 0.1699640 5.743208 at 50iterations 7.6341949E-02 2.353405 at 60iterations 3.4451216E-02 1.193317 at 70iterations 1.5507719E-02 0.5191460 at 80iterations 7.1037863E-03 0.2362032 at 90iterations 3.2608793E-03 0.1037254 at 100iterations 1.5439324E-03 5.7746887E-02 at 110iterations 7.5886783E-04 2.6431322E-02 at 120iterations finished qdiffx linear iterations at : 18:26:14 total time elapsed so far: 9.760000 # loops : 120 mean,max change (kT/e) : 7.5886783E-04 2.6431322E-02 energy calculations done at 9.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.930000 DelPhi exited at 18:26:15 9.930u 0.366s 0:10.58 97.2% 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 18:26:15 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 = 3420 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 2.613249 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): -26.41300 27.01000 ymin,ymax (A): -34.10200 27.20100 zmin,zma (A): -39.99700 18.24200 x,y,z range (A): 53.42300 61.30300 58.23900 scale (grids/A): 2.613249 object centre (A): 0.2985001 -3.450499 -10.87750 number of atom coordinates read : 3420 total number of charged atoms : 3274 net assigned charge : 7.500026 assigned positive charge : 519.2993 centred at (gu) : 85.72788 85.84769 84.70337 assigned negative charge : -511.8008 centred at (gu) : 85.91106 86.01601 84.87585 start vw surface at 0.1900000 fill in re-entrant regions at 0.6200000 boundary points on vw surface= 196636 reading accessible surface arcs data from file ARCDAT no. of arc points read = 34057 grid for indexing accessible points = 1.400000 m= 97093 mr = 137060 m= 34064 mr = 76651 m= 7638 mr = 26202 m= 875 mr = 5489 m= 18 mr = 414 m= 0 mr = 0 time to grow re-entrant surface = 1.200000 no. cavity mid-points inaccessible to solvent = 9570 time to turn everything in is 1.950000 number of dielectric boundary points 90508 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 10 iepsmp to db, and charging done at 2.110000 number of grid points assigned charge 26183 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.742166 object centre at (A) : 0.2985001 -3.450499 -10.87750 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.2341197 0.1316759 midg,1,midg; midg,igrid,midg -9.6985191E-02 0.2550145 1,midg,midg; igrid,midg,midg 1.2406752E-02 3.5146214E-02 gauss-seidel spectral radius is 0.9992426 estimated iterations to convergence 287 setup time was (sec) 2.290000 now iterating at: 18:26:17 rms-change max change #iterations 10.51740 343.6257 at 10iterations 6.211687 150.9803 at 20iterations 3.645462 90.51866 at 30iterations 2.124308 47.69920 at 40iterations 1.231429 25.23190 at 50iterations 0.7116942 14.55817 at 60iterations 0.4090469 7.964016 at 70iterations 0.2356514 4.440616 at 80iterations 0.1356916 2.783987 at 90iterations 7.7810533E-02 1.405953 at 100iterations 4.4586260E-02 0.8140202 at 110iterations 2.5596051E-02 0.4612980 at 120iterations 1.4696052E-02 0.3099403 at 130iterations 8.4282365E-03 0.1632347 at 140iterations 4.8373076E-03 8.6360931E-02 at 150iterations 2.7870212E-03 5.3234577E-02 at 160iterations 1.6207898E-03 3.1620026E-02 at 170iterations 9.5015188E-04 1.7658234E-02 at 180iterations finished qdiffx linear iterations at : 18:26:32 total time elapsed so far: 16.97000 # loops : 180 mean,max change (kT/e) : 9.5015188E-04 1.7658234E-02 energy calculations done at 16.97000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.15000 DelPhi exited at 18:26:33 17.150u 0.345s 0:17.79 98.3% 0+0k 0+0io 0pf+0w