Tue Nov 22 14:09:34 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 Tue Nov 22 2011 at 14:09:38 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1934 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.5746755 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.05100 3.761000 ymin,ymax (A): 13.18400 55.90800 zmin,zma (A): -3.690000 58.25800 x,y,z range (A): 44.81200 42.72400 61.94800 scale (grids/A): 0.5746755 object centre (A): -18.64500 34.54600 27.28400 number of atom coordinates read : 1934 total number of charged atoms : 1802 net assigned charge : 5.000010 assigned positive charge : 285.0061 centred at (gu) : 89.49416 89.58204 89.99998 assigned negative charge : -280.0063 centred at (gu) : 89.55756 89.47186 89.99986 start vw surface at 7.0000000E-02 fill in re-entrant regions at 7.0000000E-02 boundary points on vw surface= 4207 nv = 96 ne = 84 npr = 39762 no. pairs analyzed = 39762 no. exposed pairs = 2403 no. arc points = 16910 no. surface atoms = 821 nbur = 1113 mkacc time = 6.0000002E-02 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= 178 mr = 2236 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 7.0000008E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1500000 number of dielectric boundary points 2139 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1699 ## 199 charges are in solution ## iepsmp to db, and charging done at 0.2200000 number of grid points assigned charge 5280 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 9.0782898E-10 9.1081559E-10 midg,1,midg; midg,igrid,midg -4.3287543E-10 1.9684974E-09 1,midg,midg; igrid,midg,midg 1.8463939E-09 1.5333196E-10 gauss-seidel spectral radius is 0.9842860 estimated iterations to convergence 66 setup time was (sec) 0.3500000 now iterating at: 14:09:41 rms-change max change #iterations 7.3743396E-02 13.87181 at 10iterations 5.7557132E-03 1.055674 at 20iterations 4.2625944E-04 9.8787785E-02 at 30iterations 3.2588432E-05 6.9732666E-03 at 40iterations 2.4724732E-06 4.1961670E-04 at 50iterations finished qdiffx linear iterations at : 14:09:48 total time elapsed so far: 3.510000 # loops : 50 mean,max change (kT/e) : 2.4724732E-06 4.1961670E-04 energy calculations done at 3.510000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.640000 DelPhi exited at 14:09:49 3.642u 0.212s 0:11.19 34.4% 0+0k 0+0io 3pf+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 Tue Nov 22 2011 at 14:09:50 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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1934 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: 1.724027 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.05100 3.761000 ymin,ymax (A): 13.18400 55.90800 zmin,zma (A): -3.690000 58.25800 x,y,z range (A): 44.81200 42.72400 61.94800 scale (grids/A): 1.724027 object centre (A): -18.64500 34.54600 27.28400 number of atom coordinates read : 1934 total number of charged atoms : 1802 net assigned charge : 5.000010 assigned positive charge : 285.0061 centred at (gu) : 88.48239 88.74606 89.99996 assigned negative charge : -280.0063 centred at (gu) : 88.67297 88.41579 89.99992 start vw surface at 7.9999998E-02 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 45820 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16910 grid for indexing accessible points = 1.400000 m= 14888 mr = 31070 m= 1764 mr = 10919 m= 59 mr = 965 m= 0 mr = 3 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 1526 time to turn everything in is 0.2500000 number of dielectric boundary points 19574 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 179 iepsmp to db, and charging done at 0.3300000 number of grid points assigned charge 13979 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.5746755 object centre at (A) : -18.64500 34.54600 27.28400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.0928623E-02 1.8435780E-02 midg,1,midg; midg,igrid,midg -2.3539530E-03 4.4254409E-03 1,midg,midg; igrid,midg,midg 8.1588875E-04 1.8551940E-03 gauss-seidel spectral radius is 0.9982511 estimated iterations to convergence 190 setup time was (sec) 0.4800000 now iterating at: 14:09:53 rms-change max change #iterations 2.866070 150.1937 at 10iterations 1.216674 51.48899 at 20iterations 0.5136724 22.01440 at 30iterations 0.2173589 9.234913 at 40iterations 9.2326485E-02 3.744107 at 50iterations 3.9193965E-02 1.648039 at 60iterations 1.6561892E-02 0.6422262 at 70iterations 6.9985487E-03 0.2917519 at 80iterations 2.9733104E-03 0.1182957 at 90iterations 1.2603051E-03 5.3557158E-02 at 100iterations 5.3486734E-04 2.2447467E-02 at 110iterations 2.2566815E-04 8.9130402E-03 at 120iterations finished qdiffx linear iterations at : 14:10:08 total time elapsed so far: 7.940000 # loops : 120 mean,max change (kT/e) : 2.2566815E-04 8.9130402E-03 energy calculations done at 7.940000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.070000 DelPhi exited at 14:10:09 8.072u 0.233s 0:19.91 41.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 Tue Nov 22 2011 at 14:10: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: 228 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1934 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.586040 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.05100 3.761000 ymin,ymax (A): 13.18400 55.90800 zmin,zma (A): -3.690000 58.25800 x,y,z range (A): 44.81200 42.72400 61.94800 scale (grids/A): 2.586040 object centre (A): -18.64500 34.54600 27.28400 number of atom coordinates read : 1934 total number of charged atoms : 1802 net assigned charge : 5.000010 assigned positive charge : 285.0061 centred at (gu) : 87.72381 88.11915 90.00002 assigned negative charge : -280.0063 centred at (gu) : 88.00954 87.62379 89.99990 start vw surface at 7.0000000E-02 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 106029 reading accessible surface arcs data from file ARCDAT no. of arc points read = 16910 grid for indexing accessible points = 1.400000 m= 50224 mr = 75256 m= 15730 mr = 40997 m= 2924 mr = 12571 m= 250 mr = 2064 m= 4 mr = 104 m= 0 mr = 0 time to grow re-entrant surface = 0.3100000 no. cavity mid-points inaccessible to solvent = 5318 time to turn everything in is 0.6000000 number of dielectric boundary points 44169 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 8 iepsmp to db, and charging done at 0.6900000 number of grid points assigned charge 14415 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.724027 object centre at (A) : -18.64500 34.54600 27.28400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1944433 0.1661832 midg,1,midg; midg,igrid,midg -5.0306715E-02 3.4036346E-02 1,midg,midg; igrid,midg,midg -1.8643150E-02 1.4325963E-02 gauss-seidel spectral radius is 0.9991243 estimated iterations to convergence 267 setup time was (sec) 0.8600000 now iterating at: 14:10:11 rms-change max change #iterations 7.091154 274.0057 at 10iterations 3.907489 126.7234 at 20iterations 2.144498 53.01996 at 30iterations 1.169005 26.97178 at 40iterations 0.6398033 15.11730 at 50iterations 0.3482201 7.732677 at 60iterations 0.1901772 4.481073 at 70iterations 0.1036744 2.287731 at 80iterations 5.6494318E-02 1.336727 at 90iterations 3.0753346E-02 0.6785808 at 100iterations 1.6784748E-02 0.3814774 at 110iterations 9.1552902E-03 0.2263718 at 120iterations 4.9795457E-03 0.1173401 at 130iterations 2.7163534E-03 6.0562134E-02 at 140iterations 1.4838248E-03 3.5552979E-02 at 150iterations 8.0852589E-04 2.0252228E-02 at 160iterations 4.4136317E-04 9.2983246E-03 at 170iterations 2.4051778E-04 5.6796074E-03 at 180iterations finished qdiffx linear iterations at : 14:10:35 total time elapsed so far: 12.79000 # loops : 180 mean,max change (kT/e) : 2.4051778E-04 5.6796074E-03 energy calculations done at 12.79000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.92000 DelPhi exited at 14:10:36 12.925u 0.232s 0:25.86 50.8% 0+0k 0+0io 0pf+0w