Mon Oct 10 20:17:20 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+sph2.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 = amb2.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 Mon Oct 10 2011 at 20:17:20 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2615 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.6172412 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.92700 41.88600 ymin,ymax (A): 28.50900 82.55800 zmin,zma (A): -12.90600 44.77000 x,y,z range (A): 52.81300 54.04900 57.67599 scale (grids/A): 0.6172412 object centre (A): 15.47950 55.53350 15.93200 number of atom coordinates read : 2615 total number of charged atoms : 2478 net assigned charge : -3.499990 assigned positive charge : 390.0277 centred at (gu) : 89.25830 90.86454 90.76847 assigned negative charge : -393.5288 centred at (gu) : 89.31414 90.96548 90.76812 start vw surface at 0.1700000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 6688 nv = 96 ne = 84 npr = 52814 no. pairs analyzed = 52814 no. exposed pairs = 3571 no. arc points = 25931 no. surface atoms = 1186 nbur = 1429 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 332 mr = 3308 m= 1 mr = 28 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3200000 number of dielectric boundary points 3685 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2469 ## 224 charges are in solution ## iepsmp to db, and charging done at 0.4300000 number of grid points assigned charge 8083 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.1831861E-09 -2.9797480E-09 midg,1,midg; midg,igrid,midg 2.9836893E-09 -1.0781838E-08 1,midg,midg; igrid,midg,midg 1.0868345E-09 -5.1308113E-09 gauss-seidel spectral radius is 0.9864202 estimated iterations to convergence 70 setup time was (sec) 0.5400000 now iterating at: 20:17:20 rms-change max change #iterations 0.1214813 17.56254 at 10iterations 1.1192746E-02 1.739956 at 20iterations 1.0858350E-03 0.1726894 at 30iterations 1.5970875E-04 2.9705048E-02 at 40iterations 4.2457970E-05 9.0875626E-03 at 50iterations finished qdiffx linear iterations at : 20:17:23 total time elapsed so far: 3.260000 # loops : 50 mean,max change (kT/e) : 4.2457970E-05 9.0875626E-03 energy calculations done at 3.260000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.460000 DelPhi exited at 20:17:24 3.459u 0.161s 0:04.11 87.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 Mon Oct 10 2011 at 20:17:24 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2615 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.851724 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.92700 41.88600 ymin,ymax (A): 28.50900 82.55800 zmin,zma (A): -12.90600 44.77000 x,y,z range (A): 52.81300 54.04900 57.67599 scale (grids/A): 1.851724 object centre (A): 15.47950 55.53350 15.93200 number of atom coordinates read : 2615 total number of charged atoms : 2478 net assigned charge : -3.499990 assigned positive charge : 390.0277 centred at (gu) : 87.77448 92.59286 92.30486 assigned negative charge : -393.5288 centred at (gu) : 87.94234 92.89650 92.30449 start vw surface at 0.1600000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 71659 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25931 grid for indexing accessible points = 1.400000 m= 23870 mr = 46672 m= 3598 mr = 16559 m= 162 mr = 2005 m= 2 mr = 34 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5500000 number of dielectric boundary points 34021 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 145 iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 19409 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.6172412 object centre at (A) : 15.47950 55.53350 15.93200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -6.2638843E-03 -4.2313367E-02 midg,1,midg; midg,igrid,midg 1.0306098E-02 -2.7727293E-02 1,midg,midg; igrid,midg,midg 2.3584859E-02 -6.7038130E-04 gauss-seidel spectral radius is 0.9985779 estimated iterations to convergence 210 setup time was (sec) 0.8400000 now iterating at: 20:17:25 rms-change max change #iterations 4.101586 208.4318 at 10iterations 1.881584 72.59287 at 20iterations 0.8697634 28.81499 at 30iterations 0.4001983 13.89133 at 40iterations 0.1838389 5.958264 at 50iterations 8.4921546E-02 2.837885 at 60iterations 3.9052580E-02 1.289997 at 70iterations 1.7967151E-02 0.6733880 at 80iterations 8.2994131E-03 0.2984104 at 90iterations 3.8319770E-03 0.1243401 at 100iterations 1.7849929E-03 6.4104080E-02 at 110iterations 8.2880585E-04 2.7652740E-02 at 120iterations finished qdiffx linear iterations at : 20:17:31 total time elapsed so far: 7.300000 # loops : 120 mean,max change (kT/e) : 8.2880585E-04 2.7652740E-02 energy calculations done at 7.300000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.500000 DelPhi exited at 20:17:32 7.506u 0.166s 0:07.98 95.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 Mon Oct 10 2011 at 20:17: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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2615 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.777585 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.92700 41.88600 ymin,ymax (A): 28.50900 82.55800 zmin,zma (A): -12.90600 44.77000 x,y,z range (A): 52.81300 54.04900 57.67599 scale (grids/A): 2.777585 object centre (A): 15.47950 55.53350 15.93200 number of atom coordinates read : 2615 total number of charged atoms : 2478 net assigned charge : -3.499990 assigned positive charge : 390.0277 centred at (gu) : 86.66158 93.88901 93.45730 assigned negative charge : -393.5288 centred at (gu) : 86.91347 94.34467 93.45667 start vw surface at 0.1600000 fill in re-entrant regions at 0.4600000 boundary points on vw surface= 166086 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25931 grid for indexing accessible points = 1.400000 m= 77903 mr = 114608 m= 26936 mr = 60878 m= 6155 mr = 20880 m= 747 mr = 4252 m= 32 mr = 422 m= 0 mr = 9 time to grow re-entrant surface = 0.7900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.360000 number of dielectric boundary points 76810 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.490000 number of grid points assigned charge 19823 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.851724 object centre at (A) : 15.47950 55.53350 15.93200 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.3657049E-02 -0.4919161 midg,1,midg; midg,igrid,midg 0.1463120 -0.1652849 1,midg,midg; igrid,midg,midg 0.2295484 -5.1107451E-02 gauss-seidel spectral radius is 0.9992555 estimated iterations to convergence 289 setup time was (sec) 1.650000 now iterating at: 20:17:34 rms-change max change #iterations 9.852221 375.3632 at 10iterations 5.824737 143.9060 at 20iterations 3.413093 75.48961 at 30iterations 1.985681 48.85908 at 40iterations 1.152801 22.80981 at 50iterations 0.6666728 14.09785 at 60iterations 0.3849140 8.045017 at 70iterations 0.2221083 4.143413 at 80iterations 0.1282872 2.476122 at 90iterations 7.3599108E-02 1.333199 at 100iterations 4.2279758E-02 0.7928391 at 110iterations 2.4297869E-02 0.4465141 at 120iterations 1.3966004E-02 0.2660446 at 130iterations 8.0497274E-03 0.1465015 at 140iterations 4.6362109E-03 8.3991051E-02 at 150iterations 2.6739126E-03 4.9392700E-02 at 160iterations 1.5470264E-03 3.0197144E-02 at 170iterations 9.0248260E-04 2.0896912E-02 at 180iterations finished qdiffx linear iterations at : 20:17:44 total time elapsed so far: 11.81000 # loops : 180 mean,max change (kT/e) : 9.0248260E-04 2.0896912E-02 energy calculations done at 11.81000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.00000 DelPhi exited at 20:17:45 12.001u 0.190s 0:12.55 97.1% 0+0k 0+0io 0pf+0w