Tue Oct 11 06:57:09 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:57:09 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 = 3144 !!! 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= 9.0000004E-02 grid size : 179 scale,in grids/A, set to be: 0.5479031 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): -19.78100 45.19400 ymin,ymax (A): 19.67100 77.73200 zmin,zma (A): -70.23000 -20.87600 x,y,z range (A): 64.97500 58.06100 49.35400 scale (grids/A): 0.5479031 object centre (A): 12.70650 48.70150 -45.55300 number of atom coordinates read : 3144 total number of charged atoms : 2999 net assigned charge : -3.599990 assigned positive charge : 461.6273 centred at (gu) : 89.48211 89.69321 90.10596 assigned negative charge : -465.2279 centred at (gu) : 89.54784 89.91714 90.08226 start vw surface at 0.1700000 fill in re-entrant regions at 0.1800000 boundary points on vw surface= 6034 nv = 96 ne = 84 npr = 64976 no. pairs analyzed = 64976 no. exposed pairs = 3947 no. arc points = 27893 no. surface atoms = 1334 nbur = 1810 mkacc time = 0.2200000 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= 255 mr = 3106 m= 1 mr = 15 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.4400000 number of dielectric boundary points 3169 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2798 ## 348 charges are in solution ## iepsmp to db, and charging done at 0.6100000 number of grid points assigned charge 7940 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.1515638E-10 -7.3187664E-11 midg,1,midg; midg,igrid,midg 1.4912648E-09 -1.8253250E-09 1,midg,midg; igrid,midg,midg 2.7410574E-10 -6.5462047E-10 gauss-seidel spectral radius is 0.9828386 estimated iterations to convergence 63 setup time was (sec) 0.8000000 now iterating at: 06:57:10 rms-change max change #iterations 7.7463202E-02 14.22369 at 10iterations 5.1464275E-03 1.025370 at 20iterations 3.5064324E-04 5.6156158E-02 at 30iterations 2.4182438E-05 3.4484863E-03 at 40iterations 1.8429004E-06 2.6988983E-04 at 50iterations finished qdiffx linear iterations at : 06:57:13 total time elapsed so far: 4.400000 # loops : 50 mean,max change (kT/e) : 1.8429004E-06 2.6988983E-04 energy calculations done at 4.400000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.620000 DelPhi exited at 06:57:14 4.626u 0.420s 0:05.46 92.3% 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:57: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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3144 !!! 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 1.643709 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): -19.78100 45.19400 ymin,ymax (A): 19.67100 77.73200 zmin,zma (A): -70.23000 -20.87600 x,y,z range (A): 64.97500 58.06100 49.35400 scale (grids/A): 1.643709 object centre (A): 12.70650 48.70150 -45.55300 number of atom coordinates read : 3144 total number of charged atoms : 2999 net assigned charge : -3.599990 assigned positive charge : 461.6273 centred at (gu) : 88.44588 89.07902 90.31709 assigned negative charge : -465.2279 centred at (gu) : 88.64292 89.75079 90.24657 start vw surface at 0.1800000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 66715 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27893 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.484000 m= 21297 mr = 44912 m= 2402 mr = 14931 m= 61 mr = 1270 m= 0 mr = 0 time to grow re-entrant surface = 0.3400000 no. cavity mid-points inaccessible to solvent = 44 time to turn everything in is 0.7100000 number of dielectric boundary points 29362 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 280 iepsmp to db, and charging done at 0.8300000 number of grid points assigned charge 23017 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.5479031 object centre at (A) : 12.70650 48.70150 -45.55300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.0326801E-03 1.2913202E-02 midg,1,midg; midg,igrid,midg 5.3837424E-04 -1.3706924E-02 1,midg,midg; igrid,midg,midg 4.6236645E-03 -3.4966122E-02 gauss-seidel spectral radius is 0.9982305 estimated iterations to convergence 189 setup time was (sec) 1.020000 now iterating at: 06:57:16 rms-change max change #iterations 3.460809 152.7294 at 10iterations 1.450932 58.31648 at 20iterations 0.6118034 21.66867 at 30iterations 0.2582436 8.832597 at 40iterations 0.1088706 3.683942 at 50iterations 4.5953494E-02 1.516827 at 60iterations 1.9431097E-02 0.6715813 at 70iterations 8.1729954E-03 0.2613831 at 80iterations 3.4455527E-03 0.1452780 at 90iterations 1.4517417E-03 4.7243118E-02 at 100iterations 6.1450218E-04 2.0200729E-02 at 110iterations 2.5963027E-04 8.7242126E-03 at 120iterations finished qdiffx linear iterations at : 06:57:25 total time elapsed so far: 9.970000 # loops : 120 mean,max change (kT/e) : 2.5963027E-04 8.7242126E-03 energy calculations done at 9.970000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.19000 DelPhi exited at 06:57:25 10.193u 0.490s 0:11.15 95.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:57: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: 258 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3144 !!! 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= 0.1000000 grid size : 179 scale,in grids/A, set to be: 2.465564 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): -19.78100 45.19400 ymin,ymax (A): 19.67100 77.73200 zmin,zma (A): -70.23000 -20.87600 x,y,z range (A): 64.97500 58.06100 49.35400 scale (grids/A): 2.465564 object centre (A): 12.70650 48.70150 -45.55300 number of atom coordinates read : 3144 total number of charged atoms : 2999 net assigned charge : -3.599990 assigned positive charge : 461.6273 centred at (gu) : 87.66866 88.61842 90.47559 assigned negative charge : -465.2279 centred at (gu) : 87.96429 89.62612 90.36971 start vw surface at 0.1800000 fill in re-entrant regions at 0.5800000 boundary points on vw surface= 154864 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27893 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.456000 m= 72010 mr = 110155 m= 22141 mr = 56922 m= 3849 mr = 17218 m= 254 mr = 2564 m= 2 mr = 109 m= 0 mr = 0 time to grow re-entrant surface = 1.020000 no. cavity mid-points inaccessible to solvent = 140 time to turn everything in is 1.730000 number of dielectric boundary points 66152 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 16 iepsmp to db, and charging done at 1.890000 number of grid points assigned charge 23967 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.643709 object centre at (A) : 12.70650 48.70150 -45.55300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 6.1380215E-02 0.2422630 midg,1,midg; midg,igrid,midg -1.1202661E-02 -0.1295438 1,midg,midg; igrid,midg,midg 1.6038157E-02 -0.6983376 gauss-seidel spectral radius is 0.9991561 estimated iterations to convergence 272 setup time was (sec) 2.100000 now iterating at: 06:57:28 rms-change max change #iterations 8.882465 283.0107 at 10iterations 5.009826 119.7093 at 20iterations 2.812612 71.51437 at 30iterations 1.574286 35.77359 at 40iterations 0.8758717 21.46373 at 50iterations 0.4868525 10.75250 at 60iterations 0.2708704 5.157764 at 70iterations 0.1500535 3.383017 at 80iterations 8.3198920E-02 1.769606 at 90iterations 4.6056937E-02 0.9209099 at 100iterations 2.5455374E-02 0.5009427 at 110iterations 1.4059170E-02 0.2783604 at 120iterations 7.7943364E-03 0.1792612 at 130iterations 4.2986055E-03 8.4584415E-02 at 140iterations 2.3737217E-03 5.1715851E-02 at 150iterations 1.3123994E-03 2.6295662E-02 at 160iterations 7.2561932E-04 1.5260696E-02 at 170iterations 4.0061699E-04 8.3012581E-03 at 180iterations finished qdiffx linear iterations at : 06:57:43 total time elapsed so far: 16.78000 # loops : 180 mean,max change (kT/e) : 4.0061699E-04 8.3012581E-03 energy calculations done at 16.78000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.00000 DelPhi exited at 06:57:43 17.008u 0.462s 0:17.79 98.1% 0+0k 0+0io 0pf+0w