Sat Oct 15 14:56:56 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 Sat Oct 15 2011 at 14:56:56 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 = 2749 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.0000001E-02 grid size : 179 scale,in grids/A, set to be: 0.6149806 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): -13.49500 39.27600 ymin,ymax (A): -35.89900 21.98900 zmin,zma (A): 6.689000 63.48300 x,y,z range (A): 52.77100 57.88800 56.79400 scale (grids/A): 0.6149806 object centre (A): 12.89050 -6.955001 35.08600 number of atom coordinates read : 2749 total number of charged atoms : 2610 net assigned charge : 10.50003 assigned positive charge : 406.2406 centred at (gu) : 90.32121 92.55610 88.45207 assigned negative charge : -395.7418 centred at (gu) : 90.40864 92.63002 88.46003 start vw surface at 9.0000004E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 7029 nv = 96 ne = 84 npr = 54350 no. pairs analyzed = 54350 no. exposed pairs = 3743 no. arc points = 26532 no. surface atoms = 1254 nbur = 1495 mkacc time = 8.9999996E-02 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 378 mr = 3573 m= 2 mr = 46 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 27 time to turn everything in is 0.2100000 number of dielectric boundary points 3790 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2634 ## 262 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 8620 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0869246E-08 4.9307123E-09 midg,1,midg; midg,igrid,midg 6.6574883E-09 4.9851097E-09 1,midg,midg; igrid,midg,midg 1.1479650E-08 2.3308608E-09 gauss-seidel spectral radius is 0.9863313 estimated iterations to convergence 70 setup time was (sec) 0.4500000 now iterating at: 14:56:56 rms-change max change #iterations 0.1217375 16.96249 at 10iterations 1.0917195E-02 1.621493 at 20iterations 1.0106704E-03 0.1589851 at 30iterations 9.7002485E-05 1.6571045E-02 at 40iterations 1.0532493E-05 1.3046265E-03 at 50iterations finished qdiffx linear iterations at : 14:57:00 total time elapsed so far: 3.840000 # loops : 50 mean,max change (kT/e) : 1.0532493E-05 1.3046265E-03 energy calculations done at 3.840000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.970000 DelPhi exited at 14:57:00 3.973u 0.243s 0:04.58 91.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 Sat Oct 15 2011 at 14:57:00 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 = 2749 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.844942 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): -13.49500 39.27600 ymin,ymax (A): -35.89900 21.98900 zmin,zma (A): 6.689000 63.48300 x,y,z range (A): 52.77100 57.88800 56.79400 scale (grids/A): 1.844942 object centre (A): 12.89050 -6.955001 35.08600 number of atom coordinates read : 2749 total number of charged atoms : 2610 net assigned charge : 10.50003 assigned positive charge : 406.2406 centred at (gu) : 90.96281 97.66766 85.35567 assigned negative charge : -395.7418 centred at (gu) : 91.22585 97.88970 85.38006 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 76859 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26532 grid for indexing accessible points = 1.400000 m= 26441 mr = 51502 m= 3897 mr = 18520 m= 198 mr = 2283 m= 0 mr = 57 time to grow re-entrant surface = 0.1900000 no. cavity mid-points inaccessible to solvent = 957 time to turn everything in is 0.4000000 number of dielectric boundary points 35033 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 202 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.5000000 number of grid points assigned charge 20460 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.6149806 object centre at (A) : 12.89050 -6.955001 35.08600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.1141500E-02 1.4108662E-02 midg,1,midg; midg,igrid,midg 2.7401289E-02 4.8271056E-02 1,midg,midg; igrid,midg,midg 2.3951715E-02 3.3734947E-02 gauss-seidel spectral radius is 0.9985706 estimated iterations to convergence 210 setup time was (sec) 0.6800000 now iterating at: 14:57:01 rms-change max change #iterations 4.043757 204.8810 at 10iterations 1.844398 74.49657 at 20iterations 0.8515786 26.79257 at 30iterations 0.3904066 12.90563 at 40iterations 0.1799797 6.361305 at 50iterations 8.2675807E-02 2.765255 at 60iterations 3.7921432E-02 1.278454 at 70iterations 1.7437618E-02 0.5431042 at 80iterations 8.0538904E-03 0.2618904 at 90iterations 3.6974847E-03 0.1126938 at 100iterations 1.7011077E-03 6.0896873E-02 at 110iterations 7.8137132E-04 2.4501801E-02 at 120iterations finished qdiffx linear iterations at : 14:57:10 total time elapsed so far: 9.120000 # loops : 120 mean,max change (kT/e) : 7.8137132E-04 2.4501801E-02 energy calculations done at 9.120000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.260000 DelPhi exited at 14:57:10 9.265u 0.266s 0:09.81 97.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 Sat Oct 15 2011 at 14:57: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2749 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.767413 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): -13.49500 39.27600 ymin,ymax (A): -35.89900 21.98900 zmin,zma (A): 6.689000 63.48300 x,y,z range (A): 52.77100 57.88800 56.79400 scale (grids/A): 2.767413 object centre (A): 12.89050 -6.955001 35.08600 number of atom coordinates read : 2749 total number of charged atoms : 2610 net assigned charge : 10.50003 assigned positive charge : 406.2406 centred at (gu) : 91.44404 101.5013 83.03342 assigned negative charge : -395.7418 centred at (gu) : 91.83878 101.8345 83.07005 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.3500000 boundary points on vw surface= 177942 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26532 grid for indexing accessible points = 1.400000 m= 86246 mr = 125658 m= 29985 mr = 68383 m= 6709 mr = 23341 m= 788 mr = 4824 m= 48 mr = 469 m= 0 mr = 21 time to grow re-entrant surface = 0.5800000 no. cavity mid-points inaccessible to solvent = 3396 time to turn everything in is 1.040000 number of dielectric boundary points 79022 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.160000 number of grid points assigned charge 20878 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.844942 object centre at (A) : 12.89050 -6.955001 35.08600 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2027035 0.2423574 midg,1,midg; midg,igrid,midg 0.2249781 0.8528486 1,midg,midg; igrid,midg,midg 0.1964338 0.5632436 gauss-seidel spectral radius is 0.9992595 estimated iterations to convergence 290 setup time was (sec) 1.350000 now iterating at: 14:57:12 rms-change max change #iterations 9.883121 285.3003 at 10iterations 5.854494 144.5854 at 20iterations 3.431615 84.65651 at 30iterations 1.998675 47.43583 at 40iterations 1.161778 22.46788 at 50iterations 0.6735019 12.84220 at 60iterations 0.3889557 8.309599 at 70iterations 0.2246670 4.338963 at 80iterations 0.1296389 2.369991 at 90iterations 7.4627154E-02 1.441308 at 100iterations 4.2951647E-02 0.7452736 at 110iterations 2.4708968E-02 0.4708014 at 120iterations 1.4224295E-02 0.2529449 at 130iterations 8.1761898E-03 0.1506271 at 140iterations 4.6992064E-03 9.0240479E-02 at 150iterations 2.7032429E-03 5.1021576E-02 at 160iterations 1.5512069E-03 3.1729698E-02 at 170iterations 8.9105580E-04 1.6269371E-02 at 180iterations finished qdiffx linear iterations at : 14:57:26 total time elapsed so far: 15.41000 # loops : 180 mean,max change (kT/e) : 8.9105580E-04 1.6269371E-02 energy calculations done at 15.41000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 15.55000 DelPhi exited at 14:57:27 15.547u 0.303s 0:16.32 97.0% 0+0k 0+0io 0pf+0w