Sun Oct 9 03:49:10 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 03:49:10 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: 321 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4945 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.4335753 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): -12.01700 56.10200 ymin,ymax (A): -11.40000 47.29500 zmin,zma (A): 16.13100 98.23900 x,y,z range (A): 68.11900 58.69500 82.10800 scale (grids/A): 0.4335753 object centre (A): 22.04250 17.94750 57.18500 number of atom coordinates read : 4945 total number of charged atoms : 4706 net assigned charge : 14.50001 assigned positive charge : 733.8456 centred at (gu) : 91.29337 90.97162 93.28838 assigned negative charge : -719.3519 centred at (gu) : 91.36652 91.00503 93.36157 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5591 nv = 96 ne = 84 npr = 99484 no. pairs analyzed = 99484 no. exposed pairs = 6308 no. arc points = 44295 no. surface atoms = 2103 nbur = 2842 mkacc time = 0.1700000 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.932000 m= 145 mr = 2665 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3200000 number of dielectric boundary points 3071 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3635 ## 804 charges are in solution ## iepsmp to db, and charging done at 0.3900000 number of grid points assigned charge 7623 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.8441127E-12 -7.5996918E-13 midg,1,midg; midg,igrid,midg 4.1374573E-12 2.6714720E-12 1,midg,midg; igrid,midg,midg 5.1450849E-12 -2.6870026E-13 gauss-seidel spectral radius is 0.9728941 estimated iterations to convergence 51 setup time was (sec) 0.5100000 now iterating at: 03:49:11 rms-change max change #iterations 2.9477157E-02 5.610351 at 10iterations 2.5617622E-03 0.4632568 at 20iterations 5.6854897E-04 9.1114044E-02 at 30iterations 1.3506589E-04 2.0572662E-02 at 40iterations 3.2345037E-05 4.8141479E-03 at 50iterations finished qdiffx linear iterations at : 03:49:14 total time elapsed so far: 3.550000 # loops : 50 mean,max change (kT/e) : 3.2345037E-05 4.8141479E-03 energy calculations done at 3.550000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.680000 DelPhi exited at 03:49:14 3.687u 0.185s 0:04.16 92.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 03:49:15 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: 321 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4945 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.300726 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): -12.01700 56.10200 ymin,ymax (A): -11.40000 47.29500 zmin,zma (A): 16.13100 98.23900 x,y,z range (A): 68.11900 58.69500 82.10800 scale (grids/A): 1.300726 object centre (A): 22.04250 17.94750 57.18500 number of atom coordinates read : 4945 total number of charged atoms : 4706 net assigned charge : 14.50001 assigned positive charge : 733.8456 centred at (gu) : 93.87875 92.91296 99.86304 assigned negative charge : -719.3519 centred at (gu) : 94.09931 93.01499 100.0849 start vw surface at 0.1300000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 65477 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44295 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.820000 m= 14676 mr = 43195 m= 739 mr = 8654 m= 5 mr = 148 m= 0 mr = 0 time to grow re-entrant surface = 0.1300000 no. cavity mid-points inaccessible to solvent = 947 time to turn everything in is 0.3500000 number of dielectric boundary points 28900 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 829 ## 22 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 32840 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.4335753 object centre at (A) : 22.04250 17.94750 57.18500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.2581871E-03 -8.1361989E-03 midg,1,midg; midg,igrid,midg 1.7307714E-03 2.3817339E-03 1,midg,midg; igrid,midg,midg 6.1986297E-03 3.7313038E-03 gauss-seidel spectral radius is 0.9972736 estimated iterations to convergence 153 setup time was (sec) 0.5500000 now iterating at: 03:49:15 rms-change max change #iterations 2.541004 117.0460 at 10iterations 0.8649518 39.56219 at 20iterations 0.2964361 13.10757 at 30iterations 0.1023200 4.091259 at 40iterations 3.5471633E-02 1.310079 at 50iterations 1.2471899E-02 0.5046997 at 60iterations 4.6313084E-03 0.1843834 at 70iterations 1.8971784E-03 8.0497742E-02 at 80iterations 8.9885318E-04 3.6354065E-02 at 90iterations 4.8337804E-04 1.7696381E-02 at 100iterations 2.7993496E-04 9.8152161E-03 at 110iterations 1.6646009E-04 5.6610107E-03 at 120iterations finished qdiffx linear iterations at : 03:49:22 total time elapsed so far: 7.490000 # loops : 120 mean,max change (kT/e) : 1.6646009E-04 5.6610107E-03 energy calculations done at 7.490000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.620000 DelPhi exited at 03:49:23 7.625u 0.211s 0:08.11 96.5% 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 03:49:23 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: 321 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 4945 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.951089 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): -12.01700 56.10200 ymin,ymax (A): -11.40000 47.29500 zmin,zma (A): 16.13100 98.23900 x,y,z range (A): 68.11900 58.69500 82.10800 scale (grids/A): 1.951089 object centre (A): 22.04250 17.94750 57.18500 number of atom coordinates read : 4945 total number of charged atoms : 4706 net assigned charge : 14.50001 assigned positive charge : 733.8456 centred at (gu) : 95.81748 94.36932 104.7944 assigned negative charge : -719.3519 centred at (gu) : 96.14891 94.52243 105.1270 start vw surface at 0.1200000 fill in re-entrant regions at 0.2900000 boundary points on vw surface= 154125 reading accessible surface arcs data from file ARCDAT no. of arc points read = 44295 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.792000 m= 57955 mr = 108356 m= 9651 mr = 42715 m= 651 mr = 5952 m= 13 mr = 253 m= 1 mr = 0 m= 0 mr = 0 time to grow re-entrant surface = 0.4100000 no. cavity mid-points inaccessible to solvent = 3140 time to turn everything in is 0.7700000 number of dielectric boundary points 65120 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 238 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.8600000 number of grid points assigned charge 37081 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.300726 object centre at (A) : 22.04250 17.94750 57.18500 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.0921336E-02 -0.2739413 midg,1,midg; midg,igrid,midg 4.0640406E-02 7.3245145E-02 1,midg,midg; igrid,midg,midg 0.1749292 9.9984951E-02 gauss-seidel spectral radius is 0.9988810 estimated iterations to convergence 237 setup time was (sec) 1.010000 now iterating at: 03:49:24 rms-change max change #iterations 7.731785 272.6930 at 10iterations 4.032105 118.7737 at 20iterations 2.086663 56.77545 at 30iterations 1.076600 28.39850 at 40iterations 0.5532712 14.33777 at 50iterations 0.2824924 6.311268 at 60iterations 0.1441358 3.511562 at 70iterations 7.3457934E-02 1.972074 at 80iterations 3.7274737E-02 0.9326210 at 90iterations 1.9029008E-02 0.4176235 at 100iterations 9.6919052E-03 0.2253304 at 110iterations 4.9283588E-03 0.1247097 at 120iterations 2.5309778E-03 5.9600830E-02 at 130iterations 1.3040958E-03 3.4070969E-02 at 140iterations 6.8513234E-04 1.6571045E-02 at 150iterations 3.6842402E-04 9.2055798E-03 at 160iterations 2.0534292E-04 5.2738190E-03 at 170iterations 1.1983298E-04 2.8114319E-03 at 180iterations finished qdiffx linear iterations at : 03:49:35 total time elapsed so far: 12.28000 # loops : 180 mean,max change (kT/e) : 1.1983298E-04 2.8114319E-03 energy calculations done at 12.28000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.41000 DelPhi exited at 03:49:36 12.410u 0.225s 0:13.11 96.3% 0+0k 0+0io 0pf+0w