Sat Oct 8 14:33:49 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 Sat Oct 8 2011 at 14:33: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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3041 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 0.6395975 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): -11.82400 43.83600 ymin,ymax (A): -22.64200 22.72900 zmin,zma (A): -7.099000 47.11300 x,y,z range (A): 55.66000 45.37100 54.21200 scale (grids/A): 0.6395975 object centre (A): 16.00600 4.3499947E-02 20.00700 number of atom coordinates read : 3041 total number of charged atoms : 2894 net assigned charge : 1.4008060E-02 assigned positive charge : 458.3846 centred at (gu) : 88.79401 89.54941 91.69720 assigned negative charge : -458.3713 centred at (gu) : 88.77370 89.47536 91.60893 start vw surface at 0.1500000 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 8214 nv = 96 ne = 84 npr = 64239 no. pairs analyzed = 64239 no. exposed pairs = 3402 no. arc points = 23907 no. surface atoms = 1153 nbur = 1888 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 409 mr = 4833 m= 0 mr = 53 time to grow re-entrant surface = 0.1600000 no. cavity mid-points inaccessible to solvent = 8 time to turn everything in is 0.3300000 number of dielectric boundary points 3737 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2299 ## 222 charges are in solution ## iepsmp to db, and charging done at 0.4600000 number of grid points assigned charge 10045 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.4521075E-09 1.7083277E-08 midg,1,midg; midg,igrid,midg -1.1297877E-08 8.9314378E-09 1,midg,midg; igrid,midg,midg -3.7451442E-09 2.0313597E-09 gauss-seidel spectral radius is 0.9873652 estimated iterations to convergence 73 setup time was (sec) 0.6100000 now iterating at: 14:33:50 rms-change max change #iterations 0.1583562 21.73621 at 10iterations 1.6169412E-02 2.100718 at 20iterations 1.6561046E-03 0.2326660 at 30iterations 2.0380244E-04 2.5611877E-02 at 40iterations 3.2645872E-05 4.5533180E-03 at 50iterations finished qdiffx linear iterations at : 14:33:54 total time elapsed so far: 4.040000 # loops : 50 mean,max change (kT/e) : 3.2645872E-05 4.5533180E-03 energy calculations done at 4.040000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.220000 DelPhi exited at 14:33:54 4.226u 0.225s 0:04.87 91.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 Sat Oct 8 2011 at 14:33:54 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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3041 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 1.918792 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): -11.82400 43.83600 ymin,ymax (A): -22.64200 22.72900 zmin,zma (A): -7.099000 47.11300 x,y,z range (A): 55.66000 45.37100 54.21200 scale (grids/A): 1.918792 object centre (A): 16.00600 4.3499947E-02 20.00700 number of atom coordinates read : 3041 total number of charged atoms : 2894 net assigned charge : 1.4008060E-02 assigned positive charge : 458.3846 centred at (gu) : 86.38136 88.64759 95.09106 assigned negative charge : -458.3713 centred at (gu) : 86.32091 88.42571 94.82666 start vw surface at 0.1500000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 89479 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23907 grid for indexing accessible points = 1.400000 m= 32963 mr = 64975 m= 5322 mr = 24947 m= 302 mr = 3421 m= 3 mr = 88 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 804 time to turn everything in is 0.6400000 number of dielectric boundary points 34638 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 136 iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 22783 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.6395975 object centre at (A) : 16.00600 4.3499947E-02 20.00700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.9950174E-02 2.1760920E-02 midg,1,midg; midg,igrid,midg -3.3498340E-04 1.5043260E-02 1,midg,midg; igrid,midg,midg -3.1508926E-02 5.5163996E-03 gauss-seidel spectral radius is 0.9986869 estimated iterations to convergence 219 setup time was (sec) 0.9700000 now iterating at: 14:33:56 rms-change max change #iterations 4.778317 185.7909 at 10iterations 2.285004 69.90057 at 20iterations 1.085439 31.44584 at 30iterations 0.5160716 14.33326 at 40iterations 0.2456162 7.167255 at 50iterations 0.1170775 3.318677 at 60iterations 5.5730462E-02 1.638085 at 70iterations 2.6593575E-02 0.7496490 at 80iterations 1.2634168E-02 0.3438845 at 90iterations 6.0344222E-03 0.1831064 at 100iterations 2.8767621E-03 8.7826163E-02 at 110iterations 1.3738137E-03 4.4742584E-02 at 120iterations finished qdiffx linear iterations at : 14:34:04 total time elapsed so far: 9.520000 # loops : 120 mean,max change (kT/e) : 1.3738137E-03 4.4742584E-02 energy calculations done at 9.520000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.710000 DelPhi exited at 14:34:05 9.711u 0.274s 0:10.39 96.0% 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 14:34:05 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: 318 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3041 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 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= 7.0000000E-02 grid size : 179 scale,in grids/A, set to be: 2.878189 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): -11.82400 43.83600 ymin,ymax (A): -22.64200 22.72900 zmin,zma (A): -7.099000 47.11300 x,y,z range (A): 55.66000 45.37100 54.21200 scale (grids/A): 2.878189 object centre (A): 16.00600 4.3499947E-02 20.00700 number of atom coordinates read : 3041 total number of charged atoms : 2894 net assigned charge : 1.4008060E-02 assigned positive charge : 458.3846 centred at (gu) : 84.57196 87.97139 97.63662 assigned negative charge : -458.3713 centred at (gu) : 84.48129 87.63847 97.23986 start vw surface at 0.1600000 fill in re-entrant regions at 0.5600000 boundary points on vw surface= 207039 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23907 grid for indexing accessible points = 1.400000 m= 107146 mr = 156442 m= 39145 mr = 89631 m= 9450 mr = 31967 m= 1430 mr = 7212 m= 71 mr = 958 m= 2 mr = 9 m= 0 mr = 0 time to grow re-entrant surface = 1.020000 no. cavity mid-points inaccessible to solvent = 2775 time to turn everything in is 1.720000 number of dielectric boundary points 78064 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.880000 number of grid points assigned charge 23147 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.918792 object centre at (A) : 16.00600 4.3499947E-02 20.00700 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2355576 0.3282922 midg,1,midg; midg,igrid,midg -5.1598204E-03 0.1891388 1,midg,midg; igrid,midg,midg -0.4839749 0.1131157 gauss-seidel spectral radius is 0.9992753 estimated iterations to convergence 293 setup time was (sec) 2.070000 now iterating at: 14:34:07 rms-change max change #iterations 11.02937 337.2218 at 10iterations 6.468535 126.8511 at 20iterations 3.764969 74.45793 at 30iterations 2.189657 40.68369 at 40iterations 1.268911 20.97707 at 50iterations 0.7380711 12.88393 at 60iterations 0.4280310 7.902610 at 70iterations 0.2477886 4.518143 at 80iterations 0.1435655 2.422562 at 90iterations 8.3076522E-02 1.419127 at 100iterations 4.8050087E-02 0.7964573 at 110iterations 2.7752247E-02 0.4957275 at 120iterations 1.6078271E-02 0.2578049 at 130iterations 9.3145305E-03 0.1556301 at 140iterations 5.3840377E-03 0.1026511 at 150iterations 3.1163758E-03 4.9797058E-02 at 160iterations 1.8017507E-03 3.1327248E-02 at 170iterations 1.0466756E-03 1.7771184E-02 at 180iterations finished qdiffx linear iterations at : 14:34:21 total time elapsed so far: 15.87000 # loops : 180 mean,max change (kT/e) : 1.0466756E-03 1.7771184E-02 energy calculations done at 15.87000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.05000 DelPhi exited at 14:34:21 16.053u 0.291s 0:16.68 97.9% 0+0k 0+0io 0pf+0w