Sat Oct 8 17:39:25 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:39:26 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 = 3581 !!! WARNING: ASP 451 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5243545 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): -0.2200000 45.42500 ymin,ymax (A): -30.57900 31.22800 zmin,zma (A): 1.540000 69.43300 x,y,z range (A): 45.64500 61.80700 67.89300 scale (grids/A): 0.5243545 object centre (A): 22.60250 0.3244991 35.48650 number of atom coordinates read : 3581 total number of charged atoms : 3434 net assigned charge : -5.771981 assigned positive charge : 542.5261 centred at (gu) : 90.24380 90.86206 90.69776 assigned negative charge : -548.2998 centred at (gu) : 90.19829 90.82289 90.68826 start vw surface at 0.1400000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 6264 nv = 96 ne = 84 npr = 72450 no. pairs analyzed = 72450 no. exposed pairs = 4365 no. arc points = 30224 no. surface atoms = 1473 nbur = 2108 mkacc time = 0.1900000 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.624000 m= 206 mr = 3316 m= 0 mr = 2 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3900000 number of dielectric boundary points 3152 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3088 ## 483 charges are in solution ## iepsmp to db, and charging done at 0.5400000 number of grid points assigned charge 8391 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.5481438E-10 -1.3948830E-10 midg,1,midg; midg,igrid,midg -2.3280625E-10 -1.4832961E-11 1,midg,midg; igrid,midg,midg -2.9357636E-10 9.8500713E-12 gauss-seidel spectral radius is 0.9813074 estimated iterations to convergence 60 setup time was (sec) 0.7300000 now iterating at: 17:39:27 rms-change max change #iterations 6.6215239E-02 12.68241 at 10iterations 4.1267644E-03 0.6804094 at 20iterations 4.1971623E-04 8.4445953E-02 at 30iterations 9.1251713E-05 1.8838882E-02 at 40iterations 2.3838194E-05 4.8007965E-03 at 50iterations finished qdiffx linear iterations at : 17:39:31 total time elapsed so far: 5.260000 # loops : 50 mean,max change (kT/e) : 2.3838194E-05 4.8007965E-03 energy calculations done at 5.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.430000 DelPhi exited at 17:39:32 5.430u 0.497s 0:06.18 95.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 Sat Oct 8 2011 at 17:39:32 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 = 3581 !!! WARNING: ASP 451 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.573063 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): -0.2200000 45.42500 ymin,ymax (A): -30.57900 31.22800 zmin,zma (A): 1.540000 69.43300 x,y,z range (A): 45.64500 61.80700 67.89300 scale (grids/A): 1.573063 object centre (A): 22.60250 0.3244991 35.48650 number of atom coordinates read : 3581 total number of charged atoms : 3434 net assigned charge : -5.771981 assigned positive charge : 542.5261 centred at (gu) : 90.73035 92.58489 92.09200 assigned negative charge : -548.2998 centred at (gu) : 90.59444 92.46819 92.06468 start vw surface at 0.1400000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 70360 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30224 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.540000 m= 20923 mr = 48638 m= 1930 mr = 14285 m= 28 mr = 887 m= 0 mr = 0 time to grow re-entrant surface = 0.3000000 no. cavity mid-points inaccessible to solvent = 328 time to turn everything in is 0.6000000 number of dielectric boundary points 29431 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 396 ## 5 charges are in solution ## iepsmp to db, and charging done at 0.8000000 number of grid points assigned charge 26040 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.5243545 object centre at (A) : 22.60250 0.3244991 35.48650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -4.3970342E-03 6.9150641E-03 midg,1,midg; midg,igrid,midg -1.1318330E-02 -9.3973596E-03 1,midg,midg; igrid,midg,midg -5.3278557E-03 1.9885735E-03 gauss-seidel spectral radius is 0.9980928 estimated iterations to convergence 182 setup time was (sec) 1.020000 now iterating at: 17:39:33 rms-change max change #iterations 3.414509 173.2400 at 10iterations 1.390427 50.40276 at 20iterations 0.5671322 21.58230 at 30iterations 0.2324064 8.519387 at 40iterations 9.5082894E-02 3.376511 at 50iterations 3.8744111E-02 1.266300 at 60iterations 1.5915025E-02 0.6117477 at 70iterations 6.5285149E-03 0.2242966 at 80iterations 2.6812817E-03 8.7469816E-02 at 90iterations 1.1121874E-03 4.3381691E-02 at 100iterations 4.6681872E-04 1.8249512E-02 at 110iterations 2.0224374E-04 7.5418949E-03 at 120iterations finished qdiffx linear iterations at : 17:39:45 total time elapsed so far: 12.50000 # loops : 120 mean,max change (kT/e) : 2.0224374E-04 7.5418949E-03 energy calculations done at 12.50000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.67000 DelPhi exited at 17:39:45 12.670u 0.537s 0:13.47 97.9% 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:39: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 = 3581 !!! WARNING: ASP 451 has a net charge of -0.2720 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.359595 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): -0.2200000 45.42500 ymin,ymax (A): -30.57900 31.22800 zmin,zma (A): 1.540000 69.43300 x,y,z range (A): 45.64500 61.80700 67.89300 scale (grids/A): 2.359595 object centre (A): 22.60250 0.3244991 35.48650 number of atom coordinates read : 3581 total number of charged atoms : 3434 net assigned charge : -5.771981 assigned positive charge : 542.5261 centred at (gu) : 91.09535 93.87717 93.13790 assigned negative charge : -548.2998 centred at (gu) : 90.89160 93.70231 93.09692 start vw surface at 0.1500000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 163987 reading accessible surface arcs data from file ARCDAT no. of arc points read = 30224 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 74263 mr = 119193 m= 19490 mr = 58680 m= 2809 mr = 14567 m= 164 mr = 1761 m= 0 mr = 49 time to grow re-entrant surface = 0.8700000 no. cavity mid-points inaccessible to solvent = 994 time to turn everything in is 1.530000 number of dielectric boundary points 66463 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 48 iepsmp to db, and charging done at 1.690000 number of grid points assigned charge 27407 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.573063 object centre at (A) : 22.60250 0.3244991 35.48650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2967952 4.0673461E-02 midg,1,midg; midg,igrid,midg -0.1564965 -0.1818911 1,midg,midg; igrid,midg,midg -8.7111518E-02 4.2697456E-02 gauss-seidel spectral radius is 0.9991160 estimated iterations to convergence 266 setup time was (sec) 1.930000 now iterating at: 17:39:48 rms-change max change #iterations 8.978889 293.6581 at 10iterations 4.971940 113.1055 at 20iterations 2.745045 56.62988 at 30iterations 1.510299 32.39748 at 40iterations 0.8269473 18.10728 at 50iterations 0.4540720 9.606431 at 60iterations 0.2479436 5.274017 at 70iterations 0.1355427 2.809027 at 80iterations 7.4083306E-02 1.450638 at 90iterations 4.0480934E-02 0.8401566 at 100iterations 2.2079637E-02 0.4419556 at 110iterations 1.2054414E-02 0.2589350 at 120iterations 6.5876776E-03 0.1324100 at 130iterations 3.5940330E-03 7.3276043E-02 at 140iterations 1.9654476E-03 3.9713383E-02 at 150iterations 1.0786256E-03 2.2055626E-02 at 160iterations 5.9350673E-04 1.1310577E-02 at 170iterations 3.2938106E-04 7.0133209E-03 at 180iterations finished qdiffx linear iterations at : 17:40:08 total time elapsed so far: 22.11000 # loops : 180 mean,max change (kT/e) : 3.2938106E-04 7.0133209E-03 energy calculations done at 22.11000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 22.28000 DelPhi exited at 17:40:08 22.286u 0.529s 0:23.09 98.7% 0+0k 0+0io 0pf+0w