Sat Oct 8 18:52:13 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+sph2.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 = amb2.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 18:52:13 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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2594 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 556 has a net charge of 1.4000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 0.1000000 grid size : 179 scale,in grids/A, set to be: 0.6299324 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): -31.81600 17.45500 ymin,ymax (A): -22.99600 23.82300 zmin,zma (A): -12.27400 44.24000 x,y,z range (A): 49.27100 46.81900 56.51400 scale (grids/A): 0.6299324 object centre (A): -7.180500 0.4134998 15.98300 number of atom coordinates read : 2594 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 392.6040 centred at (gu) : 88.52657 88.76569 89.94553 assigned negative charge : -388.6046 centred at (gu) : 88.43756 88.81196 89.81789 start vw surface at 0.1800000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6743 nv = 96 ne = 84 npr = 54141 no. pairs analyzed = 54141 no. exposed pairs = 2976 no. arc points = 21355 no. surface atoms = 1005 nbur = 1589 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 342 mr = 3826 m= 0 mr = 29 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 118 time to turn everything in is 0.3200000 number of dielectric boundary points 3230 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2164 ## 232 charges are in solution ## iepsmp to db, and charging done at 0.4400000 number of grid points assigned charge 8339 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -7.0677650E-09 1.5314841E-08 midg,1,midg; midg,igrid,midg 1.1071373E-08 2.9482758E-10 1,midg,midg; igrid,midg,midg -4.9676556E-09 8.8687964E-09 gauss-seidel spectral radius is 0.9869419 estimated iterations to convergence 72 setup time was (sec) 0.5500000 now iterating at: 18:52:13 rms-change max change #iterations 0.1376043 21.12930 at 10iterations 1.3310625E-02 2.089813 at 20iterations 1.2674718E-03 0.1879082 at 30iterations 1.2598024E-04 1.7654419E-02 at 40iterations 1.2379305E-05 1.8234253E-03 at 50iterations finished qdiffx linear iterations at : 18:52:16 total time elapsed so far: 2.960000 # loops : 50 mean,max change (kT/e) : 1.2379305E-05 1.8234253E-03 energy calculations done at 2.960000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.130000 DelPhi exited at 18:52:16 3.134u 0.151s 0:03.55 92.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 18:52:16 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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2594 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 556 has a net charge of 1.4000 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.889797 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): -31.81600 17.45500 ymin,ymax (A): -22.99600 23.82300 zmin,zma (A): -12.27400 44.24000 x,y,z range (A): 49.27100 46.81900 56.51400 scale (grids/A): 1.889797 object centre (A): -7.180500 0.4134998 15.98300 number of atom coordinates read : 2594 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 392.6040 centred at (gu) : 85.57915 86.29663 89.83598 assigned negative charge : -388.6046 centred at (gu) : 85.31248 86.43566 89.45336 start vw surface at 0.1500000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 73022 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21355 grid for indexing accessible points = 1.400000 m= 26574 mr = 51324 m= 3963 mr = 20026 m= 179 mr = 2540 m= 1 mr = 64 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 3836 time to turn everything in is 0.5200000 number of dielectric boundary points 29785 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 171 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.6300000 number of grid points assigned charge 19276 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.6299324 object centre at (A) : -7.180500 0.4134998 15.98300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.9517647E-02 2.8371759E-02 midg,1,midg; midg,igrid,midg 1.6249636E-02 1.5293661E-03 1,midg,midg; igrid,midg,midg -2.2641937E-03 3.1667221E-02 gauss-seidel spectral radius is 0.9986084 estimated iterations to convergence 212 setup time was (sec) 0.7800000 now iterating at: 18:52:17 rms-change max change #iterations 4.152122 173.4143 at 10iterations 1.934275 71.55202 at 20iterations 0.8988352 30.25322 at 30iterations 0.4163254 13.62456 at 40iterations 0.1942200 7.028492 at 50iterations 9.0479679E-02 2.930077 at 60iterations 4.2132914E-02 1.423311 at 70iterations 1.9554608E-02 0.7121983 at 80iterations 9.0885730E-03 0.3358383 at 90iterations 4.2416370E-03 0.1433754 at 100iterations 1.9696923E-03 6.5059662E-02 at 110iterations 9.1812998E-04 2.8182983E-02 at 120iterations finished qdiffx linear iterations at : 18:52:23 total time elapsed so far: 6.780000 # loops : 120 mean,max change (kT/e) : 9.1812998E-04 2.8182983E-02 energy calculations done at 6.780000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 6.960000 DelPhi exited at 18:52:24 6.967u 0.149s 0:07.38 96.2% 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 18:52: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: 280 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2594 !!! WARNING: HIZ 94 has a net charge of 0.2000 !!! WARNING: HIZ 96 has a net charge of 0.2000 !!! WARNING: HIY 119 has a net charge of 0.2000 !!! WARNING: ZN5 556 has a net charge of 1.4000 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.834696 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): -31.81600 17.45500 ymin,ymax (A): -22.99600 23.82300 zmin,zma (A): -12.27400 44.24000 x,y,z range (A): 49.27100 46.81900 56.51400 scale (grids/A): 2.834696 object centre (A): -7.180500 0.4134998 15.98300 number of atom coordinates read : 2594 total number of charged atoms : 2454 net assigned charge : 4.000009 assigned positive charge : 392.6040 centred at (gu) : 83.36854 84.44479 89.75394 assigned negative charge : -388.6046 centred at (gu) : 82.96854 84.65358 89.17996 start vw surface at 0.1400000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 168821 reading accessible surface arcs data from file ARCDAT no. of arc points read = 21355 grid for indexing accessible points = 1.400000 m= 86516 mr = 124100 m= 31079 mr = 71777 m= 7108 mr = 25334 m= 835 mr = 5474 m= 34 mr = 512 m= 0 mr = 6 time to grow re-entrant surface = 0.7300000 no. cavity mid-points inaccessible to solvent = 13153 time to turn everything in is 1.260000 number of dielectric boundary points 67190 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.390000 number of grid points assigned charge 19626 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.889797 object centre at (A) : -7.180500 0.4134998 15.98300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1140988 0.3312006 midg,1,midg; midg,igrid,midg 0.1890116 -1.0046882E-02 1,midg,midg; igrid,midg,midg 3.0993534E-02 0.3734232 gauss-seidel spectral radius is 0.9992450 estimated iterations to convergence 287 setup time was (sec) 1.550000 now iterating at: 18:52:25 rms-change max change #iterations 9.683602 320.6652 at 10iterations 5.576943 120.0533 at 20iterations 3.198728 65.26691 at 30iterations 1.832783 36.72656 at 40iterations 1.049488 21.85844 at 50iterations 0.6002979 11.91941 at 60iterations 0.3430060 6.139241 at 70iterations 0.1963652 3.622784 at 80iterations 0.1121750 2.196167 at 90iterations 6.3987866E-02 1.224510 at 100iterations 3.6660869E-02 0.7462692 at 110iterations 2.0958696E-02 0.3904123 at 120iterations 1.1978647E-02 0.2286911 at 130iterations 6.8432745E-03 0.1306343 at 140iterations 3.9127301E-03 7.3467255E-02 at 150iterations 2.2475799E-03 4.2201996E-02 at 160iterations 1.2901581E-03 2.5833130E-02 at 170iterations 7.4488472E-04 1.6504288E-02 at 180iterations finished qdiffx linear iterations at : 18:52:35 total time elapsed so far: 10.92000 # loops : 180 mean,max change (kT/e) : 7.4488472E-04 1.6504288E-02 energy calculations done at 10.92000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.09000 DelPhi exited at 18:52:35 11.095u 0.176s 0:11.54 97.5% 0+0k 0+0io 0pf+0w