Sat Oct 8 17:05:44 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 17:05:45 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 = 3527 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.5287547 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): -54.84900 12.47900 ymin,ymax (A): 21.08600 82.83400 zmin,zma (A): 40.73200 96.67000 x,y,z range (A): 67.32800 61.74800 55.93800 scale (grids/A): 0.5287547 object centre (A): -21.18500 51.96000 68.70100 number of atom coordinates read : 3527 total number of charged atoms : 3381 net assigned charge : -2.999990 assigned positive charge : 533.0591 centred at (gu) : 91.25084 90.22997 90.14874 assigned negative charge : -536.0609 centred at (gu) : 91.28943 90.19775 90.16395 start vw surface at 0.1900000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 6280 nv = 96 ne = 84 npr = 71439 no. pairs analyzed = 71439 no. exposed pairs = 4397 no. arc points = 30172 no. surface atoms = 1493 nbur = 2034 mkacc time = 0.2000000 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.596000 m= 237 mr = 3302 m= 0 mr = 8 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 3207 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3095 ## 441 charges are in solution ## iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 8392 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.7667223E-11 -1.5958726E-10 midg,1,midg; midg,igrid,midg -2.1142788E-10 4.3778287E-11 1,midg,midg; igrid,midg,midg 4.7562915E-11 -3.4559181E-10 gauss-seidel spectral radius is 0.9816093 estimated iterations to convergence 61 setup time was (sec) 0.7200000 now iterating at: 17:05:45 rms-change max change #iterations 6.5794125E-02 10.01732 at 10iterations 4.1715652E-03 0.6379261 at 20iterations 3.3013537E-04 5.0393015E-02 at 30iterations 5.2056526E-05 1.1201859E-02 at 40iterations 1.1560985E-05 2.7518272E-03 at 50iterations finished qdiffx linear iterations at : 17:05:49 total time elapsed so far: 4.070000 # loops : 50 mean,max change (kT/e) : 1.1560985E-05 2.7518272E-03 energy calculations done at 4.070000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.260000 DelPhi exited at 17:05:49 4.264u 0.242s 0:04.77 94.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 8 2011 at 17:05: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3527 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.586264 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): -54.84900 12.47900 ymin,ymax (A): 21.08600 82.83400 zmin,zma (A): 40.73200 96.67000 x,y,z range (A): 67.32800 61.74800 55.93800 scale (grids/A): 1.586264 object centre (A): -21.18500 51.96000 68.70100 number of atom coordinates read : 3527 total number of charged atoms : 3381 net assigned charge : -2.999990 assigned positive charge : 533.0591 centred at (gu) : 93.75141 90.68882 90.44513 assigned negative charge : -536.0609 centred at (gu) : 93.86809 90.59305 90.49146 start vw surface at 0.1800000 fill in re-entrant regions at 0.3000000 boundary points on vw surface= 69850 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30172 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 21334 mr = 47861 m= 2075 mr = 14595 m= 65 mr = 982 m= 1 mr = 3 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 72 time to turn everything in is 0.6500000 number of dielectric boundary points 29884 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 386 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 25662 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.5287547 object centre at (A) : -21.18500 51.96000 68.70100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.6478398E-03 -8.0224890E-03 midg,1,midg; midg,igrid,midg -1.2449607E-02 1.7877059E-03 1,midg,midg; igrid,midg,midg 7.9071214E-03 2.1860853E-03 gauss-seidel spectral radius is 0.9981230 estimated iterations to convergence 183 setup time was (sec) 0.9500000 now iterating at: 17:05:51 rms-change max change #iterations 3.412064 167.4446 at 10iterations 1.395029 66.99628 at 20iterations 0.5737901 21.34164 at 30iterations 0.2363093 8.572639 at 40iterations 9.7474314E-02 3.949924 at 50iterations 4.0144850E-02 1.428732 at 60iterations 1.6532175E-02 0.5736871 at 70iterations 6.8276231E-03 0.2342987 at 80iterations 2.8238869E-03 0.1022263 at 90iterations 1.1822893E-03 4.0456772E-02 at 100iterations 4.9578858E-04 1.7429352E-02 at 110iterations 2.1345077E-04 7.4257851E-03 at 120iterations finished qdiffx linear iterations at : 17:05:59 total time elapsed so far: 9.320000 # loops : 120 mean,max change (kT/e) : 2.1345077E-04 7.4257851E-03 energy calculations done at 9.320000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.500000 DelPhi exited at 17:05:59 9.506u 0.313s 0:10.08 97.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 8 2011 at 17:05: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 = 3527 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.379396 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): -54.84900 12.47900 ymin,ymax (A): 21.08600 82.83400 zmin,zma (A): 40.73200 96.67000 x,y,z range (A): 67.32800 61.74800 55.93800 scale (grids/A): 2.379396 object centre (A): -21.18500 51.96000 68.70100 number of atom coordinates read : 3527 total number of charged atoms : 3381 net assigned charge : -2.999990 assigned positive charge : 533.0591 centred at (gu) : 95.62682 91.03288 90.66763 assigned negative charge : -536.0609 centred at (gu) : 95.80215 90.88947 90.73714 start vw surface at 0.1800000 fill in re-entrant regions at 0.5300000 boundary points on vw surface= 162569 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30172 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 74860 mr = 117537 m= 20525 mr = 59127 m= 3161 mr = 15255 m= 189 mr = 1965 m= 2 mr = 76 m= 0 mr = 0 time to grow re-entrant surface = 0.9299999 no. cavity mid-points inaccessible to solvent = 222 time to turn everything in is 1.560000 number of dielectric boundary points 67346 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 27 iepsmp to db, and charging done at 1.720000 number of grid points assigned charge 27007 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.586264 object centre at (A) : -21.18500 51.96000 68.70100 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -7.0031710E-02 -0.1045462 midg,1,midg; midg,igrid,midg -0.1807788 5.8180619E-02 1,midg,midg; igrid,midg,midg 2.0136504E-02 0.1782746 gauss-seidel spectral radius is 0.9991258 estimated iterations to convergence 267 setup time was (sec) 1.890000 now iterating at: 17:06:02 rms-change max change #iterations 9.021943 434.0097 at 10iterations 5.065702 121.9625 at 20iterations 2.827750 67.26173 at 30iterations 1.569992 32.99683 at 40iterations 0.8680044 16.90622 at 50iterations 0.4790969 11.04435 at 60iterations 0.2637306 5.891205 at 70iterations 0.1451717 3.057178 at 80iterations 7.9760522E-02 1.603271 at 90iterations 4.3840513E-02 0.9725127 at 100iterations 2.4068112E-02 0.4766541 at 110iterations 1.3214366E-02 0.2773840 at 120iterations 7.2370432E-03 0.1428204 at 130iterations 3.9876625E-03 7.8094482E-02 at 140iterations 2.1867366E-03 4.4017792E-02 at 150iterations 1.2043578E-03 2.7833939E-02 at 160iterations 6.6583441E-04 1.3283610E-02 at 170iterations 3.7059060E-04 7.4234009E-03 at 180iterations finished qdiffx linear iterations at : 17:06:15 total time elapsed so far: 15.64000 # loops : 180 mean,max change (kT/e) : 3.7059060E-04 7.4234009E-03 energy calculations done at 15.64000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.82000 DelPhi exited at 17:06:16 15.826u 0.321s 0:16.57 97.4% 0+0k 0+0io 0pf+0w