Sat Oct 15 14:20:28 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 15 2011 at 14:20:28 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4769 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1200000 grid size : 179 scale,in grids/A, set to be: 0.5117589 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): -15.98600 37.20100 ymin,ymax (A): -30.94100 34.00100 zmin,zma (A): -3.900000 65.66400 x,y,z range (A): 53.18700 64.94200 69.56400 scale (grids/A): 0.5117589 object centre (A): 10.60750 1.530002 30.88200 number of atom coordinates read : 4769 total number of charged atoms : 4522 net assigned charge : 8.800046 assigned positive charge : 715.8435 centred at (gu) : 89.65173 90.67435 88.37606 assigned negative charge : -707.0480 centred at (gu) : 89.55248 90.76608 88.33952 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 7932 nv = 96 ne = 84 npr = 95598 no. pairs analyzed = 95598 no. exposed pairs = 6117 no. arc points = 42507 no. surface atoms = 2048 nbur = 2721 mkacc time = 0.2500000 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.680000 m= 295 mr = 4043 m= 1 mr = 4 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5000000 number of dielectric boundary points 4181 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 4048 ## 596 charges are in solution ## iepsmp to db, and charging done at 0.6700000 number of grid points assigned charge 10531 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 5.3850771E-11 1.5370213E-10 midg,1,midg; midg,igrid,midg 3.1805530E-10 -1.3739844E-10 1,midg,midg; igrid,midg,midg -1.4805077E-10 3.6428685E-10 gauss-seidel spectral radius is 0.9804756 estimated iterations to convergence 59 setup time was (sec) 0.8700000 now iterating at: 14:20:29 rms-change max change #iterations 6.9064863E-02 11.75452 at 10iterations 3.9945184E-03 0.5871964 at 20iterations 4.2978412E-04 5.9242964E-02 at 30iterations 1.4782240E-04 2.3016453E-02 at 40iterations 5.9566926E-05 9.4985962E-03 at 50iterations finished qdiffx linear iterations at : 14:20:34 total time elapsed so far: 5.530000 # loops : 50 mean,max change (kT/e) : 5.9566926E-05 9.4985962E-03 energy calculations done at 5.530000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.700000 DelPhi exited at 14:20:34 5.704u 0.457s 0:06.48 94.9% 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 15 2011 at 14:20:35 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4769 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 1.535277 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): -15.98600 37.20100 ymin,ymax (A): -30.94100 34.00100 zmin,zma (A): -3.900000 65.66400 x,y,z range (A): 53.18700 64.94200 69.56400 scale (grids/A): 1.535277 object centre (A): 10.60750 1.530002 30.88200 number of atom coordinates read : 4769 total number of charged atoms : 4522 net assigned charge : 8.800046 assigned positive charge : 715.8435 centred at (gu) : 88.95406 92.02135 85.12653 assigned negative charge : -707.0480 centred at (gu) : 88.65691 92.29795 85.01831 start vw surface at 0.1700000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 90697 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42507 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.568000 m= 26331 mr = 62181 m= 2263 mr = 17267 m= 47 mr = 978 m= 0 mr = 10 time to grow re-entrant surface = 0.4000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7900000 number of dielectric boundary points 38902 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 558 ## 4 charges are in solution ## iepsmp to db, and charging done at 0.9900000 number of grid points assigned charge 34078 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.5117589 object centre at (A) : 10.60750 1.530002 30.88200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.5868755E-03 2.2591986E-02 midg,1,midg; midg,igrid,midg 1.1705474E-02 -1.4128880E-02 1,midg,midg; igrid,midg,midg -1.5965376E-04 1.0270004E-02 gauss-seidel spectral radius is 0.9981264 estimated iterations to convergence 184 setup time was (sec) 1.210000 now iterating at: 14:20:36 rms-change max change #iterations 3.782661 148.6758 at 10iterations 1.553474 52.61919 at 20iterations 0.6402228 23.04231 at 30iterations 0.2643127 8.676317 at 40iterations 0.1083794 3.631686 at 50iterations 4.4852857E-02 1.433361 at 60iterations 1.8462695E-02 0.6544409 at 70iterations 7.6334896E-03 0.2531835 at 80iterations 3.1651515E-03 9.7665787E-02 at 90iterations 1.3220343E-03 4.2664528E-02 at 100iterations 5.6919339E-04 1.8970490E-02 at 110iterations 2.6406982E-04 9.3352795E-03 at 120iterations finished qdiffx linear iterations at : 14:20:48 total time elapsed so far: 13.44000 # loops : 120 mean,max change (kT/e) : 2.6406982E-04 9.3352795E-03 energy calculations done at 13.44000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.61000 DelPhi exited at 14:20:49 13.615u 0.528s 0:14.56 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 15 2011 at 14:20:49 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: 278 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4769 !!! WARNING: HEM 819 has a net charge of 1.4000 !!! WARNING: FE 3 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1100000 grid size : 179 scale,in grids/A, set to be: 2.302915 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): -15.98600 37.20100 ymin,ymax (A): -30.94100 34.00100 zmin,zma (A): -3.900000 65.66400 x,y,z range (A): 53.18700 64.94200 69.56400 scale (grids/A): 2.302915 object centre (A): 10.60750 1.530002 30.88200 number of atom coordinates read : 4769 total number of charged atoms : 4522 net assigned charge : 8.800046 assigned positive charge : 715.8435 centred at (gu) : 88.43089 93.03189 82.68938 assigned negative charge : -707.0480 centred at (gu) : 87.98545 93.44698 82.52732 start vw surface at 0.1700000 fill in re-entrant regions at 0.5700000 boundary points on vw surface= 211790 reading accessible surface arcs data from file ARCDAT no. of arc points read = 42507 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 94313 mr = 153217 m= 23612 mr = 73479 m= 3213 mr = 16648 m= 166 mr = 1979 m= 1 mr = 59 m= 0 mr = 0 time to grow re-entrant surface = 1.180000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.900000 number of dielectric boundary points 87713 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 61 iepsmp to db, and charging done at 2.070000 number of grid points assigned charge 36077 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.535277 object centre at (A) : 10.60750 1.530002 30.88200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1432981 0.5350066 midg,1,midg; midg,igrid,midg 0.1568654 -0.2927987 1,midg,midg; igrid,midg,midg -4.1576903E-03 0.1480206 gauss-seidel spectral radius is 0.9991688 estimated iterations to convergence 274 setup time was (sec) 2.290000 now iterating at: 14:20:52 rms-change max change #iterations 10.24131 278.4249 at 10iterations 5.879198 151.1053 at 20iterations 3.349247 80.47857 at 30iterations 1.896280 47.94675 at 40iterations 1.071292 24.86795 at 50iterations 0.6028416 14.10515 at 60iterations 0.3389657 7.313997 at 70iterations 0.1900738 3.651062 at 80iterations 0.1065530 2.353416 at 90iterations 5.9540905E-02 1.181148 at 100iterations 3.3200491E-02 0.6179855 at 110iterations 1.8517198E-02 0.3931999 at 120iterations 1.0357513E-02 0.1891661 at 130iterations 5.7753287E-03 0.1188776 at 140iterations 3.2134119E-03 6.5185547E-02 at 150iterations 1.7955261E-03 3.6628723E-02 at 160iterations 1.0030321E-03 1.9480705E-02 at 170iterations 5.6316768E-04 1.2001038E-02 at 180iterations finished qdiffx linear iterations at : 14:21:12 total time elapsed so far: 22.68000 # loops : 180 mean,max change (kT/e) : 5.6316768E-04 1.2001038E-02 energy calculations done at 22.68000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 22.86000 DelPhi exited at 14:21:13 22.862u 0.583s 0:23.72 98.8% 0+0k 0+0io 0pf+0w