Mon Oct 10 17:06:33 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:06:33 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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2735 !!! WARNING: ALA 182 has a net charge of -0.0570 !!! WARNING: ASN 312 has a net charge of -0.0550 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: 0.6127894 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): -32.67200 23.11800 ymin,ymax (A): 40.24900 89.85900 zmin,zma (A): 0.3490000 58.44400 x,y,z range (A): 55.79000 49.61000 58.09500 scale (grids/A): 0.6127894 object centre (A): -4.777000 65.05400 29.39650 number of atom coordinates read : 2735 total number of charged atoms : 2595 net assigned charge : 3.388015 assigned positive charge : 411.4975 centred at (gu) : 91.88346 89.47825 89.13676 assigned negative charge : -408.1102 centred at (gu) : 91.85209 89.50986 89.19743 start vw surface at 0.1200000 fill in re-entrant regions at 0.1300000 boundary points on vw surface= 6933 nv = 96 ne = 84 npr = 54537 no. pairs analyzed = 54537 no. exposed pairs = 3682 no. arc points = 25526 no. surface atoms = 1241 nbur = 1494 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 352 mr = 3664 m= 0 mr = 20 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3300000 number of dielectric boundary points 3601 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2557 ## 275 charges are in solution ## iepsmp to db, and charging done at 0.4200000 number of grid points assigned charge 8539 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.6507351E-09 -1.0895136E-09 midg,1,midg; midg,igrid,midg 4.3380100E-09 2.8435873E-10 1,midg,midg; igrid,midg,midg 2.4120067E-10 5.8615690E-09 gauss-seidel spectral radius is 0.9862312 estimated iterations to convergence 70 setup time was (sec) 0.6000000 now iterating at: 17:06:34 rms-change max change #iterations 0.1249674 16.48174 at 10iterations 1.1130006E-02 1.781059 at 20iterations 1.0207962E-03 0.1574631 at 30iterations 1.0161278E-04 1.5182495E-02 at 40iterations 1.3143511E-05 2.0971298E-03 at 50iterations finished qdiffx linear iterations at : 17:06:38 total time elapsed so far: 4.840000 # loops : 50 mean,max change (kT/e) : 1.3143511E-05 2.0971298E-03 energy calculations done at 4.840000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.010000 DelPhi exited at 17:06:39 5.016u 0.464s 0:05.77 94.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 Mon Oct 10 2011 at 17:06:39 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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2735 !!! WARNING: ALA 182 has a net charge of -0.0570 !!! WARNING: ASN 312 has a net charge of -0.0550 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: 1.838368 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): -32.67200 23.11800 ymin,ymax (A): 40.24900 89.85900 zmin,zma (A): 0.3490000 58.44400 x,y,z range (A): 55.79000 49.61000 58.09500 scale (grids/A): 1.838368 object centre (A): -4.777000 65.05400 29.39650 number of atom coordinates read : 2735 total number of charged atoms : 2595 net assigned charge : 3.388015 assigned positive charge : 411.4975 centred at (gu) : 95.65009 88.43411 87.40955 assigned negative charge : -408.1102 centred at (gu) : 95.55589 88.52931 87.59175 start vw surface at 0.1200000 fill in re-entrant regions at 0.2500000 boundary points on vw surface= 75048 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25526 grid for indexing accessible points = 1.400000 m= 25470 mr = 50583 m= 3542 mr = 18219 m= 138 mr = 2016 m= 1 mr = 21 m= 0 mr = 0 time to grow re-entrant surface = 0.3200000 no. cavity mid-points inaccessible to solvent = 730 time to turn everything in is 0.6200000 number of dielectric boundary points 33360 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 198 iepsmp to db, and charging done at 0.7400000 number of grid points assigned charge 20291 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.6127894 object centre at (A) : -4.777000 65.05400 29.39650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.4503917E-02 -5.1722087E-02 midg,1,midg; midg,igrid,midg 9.4861882E-03 6.4356280E-03 1,midg,midg; igrid,midg,midg -3.5139902E-03 8.3267950E-03 gauss-seidel spectral radius is 0.9985610 estimated iterations to convergence 209 setup time was (sec) 0.9500000 now iterating at: 17:06:40 rms-change max change #iterations 4.080475 184.2127 at 10iterations 1.870028 63.37580 at 20iterations 0.8569401 29.31682 at 30iterations 0.3932929 12.45355 at 40iterations 0.1794599 6.706226 at 50iterations 8.2493171E-02 2.659540 at 60iterations 3.7824582E-02 1.235974 at 70iterations 1.7393237E-02 0.5902834 at 80iterations 7.9784282E-03 0.2751207 at 90iterations 3.6775118E-03 0.1207886 at 100iterations 1.6903627E-03 5.3114414E-02 at 110iterations 7.7776733E-04 2.4538040E-02 at 120iterations finished qdiffx linear iterations at : 17:06:51 total time elapsed so far: 12.18000 # loops : 120 mean,max change (kT/e) : 7.7776733E-04 2.4538040E-02 energy calculations done at 12.18000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.35000 DelPhi exited at 17:06:52 12.358u 0.532s 0:13.42 95.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 Mon Oct 10 2011 at 17:06:52 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: 269 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2735 !!! WARNING: ALA 182 has a net charge of -0.0570 !!! WARNING: ASN 312 has a net charge of -0.0550 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.757552 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): -32.67200 23.11800 ymin,ymax (A): 40.24900 89.85900 zmin,zma (A): 0.3490000 58.44400 x,y,z range (A): 55.79000 49.61000 58.09500 scale (grids/A): 2.757552 object centre (A): -4.777000 65.05400 29.39650 number of atom coordinates read : 2735 total number of charged atoms : 2595 net assigned charge : 3.388015 assigned positive charge : 411.4975 centred at (gu) : 98.47485 87.65086 86.11401 assigned negative charge : -408.1102 centred at (gu) : 98.33377 87.79397 86.38757 start vw surface at 0.1300000 fill in re-entrant regions at 0.5200000 boundary points on vw surface= 173734 reading accessible surface arcs data from file ARCDAT no. of arc points read = 25526 grid for indexing accessible points = 1.400000 m= 84194 mr = 123260 m= 28294 mr = 67547 m= 6172 mr = 22196 m= 656 mr = 4443 m= 19 mr = 335 m= 0 mr = 0 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 2491 time to turn everything in is 1.640000 number of dielectric boundary points 75288 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2 iepsmp to db, and charging done at 1.790000 number of grid points assigned charge 20757 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.838368 object centre at (A) : -4.777000 65.05400 29.39650 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.4414304 -0.9879879 midg,1,midg; midg,igrid,midg 6.8186127E-02 3.5293456E-02 1,midg,midg; igrid,midg,midg 5.2417330E-03 9.2330202E-02 gauss-seidel spectral radius is 0.9992524 estimated iterations to convergence 289 setup time was (sec) 2.020000 now iterating at: 17:06:55 rms-change max change #iterations 9.852007 339.5220 at 10iterations 5.778402 151.8947 at 20iterations 3.378748 71.73396 at 30iterations 1.957655 47.69484 at 40iterations 1.135589 22.20566 at 50iterations 0.6552998 13.59322 at 60iterations 0.3767795 7.500039 at 70iterations 0.2174556 4.267185 at 80iterations 0.1249135 2.401319 at 90iterations 7.1940355E-02 1.342178 at 100iterations 4.1204963E-02 0.7772865 at 110iterations 2.3654141E-02 0.4290390 at 120iterations 1.3574195E-02 0.2670593 at 130iterations 7.7852798E-03 0.1371155 at 140iterations 4.4653467E-03 8.6731911E-02 at 150iterations 2.5571883E-03 4.7022343E-02 at 160iterations 1.4642309E-03 2.5997162E-02 at 170iterations 8.4096607E-04 1.4068604E-02 at 180iterations finished qdiffx linear iterations at : 17:07:13 total time elapsed so far: 20.71000 # loops : 180 mean,max change (kT/e) : 8.4096607E-04 1.4068604E-02 energy calculations done at 20.72000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.89000 DelPhi exited at 17:07:14 20.892u 0.530s 0:21.73 98.5% 0+0k 0+0io 0pf+0w