Sat Oct 15 13:15:46 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 13:15:46 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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3387 !!! WARNING: LLP 1 has a net charge of 1.7400 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.5734536 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): -10.97500 51.10500 ymin,ymax (A): -12.95700 42.65900 zmin,zma (A): 19.88900 76.33700 x,y,z range (A): 62.08000 55.61600 56.44800 scale (grids/A): 0.5734536 object centre (A): 20.06500 14.85100 48.11300 number of atom coordinates read : 3387 total number of charged atoms : 3230 net assigned charge : 5.240016 assigned positive charge : 523.3058 centred at (gu) : 90.86554 89.88844 87.70535 assigned negative charge : -518.0671 centred at (gu) : 90.76229 89.98782 87.68885 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 7516 nv = 96 ne = 84 npr = 65178 no. pairs analyzed = 65178 no. exposed pairs = 4598 no. arc points = 32784 no. surface atoms = 1540 nbur = 1847 mkacc time = 0.1100000 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= 383 mr = 3731 m= 1 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2400000 number of dielectric boundary points 4148 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3222 ## 343 charges are in solution ## iepsmp to db, and charging done at 0.3100000 number of grid points assigned charge 9385 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.2480745E-10 7.2586193E-10 midg,1,midg; midg,igrid,midg 2.9775205E-09 -1.1344053E-09 1,midg,midg; igrid,midg,midg -1.0063986E-09 3.6595329E-09 gauss-seidel spectral radius is 0.9843494 estimated iterations to convergence 66 setup time was (sec) 0.4400000 now iterating at: 13:15:47 rms-change max change #iterations 9.7318865E-02 19.81662 at 10iterations 7.5092171E-03 1.072540 at 20iterations 5.8765541E-04 9.3586922E-02 at 30iterations 8.7306391E-05 1.2060165E-02 at 40iterations 4.1293155E-05 5.6581497E-03 at 50iterations finished qdiffx linear iterations at : 13:15:50 total time elapsed so far: 3.390000 # loops : 50 mean,max change (kT/e) : 4.1293155E-05 5.6581497E-03 energy calculations done at 3.390000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.520000 DelPhi exited at 13:15:50 3.525u 0.184s 0:04.00 92.5% 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 13:15: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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3387 !!! WARNING: LLP 1 has a net charge of 1.7400 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.720361 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): -10.97500 51.10500 ymin,ymax (A): -12.95700 42.65900 zmin,zma (A): 19.88900 76.33700 x,y,z range (A): 62.08000 55.61600 56.44800 scale (grids/A): 1.720361 object centre (A): 20.06500 14.85100 48.11300 number of atom coordinates read : 3387 total number of charged atoms : 3230 net assigned charge : 5.240016 assigned positive charge : 523.3058 centred at (gu) : 92.59549 89.66470 83.11539 assigned negative charge : -518.0671 centred at (gu) : 92.28663 89.96310 83.06612 start vw surface at 0.1100000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 81843 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32784 grid for indexing accessible points = 1.400000 m= 27484 mr = 54284 m= 3603 mr = 18588 m= 188 mr = 1840 m= 0 mr = 44 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4100000 number of dielectric boundary points 38362 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 281 ## 2 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 24992 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.5734536 object centre at (A) : 20.06500 14.85100 48.11300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.8191988E-02 6.4326455E-03 midg,1,midg; midg,igrid,midg 2.4623189E-02 -8.8940756E-03 1,midg,midg; igrid,midg,midg -8.6145215E-03 5.1455142E-04 gauss-seidel spectral radius is 0.9984210 estimated iterations to convergence 200 setup time was (sec) 0.6400000 now iterating at: 13:15:51 rms-change max change #iterations 4.097401 177.0931 at 10iterations 1.810089 63.95552 at 20iterations 0.8015227 29.80256 at 30iterations 0.3547742 11.54513 at 40iterations 0.1577057 5.312852 at 50iterations 7.0154004E-02 2.304672 at 60iterations 3.1004217E-02 0.9592037 at 70iterations 1.3773983E-02 0.5367374 at 80iterations 6.1170897E-03 0.2044287 at 90iterations 2.7118756E-03 8.7048531E-02 at 100iterations 1.2047681E-03 3.9670944E-02 at 110iterations 5.3455448E-04 1.7997742E-02 at 120iterations finished qdiffx linear iterations at : 13:15:59 total time elapsed so far: 8.060000 # loops : 120 mean,max change (kT/e) : 5.3455448E-04 1.7997742E-02 energy calculations done at 8.060000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.190000 DelPhi exited at 13:15:59 8.193u 0.212s 0:08.72 96.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 13:15: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: 267 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3387 !!! WARNING: LLP 1 has a net charge of 1.7400 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.580541 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): -10.97500 51.10500 ymin,ymax (A): -12.95700 42.65900 zmin,zma (A): 19.88900 76.33700 x,y,z range (A): 62.08000 55.61600 56.44800 scale (grids/A): 2.580541 object centre (A): 20.06500 14.85100 48.11300 number of atom coordinates read : 3387 total number of charged atoms : 3230 net assigned charge : 5.240016 assigned positive charge : 523.3058 centred at (gu) : 93.89309 89.49696 79.67286 assigned negative charge : -518.0671 centred at (gu) : 93.42995 89.94473 79.59917 start vw surface at 0.1000000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 189519 reading accessible surface arcs data from file ARCDAT no. of arc points read = 32784 grid for indexing accessible points = 1.400000 m= 91512 mr = 133128 m= 29643 mr = 71329 m= 5894 mr = 21877 m= 688 mr = 3860 m= 31 mr = 357 m= 1 mr = 6 m= 0 mr = 0 time to grow re-entrant surface = 0.5900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.030000 number of dielectric boundary points 86731 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 13 iepsmp to db, and charging done at 1.120000 number of grid points assigned charge 25804 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.720361 object centre at (A) : 20.06500 14.85100 48.11300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3281073 7.8355111E-02 midg,1,midg; midg,igrid,midg 0.3962375 -0.1157846 1,midg,midg; igrid,midg,midg 7.9277962E-02 -0.4906550 gauss-seidel spectral radius is 0.9992280 estimated iterations to convergence 284 setup time was (sec) 1.280000 now iterating at: 13:16:01 rms-change max change #iterations 10.48985 365.6763 at 10iterations 6.208211 149.5894 at 20iterations 3.626456 81.92560 at 30iterations 2.107187 48.71103 at 40iterations 1.217762 32.23183 at 50iterations 0.6995152 15.07952 at 60iterations 0.4025858 8.024521 at 70iterations 0.2302671 4.727676 at 80iterations 0.1319026 2.770882 at 90iterations 7.5418539E-02 1.602228 at 100iterations 4.3024652E-02 0.8805714 at 110iterations 2.4584411E-02 0.4353256 at 120iterations 1.3991421E-02 0.2756821 at 130iterations 7.9748705E-03 0.1510887 at 140iterations 4.5408043E-03 9.1901779E-02 at 150iterations 2.5940412E-03 4.7935486E-02 at 160iterations 1.4827130E-03 3.0687332E-02 at 170iterations 8.5547159E-04 1.7685890E-02 at 180iterations finished qdiffx linear iterations at : 13:16:13 total time elapsed so far: 13.44000 # loops : 180 mean,max change (kT/e) : 8.5547159E-04 1.7685890E-02 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.58000 DelPhi exited at 13:16:13 13.577u 0.249s 0:14.20 97.2% 0+0k 0+0io 0pf+0w