Mon Oct 10 14:01:29 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:01:29 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3270 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 0.5282604 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): -3.675000 63.71600 ymin,ymax (A): 15.81300 72.06300 zmin,zma (A): -13.49100 32.15800 x,y,z range (A): 67.39101 56.25000 45.64900 scale (grids/A): 0.5282604 object centre (A): 30.02050 43.93800 9.333501 number of atom coordinates read : 3270 total number of charged atoms : 3126 net assigned charge : -4.999990 assigned positive charge : 487.3966 centred at (gu) : 89.97910 87.38814 89.93997 assigned negative charge : -492.3979 centred at (gu) : 89.95222 87.37959 89.99819 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 5880 nv = 96 ne = 84 npr = 66581 no. pairs analyzed = 66581 no. exposed pairs = 3991 no. arc points = 27461 no. surface atoms = 1357 nbur = 1913 mkacc time = 0.1800000 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.624000 m= 232 mr = 3178 m= 0 mr = 3 time to grow re-entrant surface = 0.2100000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3500000 number of dielectric boundary points 2931 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2772 ## 386 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 7782 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 6.3667217E-11 -3.6014403E-10 midg,1,midg; midg,igrid,midg -3.5186795E-10 -6.3178178E-11 1,midg,midg; igrid,midg,midg -2.5046071E-10 -5.1183772E-11 gauss-seidel spectral radius is 0.9815561 estimated iterations to convergence 61 setup time was (sec) 0.6100000 now iterating at: 14:01:30 rms-change max change #iterations 6.6328883E-02 12.16455 at 10iterations 4.0632873E-03 0.7541614 at 20iterations 2.7545844E-04 4.3896675E-02 at 30iterations 3.3680404E-05 8.5277557E-03 at 40iterations 8.7365997E-06 2.4423599E-03 at 50iterations finished qdiffx linear iterations at : 14:01:35 total time elapsed so far: 4.680000 # loops : 50 mean,max change (kT/e) : 8.7365997E-06 2.4423599E-03 energy calculations done at 4.680000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.860000 DelPhi exited at 14:01:35 4.861u 0.376s 0:06.00 87.1% 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:01:36 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3270 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 1.584781 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): -3.675000 63.71600 ymin,ymax (A): 15.81300 72.06300 zmin,zma (A): -13.49100 32.15800 x,y,z range (A): 67.39101 56.25000 45.64900 scale (grids/A): 1.584781 object centre (A): 30.02050 43.93800 9.333501 number of atom coordinates read : 3270 total number of charged atoms : 3126 net assigned charge : -4.999990 assigned positive charge : 487.3966 centred at (gu) : 89.93661 82.16367 89.81920 assigned negative charge : -492.3979 centred at (gu) : 89.85606 82.13805 89.99404 start vw surface at 0.1400000 fill in re-entrant regions at 0.2400000 boundary points on vw surface= 66355 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27461 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 20071 mr = 46379 m= 1892 mr = 13777 m= 32 mr = 909 m= 0 mr = 0 time to grow re-entrant surface = 0.2600000 no. cavity mid-points inaccessible to solvent = 422 time to turn everything in is 0.5400000 number of dielectric boundary points 27285 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 365 ## 3 charges are in solution ## iepsmp to db, and charging done at 0.7000000 number of grid points assigned charge 23779 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.5282604 object centre at (A) : 30.02050 43.93800 9.333501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 3.6531279E-04 -4.1771671E-03 midg,1,midg; midg,igrid,midg -1.3781417E-02 -9.2552695E-03 1,midg,midg; igrid,midg,midg 5.9940602E-04 -4.5031840E-03 gauss-seidel spectral radius is 0.9980893 estimated iterations to convergence 182 setup time was (sec) 0.8900000 now iterating at: 14:01:37 rms-change max change #iterations 3.256712 164.9921 at 10iterations 1.324207 51.20840 at 20iterations 0.5403258 20.20351 at 30iterations 0.2217571 8.463528 at 40iterations 9.0592325E-02 3.267717 at 50iterations 3.7099257E-02 1.361691 at 60iterations 1.5089562E-02 0.5133438 at 70iterations 6.1846804E-03 0.2294221 at 80iterations 2.5313997E-03 9.4439268E-02 at 90iterations 1.0451277E-03 3.8973540E-02 at 100iterations 4.3261636E-04 1.5503883E-02 at 110iterations 1.8318499E-04 6.6757202E-03 at 120iterations finished qdiffx linear iterations at : 14:01:47 total time elapsed so far: 10.59000 # loops : 120 mean,max change (kT/e) : 1.8318499E-04 6.6757202E-03 energy calculations done at 10.59000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 10.76000 DelPhi exited at 14:01:48 10.760u 0.426s 0:11.99 93.2% 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:01:48 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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 3270 atomic coordinates, charges and radii written to file fort.19 time to read in and/or assign rad/chrg= 7.9999998E-02 grid size : 179 scale,in grids/A, set to be: 2.377172 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): -3.675000 63.71600 ymin,ymax (A): 15.81300 72.06300 zmin,zma (A): -13.49100 32.15800 x,y,z range (A): 67.39101 56.25000 45.64900 scale (grids/A): 2.377172 object centre (A): 30.02050 43.93800 9.333501 number of atom coordinates read : 3270 total number of charged atoms : 3126 net assigned charge : -4.999990 assigned positive charge : 487.3966 centred at (gu) : 89.90458 78.24516 89.72869 assigned negative charge : -492.3979 centred at (gu) : 89.78396 78.20708 89.99099 start vw surface at 0.1400000 fill in re-entrant regions at 0.4300000 boundary points on vw surface= 154355 reading accessible surface arcs data from file ARCDAT no. of arc points read = 27461 initial cube size too small, in assigning accessible points to a grid therefore rescaling... grid for indexing accessible points = 1.512000 m= 71012 mr = 113184 m= 18727 mr = 56486 m= 2898 mr = 13919 m= 170 mr = 1913 m= 3 mr = 60 m= 0 mr = 0 time to grow re-entrant surface = 0.8199999 no. cavity mid-points inaccessible to solvent = 1365 time to turn everything in is 1.340000 number of dielectric boundary points 61603 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 31 iepsmp to db, and charging done at 1.460000 number of grid points assigned charge 24971 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.584781 object centre at (A) : 30.02050 43.93800 9.333501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 1.5881697E-02 -6.5830112E-02 midg,1,midg; midg,igrid,midg -0.2755439 -0.2078545 1,midg,midg; igrid,midg,midg 0.2997910 -0.1018814 gauss-seidel spectral radius is 0.9991078 estimated iterations to convergence 265 setup time was (sec) 1.660000 now iterating at: 14:01:50 rms-change max change #iterations 8.558933 284.5797 at 10iterations 4.746793 129.6645 at 20iterations 2.617086 64.65254 at 30iterations 1.444884 33.04783 at 40iterations 0.7919648 15.62257 at 50iterations 0.4347296 9.610173 at 60iterations 0.2370076 4.968208 at 70iterations 0.1293886 2.682210 at 80iterations 7.0599645E-02 1.405397 at 90iterations 3.8430523E-02 0.7982678 at 100iterations 2.0930819E-02 0.4689398 at 110iterations 1.1411007E-02 0.2292104 at 120iterations 6.2175505E-03 0.1323261 at 130iterations 3.3834912E-03 6.8922043E-02 at 140iterations 1.8432565E-03 3.7344933E-02 at 150iterations 1.0056000E-03 2.0547390E-02 at 160iterations 5.4977043E-04 1.0428667E-02 at 170iterations 3.0131359E-04 6.5324306E-03 at 180iterations finished qdiffx linear iterations at : 14:02:06 total time elapsed so far: 17.35000 # loops : 180 mean,max change (kT/e) : 3.0131359E-04 6.5324306E-03 energy calculations done at 17.35000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.53000 DelPhi exited at 14:02:07 17.533u 0.456s 0:18.50 97.1% 0+0k 0+0io 0pf+0w