Mon Oct 10 14:41:40 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 Mon Oct 10 2011 at 14:41:40 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: 248 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2412 !!! WARNING: GLN 230 has a net charge of 0.0260 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.6251097 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): -23.11300 26.20900 ymin,ymax (A): -24.13500 32.81500 zmin,zma (A): -14.66300 36.97100 x,y,z range (A): 49.32200 56.95000 51.63400 scale (grids/A): 0.6251097 object centre (A): 1.548000 4.340001 11.15400 number of atom coordinates read : 2412 total number of charged atoms : 2253 net assigned charge : -2.973995 assigned positive charge : 354.2032 centred at (gu) : 90.72389 90.89616 89.87632 assigned negative charge : -357.1775 centred at (gu) : 90.92078 90.83195 89.91313 start vw surface at 0.1100000 fill in re-entrant regions at 0.1200000 boundary points on vw surface= 6365 nv = 96 ne = 84 npr = 48408 no. pairs analyzed = 48408 no. exposed pairs = 3258 no. arc points = 22808 no. surface atoms = 1092 nbur = 1320 mkacc time = 0.1300000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 348 mr = 3242 m= 2 mr = 27 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2900000 number of dielectric boundary points 3446 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2211 ## 202 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 7611 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.1480349E-10 -5.1867595E-09 midg,1,midg; midg,igrid,midg -5.9988365E-09 2.2382012E-09 1,midg,midg; igrid,midg,midg 9.2858006E-09 -1.9920083E-08 gauss-seidel spectral radius is 0.9867360 estimated iterations to convergence 71 setup time was (sec) 0.5900000 now iterating at: 14:42:17 rms-change max change #iterations 0.1226486 27.38087 at 10iterations 1.1390062E-02 1.951733 at 20iterations 1.0651108E-03 0.1633403 at 30iterations 9.9539742E-05 1.9821167E-02 at 40iterations 9.1869297E-06 1.7127991E-03 at 50iterations finished qdiffx linear iterations at : 14:42:21 total time elapsed so far: 4.860000 # loops : 50 mean,max change (kT/e) : 9.1869297E-06 1.7127991E-03 energy calculations done at 4.860000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.010000 DelPhi exited at 14:42:22 5.012u 0.577s 0:41.88 13.3% 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 Mon Oct 10 2011 at 14:42: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: 248 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2412 !!! WARNING: GLN 230 has a net charge of 0.0260 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.875329 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): -23.11300 26.20900 ymin,ymax (A): -24.13500 32.81500 zmin,zma (A): -14.66300 36.97100 x,y,z range (A): 49.32200 56.95000 51.63400 scale (grids/A): 1.875329 object centre (A): 1.548000 4.340001 11.15400 number of atom coordinates read : 2412 total number of charged atoms : 2253 net assigned charge : -2.973995 assigned positive charge : 354.2032 centred at (gu) : 92.17144 92.68797 89.62856 assigned negative charge : -357.1775 centred at (gu) : 92.76208 92.49573 89.73911 start vw surface at 0.1100000 fill in re-entrant regions at 0.2200000 boundary points on vw surface= 69278 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22808 grid for indexing accessible points = 1.400000 m= 22961 mr = 46359 m= 3081 mr = 15945 m= 149 mr = 1541 m= 1 mr = 31 m= 0 mr = 0 time to grow re-entrant surface = 0.2900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.5800000 number of dielectric boundary points 31594 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 185 iepsmp to db, and charging done at 0.7100000 number of grid points assigned charge 17713 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.6251097 object centre at (A) : 1.548000 4.340001 11.15400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 2.7947817E-03 -1.3977211E-02 midg,1,midg; midg,igrid,midg 2.9408967E-03 -6.2699821E-03 1,midg,midg; igrid,midg,midg 7.5354781E-03 -2.9404523E-02 gauss-seidel spectral radius is 0.9985811 estimated iterations to convergence 210 setup time was (sec) 0.9200000 now iterating at: 14:42:39 rms-change max change #iterations 3.895182 182.1755 at 10iterations 1.786256 83.10246 at 20iterations 0.8215918 30.22427 at 30iterations 0.3776546 12.64015 at 40iterations 0.1740627 6.199226 at 50iterations 8.0074422E-02 3.085938 at 60iterations 3.6972232E-02 1.474408 at 70iterations 1.7029047E-02 0.5833988 at 80iterations 7.8343758E-03 0.2663426 at 90iterations 3.6072922E-03 0.1175032 at 100iterations 1.6647571E-03 4.9381316E-02 at 110iterations 7.6597068E-04 2.5846243E-02 at 120iterations finished qdiffx linear iterations at : 14:42:50 total time elapsed so far: 12.08000 # loops : 120 mean,max change (kT/e) : 7.6597068E-04 2.5846243E-02 energy calculations done at 12.08000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 12.22000 DelPhi exited at 14:42:51 12.229u 0.594s 0:28.91 44.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 Mon Oct 10 2011 at 14:42:51 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: 248 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2412 !!! WARNING: GLN 230 has a net charge of 0.0260 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.812994 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): -23.11300 26.20900 ymin,ymax (A): -24.13500 32.81500 zmin,zma (A): -14.66300 36.97100 x,y,z range (A): 49.32200 56.95000 51.63400 scale (grids/A): 2.812994 object centre (A): 1.548000 4.340001 11.15400 number of atom coordinates read : 2412 total number of charged atoms : 2253 net assigned charge : -2.973995 assigned positive charge : 354.2032 centred at (gu) : 93.25706 94.03191 89.44287 assigned negative charge : -357.1775 centred at (gu) : 94.14308 93.74352 89.60853 start vw surface at 0.1100000 fill in re-entrant regions at 0.4700000 boundary points on vw surface= 160057 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22808 grid for indexing accessible points = 1.400000 m= 76486 mr = 113057 m= 24729 mr = 60459 m= 5154 mr = 18619 m= 594 mr = 3397 m= 28 mr = 323 m= 0 mr = 11 time to grow re-entrant surface = 0.9800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.570000 number of dielectric boundary points 71182 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.710000 number of grid points assigned charge 18018 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.875329 object centre at (A) : 1.548000 4.340001 11.15400 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.8997801E-02 -0.2361722 midg,1,midg; midg,igrid,midg 0.1019080 -0.1121487 1,midg,midg; igrid,midg,midg 4.1483495E-02 -0.3199439 gauss-seidel spectral radius is 0.9992498 estimated iterations to convergence 288 setup time was (sec) 1.940000 now iterating at: 14:42:53 rms-change max change #iterations 9.402117 349.9035 at 10iterations 5.548806 158.4124 at 20iterations 3.249831 83.93054 at 30iterations 1.884411 42.50024 at 40iterations 1.090138 23.20677 at 50iterations 0.6297570 13.18853 at 60iterations 0.3629328 8.131477 at 70iterations 0.2092055 4.713591 at 80iterations 0.1198516 2.641389 at 90iterations 6.9029197E-02 1.525875 at 100iterations 3.9553799E-02 0.8410482 at 110iterations 2.2728670E-02 0.4485168 at 120iterations 1.3031105E-02 0.2540469 at 130iterations 7.4532209E-03 0.1495972 at 140iterations 4.2726030E-03 8.5159302E-02 at 150iterations 2.4406861E-03 4.4380188E-02 at 160iterations 1.4006989E-03 2.7404070E-02 at 170iterations 8.0142316E-04 1.4715433E-02 at 180iterations finished qdiffx linear iterations at : 14:43:12 total time elapsed so far: 20.59000 # loops : 180 mean,max change (kT/e) : 8.0142316E-04 1.4715433E-02 energy calculations done at 20.59000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 20.76000 DelPhi exited at 14:43:13 20.762u 0.568s 0:21.62 98.6% 0+0k 0+0io 0pf+0w