Sun Oct 9 08:14:52 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 Sun Oct 9 2011 at 08:14:52 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: 332 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3715 !!! WARNING: NAP 1038 has a net charge of -2.0000 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: 0.4393163 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): -30.10900 23.41300 ymin,ymax (A): -21.87400 59.16100 zmin,zma (A): -17.49100 49.97900 x,y,z range (A): 53.52200 81.03500 67.47000 scale (grids/A): 0.4393163 object centre (A): -3.348001 18.64350 16.24400 number of atom coordinates read : 3715 total number of charged atoms : 3430 net assigned charge : 11.00002 assigned positive charge : 536.1084 centred at (gu) : 91.32471 83.32614 89.94966 assigned negative charge : -525.1099 centred at (gu) : 91.37740 83.40519 89.94220 start vw surface at 0.1800000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 4406 nv = 96 ne = 84 npr = 73790 no. pairs analyzed = 73790 no. exposed pairs = 4889 no. arc points = 35776 no. surface atoms = 1622 nbur = 2093 mkacc time = 0.1600000 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.932000 m= 125 mr = 1987 m= 0 mr = 1 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 6 time to turn everything in is 0.3600000 number of dielectric boundary points 2543 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2831 ## 573 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 5860 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.0333071E-12 3.6978220E-12 midg,1,midg; midg,igrid,midg 5.9764242E-11 -6.2788154E-14 1,midg,midg; igrid,midg,midg 4.0799625E-12 8.9641077E-13 gauss-seidel spectral radius is 0.9735153 estimated iterations to convergence 51 setup time was (sec) 0.5700000 now iterating at: 08:14:53 rms-change max change #iterations 2.6407395E-02 6.386269 at 10iterations 1.1713706E-03 0.2296138 at 20iterations 1.7490974E-04 3.1542063E-02 at 30iterations 3.6960588E-05 6.8845749E-03 at 40iterations 7.9379533E-06 1.4867783E-03 at 50iterations finished qdiffx linear iterations at : 08:14:55 total time elapsed so far: 3.010000 # loops : 50 mean,max change (kT/e) : 7.9379533E-06 1.4867783E-03 energy calculations done at 3.010000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.180000 DelPhi exited at 08:14:56 3.179u 0.148s 0:03.61 91.6% 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 Sun Oct 9 2011 at 08:14:56 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: 332 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3715 !!! WARNING: NAP 1038 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.317949 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): -30.10900 23.41300 ymin,ymax (A): -21.87400 59.16100 zmin,zma (A): -17.49100 49.97900 x,y,z range (A): 53.52200 81.03500 67.47000 scale (grids/A): 1.317949 object centre (A): -3.348001 18.64350 16.24400 number of atom coordinates read : 3715 total number of charged atoms : 3430 net assigned charge : 11.00002 assigned positive charge : 536.1084 centred at (gu) : 93.97311 69.97771 89.84818 assigned negative charge : -525.1099 centred at (gu) : 94.13191 70.21528 89.82607 start vw surface at 0.1800000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 50968 reading accessible surface arcs data from file ARCDAT no. of arc points read = 35776 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.792000 m= 11322 mr = 32098 m= 594 mr = 6587 m= 8 mr = 98 m= 0 mr = 0 time to grow re-entrant surface = 0.1500000 no. cavity mid-points inaccessible to solvent = 1065 time to turn everything in is 0.4200000 number of dielectric boundary points 24109 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 588 ## 15 charges are in solution ## iepsmp to db, and charging done at 0.5500000 number of grid points assigned charge 24133 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.4393163 object centre at (A) : -3.348001 18.64350 16.24400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.3138828E-03 9.2394120E-04 midg,1,midg; midg,igrid,midg 1.6609931E-02 -1.2980173E-04 1,midg,midg; igrid,midg,midg 1.0126546E-03 5.5147269E-05 gauss-seidel spectral radius is 0.9971867 estimated iterations to convergence 150 setup time was (sec) 0.7200000 now iterating at: 08:14:57 rms-change max change #iterations 2.172013 141.9883 at 10iterations 0.7370784 34.36711 at 20iterations 0.2470681 14.22163 at 30iterations 8.4138498E-02 5.259529 at 40iterations 2.8349752E-02 1.425480 at 50iterations 9.6379705E-03 0.4797401 at 60iterations 3.3033020E-03 0.1583710 at 70iterations 1.1689409E-03 5.5725098E-02 at 80iterations 4.3741497E-04 2.1965027E-02 at 90iterations 1.8633151E-04 8.5315704E-03 at 100iterations 9.1961811E-05 4.1513443E-03 at 110iterations 5.0017279E-05 1.9302368E-03 at 120iterations finished qdiffx linear iterations at : 08:15:03 total time elapsed so far: 7.650000 # loops : 120 mean,max change (kT/e) : 5.0017279E-05 1.9302368E-03 energy calculations done at 7.650000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.820000 DelPhi exited at 08:15:04 7.821u 0.228s 0:08.54 94.1% 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 Sun Oct 9 2011 at 08:15: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: 332 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3715 !!! WARNING: NAP 1038 has a net charge of -2.0000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.976923 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): -30.10900 23.41300 ymin,ymax (A): -21.87400 59.16100 zmin,zma (A): -17.49100 49.97900 x,y,z range (A): 53.52200 81.03500 67.47000 scale (grids/A): 1.976923 object centre (A): -3.348001 18.64350 16.24400 number of atom coordinates read : 3715 total number of charged atoms : 3430 net assigned charge : 11.00002 assigned positive charge : 536.1084 centred at (gu) : 95.95929 59.96643 89.77211 assigned negative charge : -525.1099 centred at (gu) : 96.19774 60.32275 89.73904 start vw surface at 0.1700000 fill in re-entrant regions at 0.3400000 boundary points on vw surface= 119042 reading accessible surface arcs data from file ARCDAT no. of arc points read = 35776 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.792000 m= 44180 mr = 80277 m= 7920 mr = 31937 m= 587 mr = 4855 m= 14 mr = 218 m= 0 mr = 0 time to grow re-entrant surface = 0.4700000 no. cavity mid-points inaccessible to solvent = 3619 time to turn everything in is 0.9100000 number of dielectric boundary points 54456 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 145 iepsmp to db, and charging done at 1.030000 number of grid points assigned charge 27059 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.317949 object centre at (A) : -3.348001 18.64350 16.24400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.0428825E-02 1.3824620E-02 midg,1,midg; midg,igrid,midg 0.4966784 5.5599469E-03 1,midg,midg; igrid,midg,midg 1.9887565E-02 -8.0419835E-03 gauss-seidel spectral radius is 0.9987639 estimated iterations to convergence 225 setup time was (sec) 1.220000 now iterating at: 08:15:06 rms-change max change #iterations 6.554717 259.9189 at 10iterations 3.318719 115.3796 at 20iterations 1.663805 63.20935 at 30iterations 0.8276273 25.69485 at 40iterations 0.4106582 12.63836 at 50iterations 0.2028933 7.220764 at 60iterations 0.1002017 3.211494 at 70iterations 4.9229354E-02 1.432613 at 80iterations 2.4153046E-02 0.8158207 at 90iterations 1.1879799E-02 0.3735151 at 100iterations 5.8181006E-03 0.1766394 at 110iterations 2.8521637E-03 8.3183289E-02 at 120iterations 1.3991816E-03 4.0510178E-02 at 130iterations 6.8819639E-04 2.1286726E-02 at 140iterations 3.3890628E-04 9.9143982E-03 at 150iterations 1.6879341E-04 4.4212341E-03 at 160iterations 8.5161126E-05 2.3555756E-03 at 170iterations 4.4363122E-05 1.1677742E-03 at 180iterations finished qdiffx linear iterations at : 08:15:16 total time elapsed so far: 11.80000 # loops : 180 mean,max change (kT/e) : 4.4363122E-05 1.1677742E-03 energy calculations done at 11.80000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.98000 DelPhi exited at 08:15:17 11.984u 0.256s 0:12.54 97.5% 0+0k 0+0io 0pf+0w