Tue Oct 11 06:56:04 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 Tue Oct 11 2011 at 06:56:04 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3059 !!! WARNING: UMP 317 has a net charge of -0.1000 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.5794648 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): -17.85600 43.58000 ymin,ymax (A): 19.10800 77.56000 zmin,zma (A): -70.41200 -19.94800 x,y,z range (A): 61.43600 58.45200 50.46400 scale (grids/A): 0.5794648 object centre (A): 12.86200 48.33400 -45.18000 number of atom coordinates read : 3059 total number of charged atoms : 2915 net assigned charge : -5.099980 assigned positive charge : 447.1334 centred at (gu) : 90.03922 89.90072 89.86591 assigned negative charge : -452.2339 centred at (gu) : 90.02348 90.14210 89.85273 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 6704 nv = 96 ne = 84 npr = 64403 no. pairs analyzed = 64403 no. exposed pairs = 3786 no. arc points = 26760 no. surface atoms = 1285 nbur = 1774 mkacc time = 0.1700000 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.484000 m= 349 mr = 3588 m= 1 mr = 41 m= 0 mr = 0 time to grow re-entrant surface = 0.2000000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3600000 number of dielectric boundary points 3425 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2687 ## 287 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 8561 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.4271719E-09 -7.7960560E-10 midg,1,midg; midg,igrid,midg 4.1716390E-09 -6.4128369E-09 1,midg,midg; igrid,midg,midg -1.4276972E-09 -7.5348966E-10 gauss-seidel spectral radius is 0.9846361 estimated iterations to convergence 66 setup time was (sec) 0.6800000 now iterating at: 06:56:05 rms-change max change #iterations 9.9049367E-02 15.68208 at 10iterations 7.7853575E-03 1.152527 at 20iterations 6.5721362E-04 0.1029243 at 30iterations 8.8830733E-05 1.9021988E-02 at 40iterations 2.1567856E-05 4.7702789E-03 at 50iterations finished qdiffx linear iterations at : 06:56:09 total time elapsed so far: 4.910000 # loops : 50 mean,max change (kT/e) : 2.1567856E-05 4.7702789E-03 energy calculations done at 4.910000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.080000 DelPhi exited at 06:56:10 5.082u 0.438s 0:05.99 91.9% 0+0k 0+0io 6pf+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 Tue Oct 11 2011 at 06:56: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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3059 !!! WARNING: UMP 317 has a net charge of -0.1000 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.738394 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): -17.85600 43.58000 ymin,ymax (A): 19.10800 77.56000 zmin,zma (A): -70.41200 -19.94800 x,y,z range (A): 61.43600 58.45200 50.46400 scale (grids/A): 1.738394 object centre (A): 12.86200 48.33400 -45.18000 number of atom coordinates read : 3059 total number of charged atoms : 2915 net assigned charge : -5.099980 assigned positive charge : 447.1334 centred at (gu) : 90.11703 89.70139 89.59715 assigned negative charge : -452.2339 centred at (gu) : 90.06995 90.42616 89.55761 start vw surface at 0.1300000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 72107 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26760 grid for indexing accessible points = 1.400000 m= 25994 mr = 49190 m= 3905 mr = 18868 m= 168 mr = 2325 m= 0 mr = 45 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.6300000 number of dielectric boundary points 31746 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 192 ## 1 charges are in solution ## iepsmp to db, and charging done at 0.8100000 number of grid points assigned charge 22640 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.5794648 object centre at (A) : 12.86200 48.33400 -45.18000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 7.0333737E-03 1.3692608E-02 midg,1,midg; midg,igrid,midg 9.4169845E-05 -2.9234396E-02 1,midg,midg; igrid,midg,midg -1.6684422E-02 -3.8146872E-02 gauss-seidel spectral radius is 0.9984161 estimated iterations to convergence 199 setup time was (sec) 1.030000 now iterating at: 06:56:11 rms-change max change #iterations 3.840584 162.2986 at 10iterations 1.691055 64.19762 at 20iterations 0.7490113 26.25098 at 30iterations 0.3315181 11.63953 at 40iterations 0.1468965 5.553020 at 50iterations 6.4981721E-02 2.062508 at 60iterations 2.8714633E-02 0.9602509 at 70iterations 1.2702896E-02 0.4040222 at 80iterations 5.6522354E-03 0.1820202 at 90iterations 2.5220823E-03 9.2535973E-02 at 100iterations 1.1395207E-03 3.5805941E-02 at 110iterations 5.2892853E-04 1.9529343E-02 at 120iterations finished qdiffx linear iterations at : 06:56:22 total time elapsed so far: 11.87000 # loops : 120 mean,max change (kT/e) : 5.2892853E-04 1.9529343E-02 energy calculations done at 11.87000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.04000 DelPhi exited at 06:56:23 12.046u 0.492s 0:12.82 97.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 Tue Oct 11 2011 at 06:56:23 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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3059 !!! WARNING: UMP 317 has a net charge of -0.1000 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.607592 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): -17.85600 43.58000 ymin,ymax (A): 19.10800 77.56000 zmin,zma (A): -70.41200 -19.94800 x,y,z range (A): 61.43600 58.45200 50.46400 scale (grids/A): 2.607592 object centre (A): 12.86200 48.33400 -45.18000 number of atom coordinates read : 3059 total number of charged atoms : 2915 net assigned charge : -5.099980 assigned positive charge : 447.1334 centred at (gu) : 90.17535 89.55194 89.39545 assigned negative charge : -452.2339 centred at (gu) : 90.10480 90.63905 89.33628 start vw surface at 0.1300000 fill in re-entrant regions at 0.5000000 boundary points on vw surface= 166871 reading accessible surface arcs data from file ARCDAT no. of arc points read = 26760 grid for indexing accessible points = 1.400000 m= 83501 mr = 119685 m= 30544 mr = 67402 m= 6701 mr = 24295 m= 672 mr = 4901 m= 26 mr = 427 m= 0 mr = 8 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.610000 number of dielectric boundary points 71597 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 7 iepsmp to db, and charging done at 1.760000 number of grid points assigned charge 23310 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.738394 object centre at (A) : 12.86200 48.33400 -45.18000 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1111058 0.2579587 midg,1,midg; midg,igrid,midg -6.7492165E-02 -0.2966934 1,midg,midg; igrid,midg,midg -0.1924454 -0.5110302 gauss-seidel spectral radius is 0.9992102 estimated iterations to convergence 281 setup time was (sec) 1.990000 now iterating at: 06:56:25 rms-change max change #iterations 9.485851 354.7717 at 10iterations 5.436538 139.7273 at 20iterations 3.099123 69.62194 at 30iterations 1.761351 35.84253 at 40iterations 0.9967092 22.64725 at 50iterations 0.5641543 11.32966 at 60iterations 0.3187402 6.552517 at 70iterations 0.1803816 3.237086 at 80iterations 0.1015130 1.919537 at 90iterations 5.7336096E-02 1.172879 at 100iterations 3.2274287E-02 0.6451244 at 110iterations 1.8191354E-02 0.3373165 at 120iterations 1.0250242E-02 0.2005301 at 130iterations 5.7827001E-03 0.1122789 at 140iterations 3.2671574E-03 6.2164307E-02 at 150iterations 1.8418629E-03 3.3193588E-02 at 160iterations 1.0422869E-03 2.0439148E-02 at 170iterations 5.9111026E-04 1.2126923E-02 at 180iterations finished qdiffx linear iterations at : 06:56:43 total time elapsed so far: 20.09000 # loops : 180 mean,max change (kT/e) : 5.9111026E-04 1.2126923E-02 energy calculations done at 20.09000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.26000 DelPhi exited at 06:56:44 20.260u 0.530s 0:21.45 96.9% 0+0k 0+0io 0pf+0w