Wed Dec 21 14:21:11 PST 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 Wed Dec 21 2011 at 14:21:11 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: 244 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1931 !!! WARNING: LYS 7 has a net charge of 0.0200 !!! WARNING: LYS 41 has a net charge of 0.0200 !!! WARNING: LYS 43 has a net charge of 0.0200 !!! WARNING: LYS 140 has a net charge of 0.0200 !!! WARNING: LYS 142 has a net charge of 0.0200 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6149594 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): -8.920000 48.97000 ymin,ymax (A): 8.456000 47.65300 zmin,zma (A): -3.597000 38.98000 x,y,z range (A): 57.89000 39.19700 42.57700 scale (grids/A): 0.6149594 object centre (A): 20.02500 28.05450 17.69150 number of atom coordinates read : 1931 total number of charged atoms : 1799 net assigned charge : -0.8999906 assigned positive charge : 282.3420 centred at (gu) : 90.11001 89.69597 90.49697 assigned negative charge : -283.2423 centred at (gu) : 90.09858 89.65830 90.63346 start vw surface at 0.1000000 fill in re-entrant regions at 0.1100000 boundary points on vw surface= 4919 nv = 96 ne = 84 npr = 39878 no. pairs analyzed = 39878 no. exposed pairs = 2425 no. arc points = 16909 no. surface atoms = 820 nbur = 1111 mkacc time = 9.9999994E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 209 mr = 2738 m= 1 mr = 17 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2300000 number of dielectric boundary points 2374 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1688 ## 198 charges are in solution ## iepsmp to db, and charging done at 0.3600000 number of grid points assigned charge 5923 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 4.5097939E-09 -7.1416513E-09 midg,1,midg; midg,igrid,midg -2.3148872E-09 9.2326963E-10 1,midg,midg; igrid,midg,midg -1.0332034E-09 -1.0306506E-10 gauss-seidel spectral radius is 0.9862502 estimated iterations to convergence 70 setup time was (sec) 0.5300000 now iterating at: 14:21:12 rms-change max change #iterations 0.1031713 19.42881 at 10iterations 9.4256643E-03 1.695030 at 20iterations 8.4258401E-04 0.1616011 at 30iterations 7.4267744E-05 1.1254549E-02 at 40iterations 6.8410163E-06 1.3239384E-03 at 50iterations finished qdiffx linear iterations at : 14:21:16 total time elapsed so far: 4.280000 # loops : 50 mean,max change (kT/e) : 6.8410163E-06 1.3239384E-03 energy calculations done at 4.280000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.440000 DelPhi exited at 14:21:17 4.447u 0.387s 0:06.20 77.7% 0+0k 0+0io 6pf+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 Wed Dec 21 2011 at 14:21: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: 244 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1931 !!! WARNING: LYS 7 has a net charge of 0.0200 !!! WARNING: LYS 41 has a net charge of 0.0200 !!! WARNING: LYS 43 has a net charge of 0.0200 !!! WARNING: LYS 140 has a net charge of 0.0200 !!! WARNING: LYS 142 has a net charge of 0.0200 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.844878 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): -8.920000 48.97000 ymin,ymax (A): 8.456000 47.65300 zmin,zma (A): -3.597000 38.98000 x,y,z range (A): 57.89000 39.19700 42.57700 scale (grids/A): 1.844878 object centre (A): 20.02500 28.05450 17.69150 number of atom coordinates read : 1931 total number of charged atoms : 1799 net assigned charge : -0.8999906 assigned positive charge : 282.3420 centred at (gu) : 90.33016 89.08799 91.49102 assigned negative charge : -283.2423 centred at (gu) : 90.29591 88.97507 91.90078 start vw surface at 0.1000000 fill in re-entrant regions at 0.1900000 boundary points on vw surface= 53579 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16909 grid for indexing accessible points = 1.400000 m= 18013 mr = 37004 m= 2319 mr = 13426 m= 90 mr = 1455 m= 0 mr = 28 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 1777 time to turn everything in is 0.4300000 number of dielectric boundary points 22088 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 144 iepsmp to db, and charging done at 0.5300000 number of grid points assigned charge 14145 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.6149594 object centre at (A) : 20.02500 28.05450 17.69150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.0800865E-03 -1.4250564E-02 midg,1,midg; midg,igrid,midg 1.9567763E-04 1.3135754E-03 1,midg,midg; igrid,midg,midg 1.7831711E-02 2.7326746E-02 gauss-seidel spectral radius is 0.9984660 estimated iterations to convergence 203 setup time was (sec) 0.7100000 now iterating at: 14:21:20 rms-change max change #iterations 3.314931 162.8383 at 10iterations 1.477127 60.44457 at 20iterations 0.6626291 25.78587 at 30iterations 0.2966934 13.15036 at 40iterations 0.1328076 4.855678 at 50iterations 5.9309818E-02 2.576611 at 60iterations 2.6498945E-02 1.063263 at 70iterations 1.1866783E-02 0.4577255 at 80iterations 5.3273365E-03 0.2175751 at 90iterations 2.3842452E-03 8.7451935E-02 at 100iterations 1.0660760E-03 3.9364398E-02 at 110iterations 4.7781391E-04 1.6746521E-02 at 120iterations finished qdiffx linear iterations at : 14:21:29 total time elapsed so far: 9.860000 # loops : 120 mean,max change (kT/e) : 4.7781391E-04 1.6746521E-02 energy calculations done at 9.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.02000 DelPhi exited at 14:21:32 10.028u 0.438s 0:13.63 76.6% 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 Wed Dec 21 2011 at 14:21: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: 244 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1931 !!! WARNING: LYS 7 has a net charge of 0.0200 !!! WARNING: LYS 41 has a net charge of 0.0200 !!! WARNING: LYS 43 has a net charge of 0.0200 !!! WARNING: LYS 140 has a net charge of 0.0200 !!! WARNING: LYS 142 has a net charge of 0.0200 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 3.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.767317 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): -8.920000 48.97000 ymin,ymax (A): 8.456000 47.65300 zmin,zma (A): -3.597000 38.98000 x,y,z range (A): 57.89000 39.19700 42.57700 scale (grids/A): 2.767317 object centre (A): 20.02500 28.05450 17.69150 number of atom coordinates read : 1931 total number of charged atoms : 1799 net assigned charge : -0.8999906 assigned positive charge : 282.3420 centred at (gu) : 90.49521 88.63194 92.23640 assigned negative charge : -283.2423 centred at (gu) : 90.44383 88.46272 92.85121 start vw surface at 0.1100000 fill in re-entrant regions at 0.3800000 boundary points on vw surface= 124250 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16909 grid for indexing accessible points = 1.400000 m= 60624 mr = 89943 m= 19631 mr = 49974 m= 3922 mr = 15843 m= 372 mr = 2948 m= 13 mr = 248 m= 0 mr = 6 time to grow re-entrant surface = 0.6500000 no. cavity mid-points inaccessible to solvent = 5997 time to turn everything in is 1.100000 number of dielectric boundary points 49850 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.270000 number of grid points assigned charge 14391 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.844878 object centre at (A) : 20.02500 28.05450 17.69150 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 5.4993797E-02 -0.1423167 midg,1,midg; midg,igrid,midg 4.0561941E-02 1.8614676E-02 1,midg,midg; igrid,midg,midg 0.2636530 0.3895541 gauss-seidel spectral radius is 0.9991946 estimated iterations to convergence 278 setup time was (sec) 1.460000 now iterating at: 14:21:34 rms-change max change #iterations 7.927666 357.0620 at 10iterations 4.491812 115.6395 at 20iterations 2.533317 63.95876 at 30iterations 1.423317 30.33520 at 40iterations 0.8001162 18.81356 at 50iterations 0.4483488 10.06777 at 60iterations 0.2511215 5.351973 at 70iterations 0.1410781 3.223534 at 80iterations 7.8685835E-02 1.762131 at 90iterations 4.4185065E-02 0.9187040 at 100iterations 2.4726167E-02 0.5589981 at 110iterations 1.3845991E-02 0.2845216 at 120iterations 7.7609611E-03 0.1556988 at 130iterations 4.3463460E-03 0.1050568 at 140iterations 2.4326001E-03 5.3838730E-02 at 150iterations 1.3587249E-03 2.8890610E-02 at 160iterations 7.6207786E-04 1.6515970E-02 at 170iterations 4.2633247E-04 8.9416504E-03 at 180iterations finished qdiffx linear iterations at : 14:21:49 total time elapsed so far: 16.26000 # loops : 180 mean,max change (kT/e) : 4.2633247E-04 8.9416504E-03 energy calculations done at 16.26000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.44000 DelPhi exited at 14:21:51 16.441u 0.443s 0:19.52 86.4% 0+0k 0+0io 0pf+0w