Mon Oct 10 17:09:10 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 Mon Oct 10 2011 at 17:09: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: 302 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2683 !!! WARNING: GLM 155 has a net charge of -0.0940 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: 0.5448591 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): -2.650000 41.26500 ymin,ymax (A): -10.03300 42.68800 zmin,zma (A): -2.500000 62.83800 x,y,z range (A): 43.91500 52.72100 65.33800 scale (grids/A): 0.5448591 object centre (A): 19.30750 16.32750 30.16900 number of atom coordinates read : 2683 total number of charged atoms : 2541 net assigned charge : 6.906023 assigned positive charge : 401.2126 centred at (gu) : 89.41821 89.43519 89.41478 assigned negative charge : -394.3076 centred at (gu) : 89.46128 89.35068 89.50291 start vw surface at 7.9999998E-02 fill in re-entrant regions at 9.0000004E-02 boundary points on vw surface= 5191 nv = 96 ne = 84 npr = 53222 no. pairs analyzed = 53222 no. exposed pairs = 3658 no. arc points = 26138 no. surface atoms = 1224 nbur = 1459 mkacc time = 9.0000004E-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.568000 m= 192 mr = 2476 m= 1 mr = 11 m= 0 mr = 0 time to grow re-entrant surface = 9.9999994E-02 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.1900000 number of dielectric boundary points 2897 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2619 ## 363 charges are in solution ## iepsmp to db, and charging done at 0.2600000 number of grid points assigned charge 6802 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.0432367E-09 -7.8334457E-11 midg,1,midg; midg,igrid,midg -8.7076811E-11 7.6793821E-10 1,midg,midg; igrid,midg,midg 7.5218776E-10 1.4520811E-10 gauss-seidel spectral radius is 0.9826163 estimated iterations to convergence 62 setup time was (sec) 0.3800000 now iterating at: 17:09:10 rms-change max change #iterations 6.9113851E-02 12.83043 at 10iterations 4.5782859E-03 0.7689667 at 20iterations 3.4969815E-04 6.0145378E-02 at 30iterations 3.9872884E-05 7.2174072E-03 at 40iterations 6.8292588E-06 1.3666153E-03 at 50iterations finished qdiffx linear iterations at : 17:09:13 total time elapsed so far: 3.240000 # loops : 50 mean,max change (kT/e) : 6.8292588E-06 1.3666153E-03 energy calculations done at 3.240000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.360000 DelPhi exited at 17:09:14 3.368u 0.167s 0:04.09 86.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 Mon Oct 10 2011 at 17:09:14 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: 302 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2683 !!! WARNING: GLM 155 has a net charge of -0.0940 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.634577 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): -2.650000 41.26500 ymin,ymax (A): -10.03300 42.68800 zmin,zma (A): -2.500000 62.83800 x,y,z range (A): 43.91500 52.72100 65.33800 scale (grids/A): 1.634577 object centre (A): 19.30750 16.32750 30.16900 number of atom coordinates read : 2683 total number of charged atoms : 2541 net assigned charge : 6.906023 assigned positive charge : 401.2126 centred at (gu) : 88.25405 88.30510 88.24365 assigned negative charge : -394.3076 centred at (gu) : 88.38344 88.05162 88.50887 start vw surface at 0.1000000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 57515 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26138 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 16677 mr = 37205 m= 1714 mr = 10842 m= 51 mr = 787 m= 0 mr = 2 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 205 time to turn everything in is 0.2900000 number of dielectric boundary points 27121 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 339 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.3700000 number of grid points assigned charge 19474 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.5448591 object centre at (A) : 19.30750 16.32750 30.16900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.3774453E-02 1.6759787E-02 midg,1,midg; midg,igrid,midg -9.8111099E-03 3.1903787E-03 1,midg,midg; igrid,midg,midg 7.8079165E-03 1.1206690E-03 gauss-seidel spectral radius is 0.9981640 estimated iterations to convergence 185 setup time was (sec) 0.5100000 now iterating at: 17:09:15 rms-change max change #iterations 3.155924 169.4781 at 10iterations 1.302966 55.32108 at 20iterations 0.5401062 21.52654 at 30iterations 0.2240527 8.565746 at 40iterations 9.2630550E-02 3.507904 at 50iterations 3.8484592E-02 1.539449 at 60iterations 1.5942819E-02 0.6062479 at 70iterations 6.6583152E-03 0.2645292 at 80iterations 2.7711231E-03 0.1119576 at 90iterations 1.1570004E-03 4.5104980E-02 at 100iterations 4.8588656E-04 1.8977165E-02 at 110iterations 2.0653797E-04 7.8535080E-03 at 120iterations finished qdiffx linear iterations at : 17:09:22 total time elapsed so far: 7.470000 # loops : 120 mean,max change (kT/e) : 2.0653797E-04 7.8535080E-03 energy calculations done at 7.470000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 7.610000 DelPhi exited at 17:09:22 7.608u 0.182s 0:08.39 92.7% 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 Mon Oct 10 2011 at 17:09:22 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: 302 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2683 !!! WARNING: GLM 155 has a net charge of -0.0940 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.451866 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): -2.650000 41.26500 ymin,ymax (A): -10.03300 42.68800 zmin,zma (A): -2.500000 62.83800 x,y,z range (A): 43.91500 52.72100 65.33800 scale (grids/A): 2.451866 object centre (A): 19.30750 16.32750 30.16900 number of atom coordinates read : 2683 total number of charged atoms : 2541 net assigned charge : 6.906023 assigned positive charge : 401.2126 centred at (gu) : 87.38093 87.45742 87.36540 assigned negative charge : -394.3076 centred at (gu) : 87.57517 87.07733 87.76331 start vw surface at 0.1000000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 133568 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26138 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 58391 mr = 91639 m= 15706 mr = 44564 m= 2521 mr = 11312 m= 189 mr = 1576 m= 6 mr = 78 m= 0 mr = 0 time to grow re-entrant surface = 0.3700000 no. cavity mid-points inaccessible to solvent = 646 time to turn everything in is 0.6900000 number of dielectric boundary points 61212 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 22 iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 20296 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.634577 object centre at (A) : 19.30750 16.32750 30.16900 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.3361658 0.4192709 midg,1,midg; midg,igrid,midg -0.1107800 5.4848928E-02 1,midg,midg; igrid,midg,midg 0.1050011 1.1970966E-02 gauss-seidel spectral radius is 0.9991308 estimated iterations to convergence 268 setup time was (sec) 0.9100000 now iterating at: 17:09:23 rms-change max change #iterations 8.282746 395.9202 at 10iterations 4.665124 147.3382 at 20iterations 2.615579 68.12831 at 30iterations 1.453986 40.13186 at 40iterations 0.8069962 21.78362 at 50iterations 0.4444396 11.57766 at 60iterations 0.2455958 5.946568 at 70iterations 0.1351939 3.236008 at 80iterations 7.4257530E-02 1.712220 at 90iterations 4.0832270E-02 0.9609132 at 100iterations 2.2378232E-02 0.4913521 at 110iterations 1.2323155E-02 0.2751770 at 120iterations 6.7515266E-03 0.1514549 at 130iterations 3.7019511E-03 8.4827423E-02 at 140iterations 2.0258145E-03 4.7389984E-02 at 150iterations 1.1130333E-03 2.4278641E-02 at 160iterations 6.1011547E-04 1.2959480E-02 at 170iterations 3.3460316E-04 7.7524185E-03 at 180iterations finished qdiffx linear iterations at : 17:09:34 total time elapsed so far: 11.95000 # loops : 180 mean,max change (kT/e) : 3.3460316E-04 7.7524185E-03 energy calculations done at 11.95000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.08000 DelPhi exited at 17:09:35 12.079u 0.204s 0:12.66 96.9% 0+0k 0+0io 0pf+0w