Mon Oct 10 18:36:14 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 Mon Oct 10 2011 at 18:36: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2205 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6827772 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): -41.79400 4.074000 ymin,ymax (A): 57.31500 106.8570 zmin,zma (A): -21.85300 30.28700 x,y,z range (A): 45.86800 49.54200 52.14000 scale (grids/A): 0.6827772 object centre (A): -18.86000 82.08600 4.216999 number of atom coordinates read : 2205 total number of charged atoms : 2069 net assigned charge : 2.500008 assigned positive charge : 327.8042 centred at (gu) : 89.49440 88.36311 88.28832 assigned negative charge : -325.3047 centred at (gu) : 89.46472 88.51958 88.17986 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.9999998E-02 boundary points on vw surface= 7057 nv = 96 ne = 84 npr = 44227 no. pairs analyzed = 44227 no. exposed pairs = 2781 no. arc points = 19664 no. surface atoms = 937 nbur = 1268 mkacc time = 7.0000008E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 454 mr = 3889 m= 1 mr = 81 m= 0 mr = 0 time to grow re-entrant surface = 8.0000013E-02 no. cavity mid-points inaccessible to solvent = 10 time to turn everything in is 0.1700000 number of dielectric boundary points 3542 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1789 ## 161 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 7930 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -2.9545284E-08 3.0094306E-08 midg,1,midg; midg,igrid,midg 7.8358141E-08 -2.4707502E-08 1,midg,midg; igrid,midg,midg 2.9401497E-09 1.8015921E-08 gauss-seidel spectral radius is 0.9888461 estimated iterations to convergence 77 setup time was (sec) 0.3500000 now iterating at: 18:36:15 rms-change max change #iterations 0.1752810 23.58586 at 10iterations 1.9789791E-02 2.897057 at 20iterations 2.2541902E-03 0.3184376 at 30iterations 2.5949618E-04 3.6081314E-02 at 40iterations 3.0472420E-05 4.5394897E-03 at 50iterations finished qdiffx linear iterations at : 18:36:18 total time elapsed so far: 3.160000 # loops : 50 mean,max change (kT/e) : 3.0472420E-05 4.5394897E-03 energy calculations done at 3.160000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.290000 DelPhi exited at 18:36:18 3.292u 0.181s 0:03.90 88.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 18:36:19 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2205 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.048331 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): -41.79400 4.074000 ymin,ymax (A): 57.31500 106.8570 zmin,zma (A): -21.85300 30.28700 x,y,z range (A): 45.86800 49.54200 52.14000 scale (grids/A): 2.048331 object centre (A): -18.86000 82.08600 4.216999 number of atom coordinates read : 2205 total number of charged atoms : 2069 net assigned charge : 2.500008 assigned positive charge : 327.8042 centred at (gu) : 88.48282 85.08882 84.86452 assigned negative charge : -325.3047 centred at (gu) : 88.39409 85.55853 84.53922 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1600000 boundary points on vw surface= 74505 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19664 grid for indexing accessible points = 1.400000 m= 28751 mr = 51216 m= 5440 mr = 21567 m= 456 mr = 3620 m= 10 mr = 228 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 525 time to turn everything in is 0.3700000 number of dielectric boundary points 32531 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 95 iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 16415 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.6827772 object centre at (A) : -18.86000 82.08600 4.216999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.6682178E-02 4.7365967E-02 midg,1,midg; midg,igrid,midg 4.6674598E-02 -1.4653698E-02 1,midg,midg; igrid,midg,midg 1.0472612E-02 1.3831201E-02 gauss-seidel spectral radius is 0.9987763 estimated iterations to convergence 226 setup time was (sec) 0.5900000 now iterating at: 18:36:19 rms-change max change #iterations 4.443194 258.7943 at 10iterations 2.157330 76.52583 at 20iterations 1.052111 30.68761 at 30iterations 0.5128011 15.75400 at 40iterations 0.2495690 7.893135 at 50iterations 0.1222645 3.766243 at 60iterations 5.9382539E-02 1.717331 at 70iterations 2.8981635E-02 0.8467760 at 80iterations 1.4128050E-02 0.4253531 at 90iterations 6.8956790E-03 0.2198238 at 100iterations 3.3613665E-03 0.1143394 at 110iterations 1.6426021E-03 5.0712585E-02 at 120iterations finished qdiffx linear iterations at : 18:36:26 total time elapsed so far: 7.640000 # loops : 120 mean,max change (kT/e) : 1.6426021E-03 5.0712585E-02 energy calculations done at 7.640000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.770000 DelPhi exited at 18:36:27 7.768u 0.196s 0:08.28 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 Mon Oct 10 2011 at 18:36:27 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2205 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 2.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.072497 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): -41.79400 4.074000 ymin,ymax (A): 57.31500 106.8570 zmin,zma (A): -21.85300 30.28700 x,y,z range (A): 45.86800 49.54200 52.14000 scale (grids/A): 3.072497 object centre (A): -18.86000 82.08600 4.216999 number of atom coordinates read : 2205 total number of charged atoms : 2069 net assigned charge : 2.500008 assigned positive charge : 327.8042 centred at (gu) : 87.72393 82.63319 82.29674 assigned negative charge : -325.3047 centred at (gu) : 87.59111 83.33782 81.80882 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 172034 reading accessible surface arcs data from file ARCDAT no. of arc points read = 19664 grid for indexing accessible points = 1.400000 m= 89114 mr = 123886 m= 36621 mr = 73193 m= 10158 mr = 30079 m= 1840 mr = 7877 m= 193 mr = 1385 m= 8 mr = 129 m= 0 mr = 3 time to grow re-entrant surface = 0.5600000 no. cavity mid-points inaccessible to solvent = 1726 time to turn everything in is 0.9700000 number of dielectric boundary points 73416 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.060000 number of grid points assigned charge 16552 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) : 2.048331 object centre at (A) : -18.86000 82.08600 4.216999 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.2441419E-02 0.8994886 midg,1,midg; midg,igrid,midg 0.3929863 -3.5848919E-02 1,midg,midg; igrid,midg,midg 0.1472682 5.0728988E-02 gauss-seidel spectral radius is 0.9992878 estimated iterations to convergence 296 setup time was (sec) 1.200000 now iterating at: 18:36:28 rms-change max change #iterations 10.20898 384.6772 at 10iterations 6.027270 120.7738 at 20iterations 3.549057 66.75464 at 30iterations 2.080134 39.38771 at 40iterations 1.219729 24.95765 at 50iterations 0.7117399 12.17773 at 60iterations 0.4152475 7.020039 at 70iterations 0.2415556 4.506252 at 80iterations 0.1408598 2.691547 at 90iterations 8.1736900E-02 1.440855 at 100iterations 4.7486216E-02 0.8283253 at 110iterations 2.7666675E-02 0.4563293 at 120iterations 1.6097806E-02 0.2709603 at 130iterations 9.3381144E-03 0.1545200 at 140iterations 5.4292995E-03 9.3681335E-02 at 150iterations 3.1518275E-03 5.1742554E-02 at 160iterations 1.8309416E-03 3.0750275E-02 at 170iterations 1.0650994E-03 1.7501831E-02 at 180iterations finished qdiffx linear iterations at : 18:36:39 total time elapsed so far: 12.38000 # loops : 180 mean,max change (kT/e) : 1.0650994E-03 1.7501831E-02 energy calculations done at 12.38000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.50000 DelPhi exited at 18:36:40 12.506u 0.221s 0:13.02 97.6% 0+0k 0+0io 0pf+0w