Fri Feb 3 15:40:54 PST 2012 #!/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 Fri Feb 3 2012 at 15:40:54 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 ! Automatically converted by prot2crg.py # of charge parameter records: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3686 !!! WARNING: ZN 951 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: 0.5559980 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): -30.10400 33.92500 ymin,ymax (A): -31.44200 31.33500 zmin,zma (A): 29.24300 86.38400 x,y,z range (A): 64.02901 62.77700 57.14100 scale (grids/A): 0.5559980 object centre (A): 1.910501 -5.3500175E-02 57.81350 number of atom coordinates read : 3686 total number of charged atoms : 3534 net assigned charge : -5.599985 assigned positive charge : 558.4215 centred at (gu) : 89.99907 91.65793 91.19834 assigned negative charge : -564.0234 centred at (gu) : 90.08995 91.72526 91.14634 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 7315 nv = 96 ne = 84 npr = 75393 no. pairs analyzed = 75393 no. exposed pairs = 4731 no. arc points = 33061 no. surface atoms = 1570 nbur = 2116 mkacc time = 0.1500000 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.540000 m= 285 mr = 3736 m= 1 mr = 22 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3100000 number of dielectric boundary points 3843 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 3310 ## 376 charges are in solution ## iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 9587 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.5206575E-10 1.7650843E-10 midg,1,midg; midg,igrid,midg 1.9778897E-10 -1.9922712E-09 1,midg,midg; igrid,midg,midg 5.8685945E-10 -1.6162789E-09 gauss-seidel spectral radius is 0.9833693 estimated iterations to convergence 64 setup time was (sec) 0.5000000 now iterating at: 15:40:55 rms-change max change #iterations 9.0649180E-02 13.59153 at 10iterations 6.3479217E-03 1.099961 at 20iterations 4.8044717E-04 7.7421188E-02 at 30iterations 5.6614306E-05 8.4972382E-03 at 40iterations 1.3253982E-05 2.1622181E-03 at 50iterations finished qdiffx linear iterations at : 15:40:58 total time elapsed so far: 3.460000 # loops : 50 mean,max change (kT/e) : 1.3253982E-05 2.1622181E-03 energy calculations done at 3.460000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.600000 DelPhi exited at 15:40:58 3.604u 0.195s 0:04.13 91.7% 0+0k 344+46216io 2pf+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 Fri Feb 3 2012 at 15:40:58 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 ! Automatically converted by prot2crg.py # of charge parameter records: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3686 !!! WARNING: ZN 951 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: 1.667994 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): -30.10400 33.92500 ymin,ymax (A): -31.44200 31.33500 zmin,zma (A): 29.24300 86.38400 x,y,z range (A): 64.02901 62.77700 57.14100 scale (grids/A): 1.667994 object centre (A): 1.910501 -5.3500175E-02 57.81350 number of atom coordinates read : 3686 total number of charged atoms : 3534 net assigned charge : -5.599985 assigned positive charge : 558.4215 centred at (gu) : 89.99609 94.97269 93.59406 assigned negative charge : -564.0234 centred at (gu) : 90.26952 95.17494 93.43865 start vw surface at 0.1300000 fill in re-entrant regions at 0.2100000 boundary points on vw surface= 80626 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33061 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 24708 mr = 54659 m= 2682 mr = 16720 m= 93 mr = 1308 m= 0 mr = 7 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4900000 number of dielectric boundary points 35415 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 348 iepsmp to db, and charging done at 0.5800000 number of grid points assigned charge 27271 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.5559980 object centre at (A) : 1.910501 -5.3500175E-02 57.81350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.0067623E-02 -7.1961605E-03 midg,1,midg; midg,igrid,midg -9.7203897E-03 -2.1046447E-02 1,midg,midg; igrid,midg,midg 1.1071777E-02 -9.4376225E-03 gauss-seidel spectral radius is 0.9983307 estimated iterations to convergence 194 setup time was (sec) 0.7000000 now iterating at: 15:40:59 rms-change max change #iterations 4.003376 154.8507 at 10iterations 1.723400 66.28209 at 20iterations 0.7457228 25.03621 at 30iterations 0.3206547 11.04229 at 40iterations 0.1383710 4.486532 at 50iterations 6.0039658E-02 1.896770 at 60iterations 2.5923951E-02 0.9177570 at 70iterations 1.1211297E-02 0.3451190 at 80iterations 4.8459419E-03 0.1606102 at 90iterations 2.1039697E-03 6.4402819E-02 at 100iterations 9.1361511E-04 2.8898239E-02 at 110iterations 3.9744811E-04 1.2320518E-02 at 120iterations finished qdiffx linear iterations at : 15:41:07 total time elapsed so far: 7.940000 # loops : 120 mean,max change (kT/e) : 3.9744811E-04 1.2320518E-02 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.080000 DelPhi exited at 15:41:07 8.086u 0.216s 0:08.64 95.9% 0+0k 0+45416io 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 Fri Feb 3 2012 at 15:41:07 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 ! Automatically converted by prot2crg.py # of charge parameter records: 327 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3686 !!! WARNING: ZN 951 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.501991 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): -30.10400 33.92500 ymin,ymax (A): -31.44200 31.33500 zmin,zma (A): 29.24300 86.38400 x,y,z range (A): 64.02901 62.77700 57.14100 scale (grids/A): 2.501991 object centre (A): 1.910501 -5.3500175E-02 57.81350 number of atom coordinates read : 3686 total number of charged atoms : 3534 net assigned charge : -5.599985 assigned positive charge : 558.4215 centred at (gu) : 89.99394 97.45870 95.39070 assigned negative charge : -564.0234 centred at (gu) : 90.40403 97.76244 95.15788 start vw surface at 0.1200000 fill in re-entrant regions at 0.3700000 boundary points on vw surface= 187253 reading accessible surface arcs data from file ARCDAT no. of arc points read = 33061 grid for indexing accessible points = 1.400000 m= 85912 mr = 133812 m= 24033 mr = 67483 m= 4189 mr = 17708 m= 387 mr = 2730 m= 5 mr = 178 m= 0 mr = 0 time to grow re-entrant surface = 0.7800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.250000 number of dielectric boundary points 79868 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 18 iepsmp to db, and charging done at 1.340000 number of grid points assigned charge 28250 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.667994 object centre at (A) : 1.910501 -5.3500175E-02 57.81350 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.1205709 -2.8609758E-02 midg,1,midg; midg,igrid,midg -0.3262418 -0.3013122 1,midg,midg; igrid,midg,midg 0.1409733 -3.2746434E-02 gauss-seidel spectral radius is 0.9991957 estimated iterations to convergence 278 setup time was (sec) 1.480000 now iterating at: 15:41:09 rms-change max change #iterations 10.16728 325.8590 at 10iterations 5.833642 146.3463 at 20iterations 3.318653 70.97849 at 30iterations 1.888932 41.04819 at 40iterations 1.070830 22.44189 at 50iterations 0.6050010 11.67764 at 60iterations 0.3415552 7.891670 at 70iterations 0.1923287 4.321885 at 80iterations 0.1088342 2.169333 at 90iterations 6.1191913E-02 1.277029 at 100iterations 3.4424808E-02 0.6543970 at 110iterations 1.9358261E-02 0.3815384 at 120iterations 1.0876996E-02 0.2131472 at 130iterations 6.1152922E-03 0.1118431 at 140iterations 3.4235087E-03 6.1813831E-02 at 150iterations 1.9237961E-03 3.5405874E-02 at 160iterations 1.0793285E-03 2.0725250E-02 at 170iterations 6.0589472E-04 1.1837006E-02 at 180iterations finished qdiffx linear iterations at : 15:41:20 total time elapsed so far: 13.00000 # loops : 180 mean,max change (kT/e) : 6.0589472E-04 1.1837006E-02 energy calculations done at 13.00000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.14000 DelPhi exited at 15:41:21 13.147u 0.236s 0:13.70 97.5% 0+0k 0+45408io 0pf+0w