Sun Oct 9 21:08: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 Sun Oct 9 2011 at 21:08:44 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 = 2574 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: 0.6198419 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): -17.87200 39.56200 ymin,ymax (A): -53.91000 -7.188000 zmin,zma (A): -14.52500 40.33500 x,y,z range (A): 57.43400 46.72200 54.86000 scale (grids/A): 0.6198419 object centre (A): 10.84500 -30.54900 12.90500 number of atom coordinates read : 2574 total number of charged atoms : 2430 net assigned charge : 4.000012 assigned positive charge : 387.7809 centred at (gu) : 88.88401 89.51241 90.05522 assigned negative charge : -383.7816 centred at (gu) : 88.80767 89.46789 90.05533 start vw surface at 0.1300000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 6480 nv = 96 ne = 84 npr = 52763 no. pairs analyzed = 52763 no. exposed pairs = 3072 no. arc points = 22420 no. surface atoms = 1034 nbur = 1540 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 327 mr = 3463 m= 0 mr = 47 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 6 time to turn everything in is 0.3200000 number of dielectric boundary points 3297 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2253 ## 267 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 8050 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.2501706E-09 3.3134340E-09 midg,1,midg; midg,igrid,midg 3.7903294E-10 5.5536469E-09 1,midg,midg; igrid,midg,midg -2.3077498E-09 6.4471810E-09 gauss-seidel spectral radius is 0.9865193 estimated iterations to convergence 71 setup time was (sec) 0.5900000 now iterating at: 21:08:45 rms-change max change #iterations 0.1262624 22.03286 at 10iterations 1.1540681E-02 1.784512 at 20iterations 1.0631253E-03 0.1588135 at 30iterations 9.8247838E-05 1.5159607E-02 at 40iterations 9.0967078E-06 1.4343262E-03 at 50iterations finished qdiffx linear iterations at : 21:08:49 total time elapsed so far: 4.440000 # loops : 50 mean,max change (kT/e) : 9.0967078E-06 1.4343262E-03 energy calculations done at 4.440000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.620000 DelPhi exited at 21:08:49 4.621u 0.378s 0:05.26 94.8% 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 21:08: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 = 2574 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.859526 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): -17.87200 39.56200 ymin,ymax (A): -53.91000 -7.188000 zmin,zma (A): -14.52500 40.33500 x,y,z range (A): 57.43400 46.72200 54.86000 scale (grids/A): 1.859526 object centre (A): 10.84500 -30.54900 12.90500 number of atom coordinates read : 2574 total number of charged atoms : 2430 net assigned charge : 4.000012 assigned positive charge : 387.7809 centred at (gu) : 86.65162 88.53681 90.16509 assigned negative charge : -383.7816 centred at (gu) : 86.42280 88.40321 90.16560 start vw surface at 0.1200000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 69784 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22420 grid for indexing accessible points = 1.400000 m= 23318 mr = 47377 m= 3436 mr = 16630 m= 176 mr = 2138 m= 0 mr = 66 time to grow re-entrant surface = 0.2700000 no. cavity mid-points inaccessible to solvent = 1365 time to turn everything in is 0.5600000 number of dielectric boundary points 30503 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 195 iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 19074 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.6198419 object centre at (A) : 10.84500 -30.54900 12.90500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.1185883E-02 3.0167585E-02 midg,1,midg; midg,igrid,midg -1.7634861E-02 -5.1748537E-04 1,midg,midg; igrid,midg,midg -2.0923393E-03 5.5919833E-02 gauss-seidel spectral radius is 0.9985613 estimated iterations to convergence 209 setup time was (sec) 0.8600000 now iterating at: 21:08:50 rms-change max change #iterations 3.987802 163.7672 at 10iterations 1.820413 61.79228 at 20iterations 0.8351838 29.23087 at 30iterations 0.3815850 12.71689 at 40iterations 0.1752064 6.113594 at 50iterations 8.0434330E-02 2.942108 at 60iterations 3.6868270E-02 1.201905 at 70iterations 1.6866198E-02 0.5527444 at 80iterations 7.7266251E-03 0.2604690 at 90iterations 3.5369394E-03 0.1127825 at 100iterations 1.6308338E-03 5.2703381E-02 at 110iterations 7.4830675E-04 2.3604870E-02 at 120iterations finished qdiffx linear iterations at : 21:09:00 total time elapsed so far: 10.42000 # loops : 120 mean,max change (kT/e) : 7.4830675E-04 2.3604870E-02 energy calculations done at 10.42000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.57000 DelPhi exited at 21:09:00 10.577u 0.465s 0:11.28 97.7% 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 21:09:01 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 = 2574 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.789289 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): -17.87200 39.56200 ymin,ymax (A): -53.91000 -7.188000 zmin,zma (A): -14.52500 40.33500 x,y,z range (A): 57.43400 46.72200 54.86000 scale (grids/A): 2.789289 object centre (A): 10.84500 -30.54900 12.90500 number of atom coordinates read : 2574 total number of charged atoms : 2430 net assigned charge : 4.000012 assigned positive charge : 387.7809 centred at (gu) : 84.97729 87.80499 90.24752 assigned negative charge : -383.7816 centred at (gu) : 84.63410 87.60489 90.24832 start vw surface at 0.1100000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 161509 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22420 grid for indexing accessible points = 1.400000 m= 76874 mr = 115224 m= 25971 mr = 61967 m= 6150 mr = 20309 m= 900 mr = 4638 m= 50 mr = 604 m= 0 mr = 15 time to grow re-entrant surface = 0.8400000 no. cavity mid-points inaccessible to solvent = 4402 time to turn everything in is 1.430000 number of dielectric boundary points 68697 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3 iepsmp to db, and charging done at 1.550000 number of grid points assigned charge 19438 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.859526 object centre at (A) : 10.84500 -30.54900 12.90500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1525756 0.3442566 midg,1,midg; midg,igrid,midg -0.1453318 -3.3884015E-02 1,midg,midg; igrid,midg,midg -0.1248692 0.7203314 gauss-seidel spectral radius is 0.9992377 estimated iterations to convergence 286 setup time was (sec) 1.750000 now iterating at: 21:09:03 rms-change max change #iterations 9.415426 313.2214 at 10iterations 5.426257 135.0215 at 20iterations 3.100783 66.21451 at 30iterations 1.770378 35.67914 at 40iterations 1.008274 18.60648 at 50iterations 0.5749364 10.98382 at 60iterations 0.3275632 6.032628 at 70iterations 0.1862457 3.796470 at 80iterations 0.1058216 2.048141 at 90iterations 6.0314931E-02 1.116824 at 100iterations 3.4349877E-02 0.6280518 at 110iterations 1.9505316E-02 0.3593817 at 120iterations 1.1093166E-02 0.2035749 at 130iterations 6.3121226E-03 0.1149445 at 140iterations 3.5898371E-03 6.2854528E-02 at 150iterations 2.0438628E-03 3.5509229E-02 at 160iterations 1.1617837E-03 2.1018982E-02 at 170iterations 6.5958360E-04 1.1819601E-02 at 180iterations finished qdiffx linear iterations at : 21:09:19 total time elapsed so far: 17.79000 # loops : 180 mean,max change (kT/e) : 6.5958360E-04 1.1819601E-02 energy calculations done at 17.79000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.97000 DelPhi exited at 21:09:19 17.970u 0.496s 0:18.79 98.2% 0+0k 0+0io 0pf+0w