Sat Oct 8 13:01:18 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 13:01:18 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3067 !!! WARNING: GLU 329 has a net charge of -2.0000 !!! WARNING: TPO 1 has a net charge of -1.2740 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.5768171 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): -23.68300 27.57900 ymin,ymax (A): -26.06800 24.78900 zmin,zma (A): -8.698999 53.01900 x,y,z range (A): 51.26200 50.85700 61.71800 scale (grids/A): 0.5768171 object centre (A): 1.948000 -0.6395006 22.16000 number of atom coordinates read : 3067 total number of charged atoms : 2919 net assigned charge : 5.226040 assigned positive charge : 457.2010 centred at (gu) : 91.02685 89.88480 90.11429 assigned negative charge : -451.9760 centred at (gu) : 91.13692 89.89600 90.24207 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 6658 nv = 96 ne = 84 npr = 62368 no. pairs analyzed = 62368 no. exposed pairs = 3850 no. arc points = 27061 no. surface atoms = 1290 nbur = 1777 mkacc time = 0.1600000 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.512000 m= 292 mr = 3565 m= 1 mr = 12 m= 0 mr = 0 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3500000 number of dielectric boundary points 3374 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2771 ## 338 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 8628 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 3.4884529E-09 -1.6020931E-09 midg,1,midg; midg,igrid,midg 1.3117635E-09 8.0600160E-10 1,midg,midg; igrid,midg,midg 2.5451345E-09 -1.5419527E-09 gauss-seidel spectral radius is 0.9844944 estimated iterations to convergence 66 setup time was (sec) 0.6400000 now iterating at: 13:01:19 rms-change max change #iterations 9.7435012E-02 15.69874 at 10iterations 7.9197632E-03 1.283669 at 20iterations 1.3298041E-03 0.2783699 at 30iterations 5.4981443E-04 0.1222649 at 40iterations 2.4865119E-04 5.5383682E-02 at 50iterations finished qdiffx linear iterations at : 13:01:23 total time elapsed so far: 5.050000 # loops : 50 mean,max change (kT/e) : 2.4865119E-04 5.5383682E-02 energy calculations done at 5.050000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.220000 DelPhi exited at 13:01:24 5.220u 0.492s 0:05.99 95.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 13:01: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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3067 !!! WARNING: GLU 329 has a net charge of -2.0000 !!! WARNING: TPO 1 has a net charge of -1.2740 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.730451 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): -23.68300 27.57900 ymin,ymax (A): -26.06800 24.78900 zmin,zma (A): -8.698999 53.01900 x,y,z range (A): 51.26200 50.85700 61.71800 scale (grids/A): 1.730451 object centre (A): 1.948000 -0.6395006 22.16000 number of atom coordinates read : 3067 total number of charged atoms : 2919 net assigned charge : 5.226040 assigned positive charge : 457.2010 centred at (gu) : 93.07935 89.65372 90.34165 assigned negative charge : -451.9760 centred at (gu) : 93.41054 89.68769 90.72598 start vw surface at 0.1200000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 73646 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27061 grid for indexing accessible points = 1.400000 m= 23744 mr = 50788 m= 2761 mr = 16683 m= 88 mr = 1429 m= 4 mr = 7 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 194 time to turn everything in is 0.6100000 number of dielectric boundary points 31336 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 268 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.7600000 number of grid points assigned charge 22613 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.5768171 object centre at (A) : 1.948000 -0.6395006 22.16000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.9110424E-02 1.9011728E-02 midg,1,midg; midg,igrid,midg 7.5647780E-03 5.8785928E-03 1,midg,midg; igrid,midg,midg 6.2580658E-03 -3.8260913E-03 gauss-seidel spectral radius is 0.9984020 estimated iterations to convergence 198 setup time was (sec) 0.9800000 now iterating at: 13:01:25 rms-change max change #iterations 3.811990 150.9724 at 10iterations 1.664037 55.72909 at 20iterations 0.7321972 28.09663 at 30iterations 0.3227488 11.24650 at 40iterations 0.1423881 6.070374 at 50iterations 6.2648065E-02 2.081961 at 60iterations 2.7851824E-02 0.9649849 at 70iterations 1.2454917E-02 0.4169178 at 80iterations 5.7598832E-03 0.2041931 at 90iterations 2.9109870E-03 0.1130486 at 100iterations 1.6573783E-03 6.6286087E-02 at 110iterations 1.0859759E-03 4.6493530E-02 at 120iterations finished qdiffx linear iterations at : 13:01:37 total time elapsed so far: 12.22000 # loops : 120 mean,max change (kT/e) : 1.0859759E-03 4.6493530E-02 energy calculations done at 12.22000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.40000 DelPhi exited at 13:01:37 12.402u 0.516s 0:13.20 97.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 Sat Oct 8 2011 at 13:01:37 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: 247 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3067 !!! WARNING: GLU 329 has a net charge of -2.0000 !!! WARNING: TPO 1 has a net charge of -1.2740 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.595677 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): -23.68300 27.57900 ymin,ymax (A): -26.06800 24.78900 zmin,zma (A): -8.698999 53.01900 x,y,z range (A): 51.26200 50.85700 61.71800 scale (grids/A): 2.595677 object centre (A): 1.948000 -0.6395006 22.16000 number of atom coordinates read : 3067 total number of charged atoms : 2919 net assigned charge : 5.226040 assigned positive charge : 457.2010 centred at (gu) : 94.61892 89.48054 90.51225 assigned negative charge : -451.9760 centred at (gu) : 95.11558 89.53147 91.08887 start vw surface at 0.1300000 fill in re-entrant regions at 0.5000000 boundary points on vw surface= 171152 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27061 grid for indexing accessible points = 1.400000 m= 80974 mr = 124064 m= 24276 mr = 64841 m= 4351 mr = 18544 m= 383 mr = 2868 m= 13 mr = 175 m= 0 mr = 2 time to grow re-entrant surface = 0.9300000 no. cavity mid-points inaccessible to solvent = 705 time to turn everything in is 1.550000 number of dielectric boundary points 70655 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 12 iepsmp to db, and charging done at 1.710000 number of grid points assigned charge 23331 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.730451 object centre at (A) : 1.948000 -0.6395006 22.16000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.7297508E-02 0.5493680 midg,1,midg; midg,igrid,midg 0.1071348 0.1062016 1,midg,midg; igrid,midg,midg 3.8169686E-02 -4.6366036E-02 gauss-seidel spectral radius is 0.9992033 estimated iterations to convergence 280 setup time was (sec) 1.930000 now iterating at: 13:01:40 rms-change max change #iterations 9.424286 261.5034 at 10iterations 5.394854 122.1651 at 20iterations 3.084278 75.92128 at 30iterations 1.750183 49.29500 at 40iterations 0.9931187 20.46922 at 50iterations 0.5610235 12.48067 at 60iterations 0.3176591 6.898943 at 70iterations 0.1795700 3.480001 at 80iterations 0.1013706 2.047749 at 90iterations 5.7219349E-02 1.150242 at 100iterations 3.2338962E-02 0.8182850 at 110iterations 1.8363705E-02 0.4225922 at 120iterations 1.0464296E-02 0.2174923 at 130iterations 6.0823420E-03 0.1214523 at 140iterations 3.6596847E-03 8.9237213E-02 at 150iterations 2.3252373E-03 5.3371429E-02 at 160iterations 1.6006395E-03 4.3773651E-02 at 170iterations 1.1883505E-03 2.9798508E-02 at 180iterations finished qdiffx linear iterations at : 13:01:59 total time elapsed so far: 20.70000 # loops : 180 mean,max change (kT/e) : 1.1883505E-03 2.9798508E-02 energy calculations done at 20.70000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.87000 DelPhi exited at 13:01:59 20.877u 0.567s 0:21.70 98.7% 0+0k 0+0io 0pf+0w