Sun Oct 9 22:34:25 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 Sun Oct 9 2011 at 22:34:25 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: 264 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3153 !!! WARNING: SEP 141 has a net charge of -0.4750 !!! WARNING: CYS 260 has a net charge of 0.5000 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.6688837 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): 45.47100 98.69400 ymin,ymax (A): 2.919000 55.22400 zmin,zma (A): 15.32000 67.89300 x,y,z range (A): 53.22300 52.30500 52.57300 scale (grids/A): 0.6688837 object centre (A): 72.08250 29.07150 41.60650 number of atom coordinates read : 3153 total number of charged atoms : 3004 net assigned charge : 6.525023 assigned positive charge : 478.2120 centred at (gu) : 90.40219 88.95647 90.52328 assigned negative charge : -471.6880 centred at (gu) : 90.27760 88.85999 90.46312 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 9670 nv = 96 ne = 84 npr = 61999 no. pairs analyzed = 61999 no. exposed pairs = 4043 no. arc points = 28793 no. surface atoms = 1349 nbur = 1804 mkacc time = 0.1000000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 620 mr = 5302 m= 4 mr = 107 m= 0 mr = 0 time to grow re-entrant surface = 0.1100000 no. cavity mid-points inaccessible to solvent = 78 time to turn everything in is 0.2200000 number of dielectric boundary points 4885 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2720 ## 246 charges are in solution ## iepsmp to db, and charging done at 0.2900000 number of grid points assigned charge 11317 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.7229878E-09 4.3495312E-08 midg,1,midg; midg,igrid,midg -1.0545531E-08 4.0293344E-08 1,midg,midg; igrid,midg,midg -1.5390105E-08 6.3106576E-08 gauss-seidel spectral radius is 0.9884732 estimated iterations to convergence 76 setup time was (sec) 0.4100000 now iterating at: 22:34:25 rms-change max change #iterations 0.1984334 24.82851 at 10iterations 2.1503244E-02 2.749023 at 20iterations 2.3627153E-03 0.2877502 at 30iterations 2.6364237E-04 3.0200958E-02 at 40iterations 2.9363164E-05 3.6177635E-03 at 50iterations finished qdiffx linear iterations at : 22:34:28 total time elapsed so far: 3.310000 # loops : 50 mean,max change (kT/e) : 2.9363164E-05 3.6177635E-03 energy calculations done at 3.310000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.440000 DelPhi exited at 22:34:29 3.442u 0.182s 0:03.89 93.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 Sun Oct 9 2011 at 22:34:29 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: 264 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3153 !!! WARNING: SEP 141 has a net charge of -0.4750 !!! WARNING: CYS 260 has a net charge of 0.5000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.006651 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): 45.47100 98.69400 ymin,ymax (A): 2.919000 55.22400 zmin,zma (A): 15.32000 67.89300 x,y,z range (A): 53.22300 52.30500 52.57300 scale (grids/A): 2.006651 object centre (A): 72.08250 29.07150 41.60650 number of atom coordinates read : 3153 total number of charged atoms : 3004 net assigned charge : 6.525023 assigned positive charge : 478.2120 centred at (gu) : 91.20557 86.86816 91.56952 assigned negative charge : -471.6880 centred at (gu) : 90.83276 86.57967 91.38907 start vw surface at 0.1100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 103991 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28793 grid for indexing accessible points = 1.400000 m= 38367 mr = 71980 m= 7052 mr = 28170 m= 637 mr = 4569 m= 11 mr = 344 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 3196 time to turn everything in is 0.5100000 number of dielectric boundary points 44995 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 132 iepsmp to db, and charging done at 0.6000000 number of grid points assigned charge 23728 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.6688837 object centre at (A) : 72.08250 29.07150 41.60650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.3448183E-03 2.0626662E-02 midg,1,midg; midg,igrid,midg 3.5031538E-02 4.4456795E-02 1,midg,midg; igrid,midg,midg 3.1281540E-03 2.8002592E-02 gauss-seidel spectral radius is 0.9988264 estimated iterations to convergence 231 setup time was (sec) 0.7400000 now iterating at: 22:34:30 rms-change max change #iterations 5.281760 216.2773 at 10iterations 2.615212 78.99647 at 20iterations 1.286622 33.60080 at 30iterations 0.6347885 18.40079 at 40iterations 0.3148254 8.812338 at 50iterations 0.1552537 4.291786 at 60iterations 7.7202961E-02 1.961620 at 70iterations 3.7967648E-02 1.086650 at 80iterations 1.8802524E-02 0.5113564 at 90iterations 9.3128057E-03 0.2694607 at 100iterations 4.6078064E-03 0.1237946 at 110iterations 2.2737496E-03 6.0433388E-02 at 120iterations finished qdiffx linear iterations at : 22:34:37 total time elapsed so far: 8.020000 # loops : 120 mean,max change (kT/e) : 2.2737496E-03 6.0433388E-02 energy calculations done at 8.020000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.160000 DelPhi exited at 22:34:37 8.163u 0.196s 0:08.71 95.8% 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 Sun Oct 9 2011 at 22:34: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: 264 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3153 !!! WARNING: SEP 141 has a net charge of -0.4750 !!! WARNING: CYS 260 has a net charge of 0.5000 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 5.9999999E-02 grid size : 179 scale,in grids/A, set to be: 3.009977 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): 45.47100 98.69400 ymin,ymax (A): 2.919000 55.22400 zmin,zma (A): 15.32000 67.89300 x,y,z range (A): 53.22300 52.30500 52.57300 scale (grids/A): 3.009977 object centre (A): 72.08250 29.07150 41.60650 number of atom coordinates read : 3153 total number of charged atoms : 3004 net assigned charge : 6.525023 assigned positive charge : 478.2120 centred at (gu) : 91.80795 85.30201 92.35417 assigned negative charge : -471.6880 centred at (gu) : 91.24908 84.86944 92.08353 start vw surface at 0.1000000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 240313 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28793 grid for indexing accessible points = 1.400000 m= 122759 mr = 174326 m= 46378 mr = 100332 m= 13013 mr = 37086 m= 2596 mr = 9919 m= 304 mr = 2001 m= 5 mr = 196 m= 0 mr = 0 time to grow re-entrant surface = 0.7700000 no. cavity mid-points inaccessible to solvent = 10612 time to turn everything in is 1.330000 number of dielectric boundary points 101508 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.420000 number of grid points assigned charge 24032 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.006651 object centre at (A) : 72.08250 29.07150 41.60650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.7804088E-03 -1.9639602E-02 midg,1,midg; midg,igrid,midg 0.2079201 0.2947740 1,midg,midg; igrid,midg,midg 0.2250111 0.2878503 gauss-seidel spectral radius is 0.9993290 estimated iterations to convergence 305 setup time was (sec) 1.570000 now iterating at: 22:34:39 rms-change max change #iterations 12.10668 366.8051 at 10iterations 7.285772 180.4603 at 20iterations 4.374005 111.5811 at 30iterations 2.622663 52.98225 at 40iterations 1.566236 27.57756 at 50iterations 0.9343181 17.45014 at 60iterations 0.5548112 10.04157 at 70iterations 0.3302386 5.740993 at 80iterations 0.1960369 3.504277 at 90iterations 0.1164998 2.047791 at 100iterations 6.8999037E-02 1.207999 at 110iterations 4.0854029E-02 0.6600513 at 120iterations 2.4123579E-02 0.4323606 at 130iterations 1.4303982E-02 0.2255421 at 140iterations 8.4479982E-03 0.1360493 at 150iterations 5.0059441E-03 7.8702927E-02 at 160iterations 2.9622498E-03 4.8957825E-02 at 170iterations 1.7517377E-03 2.8236389E-02 at 180iterations finished qdiffx linear iterations at : 22:34:51 total time elapsed so far: 13.59000 # loops : 180 mean,max change (kT/e) : 1.7517377E-03 2.8236389E-02 energy calculations done at 13.59000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.71000 DelPhi exited at 22:34:52 13.714u 0.239s 0:14.26 97.7% 0+0k 0+0io 0pf+0w