Sat Oct 8 11:38: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 Sat Oct 8 2011 at 11:38: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2855 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.6282538 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): -4.709000 51.95600 ymin,ymax (A): 34.25200 82.35700 zmin,zma (A): 29.81200 85.08400 x,y,z range (A): 56.66500 48.10500 55.27200 scale (grids/A): 0.6282538 object centre (A): 23.62350 58.30450 57.44800 number of atom coordinates read : 2855 total number of charged atoms : 2704 net assigned charge : 9.8645687E-06 assigned positive charge : 419.7503 centred at (gu) : 90.04164 89.52058 88.27512 assigned negative charge : -419.7511 centred at (gu) : 89.99158 89.53348 88.23724 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 7763 nv = 96 ne = 84 npr = 55723 no. pairs analyzed = 55723 no. exposed pairs = 3949 no. arc points = 28021 no. surface atoms = 1321 nbur = 1534 mkacc time = 0.1600000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 409 mr = 3900 m= 5 mr = 44 m= 0 mr = 0 time to grow re-entrant surface = 0.1800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.3600000 number of dielectric boundary points 4233 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2781 ## 238 charges are in solution ## iepsmp to db, and charging done at 0.4900000 number of grid points assigned charge 9292 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -4.9980988E-09 2.3854421E-09 midg,1,midg; midg,igrid,midg 1.3662352E-09 -1.0004595E-09 1,midg,midg; igrid,midg,midg -4.4683817E-09 4.6207518E-09 gauss-seidel spectral radius is 0.9869123 estimated iterations to convergence 72 setup time was (sec) 0.6400000 now iterating at: 11:38:05 rms-change max change #iterations 0.1351648 21.00770 at 10iterations 1.2749546E-02 1.850768 at 20iterations 1.2195288E-03 0.1667747 at 30iterations 1.1527653E-04 1.9538879E-02 at 40iterations 1.0991203E-05 1.3923645E-03 at 50iterations finished qdiffx linear iterations at : 11:38:09 total time elapsed so far: 3.950000 # loops : 50 mean,max change (kT/e) : 1.0991203E-05 1.3923645E-03 energy calculations done at 3.950000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.140000 DelPhi exited at 11:38:09 4.140u 0.272s 0:04.75 92.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 Sat Oct 8 2011 at 11:38: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: 236 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2855 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.884761 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): -4.709000 51.95600 ymin,ymax (A): 34.25200 82.35700 zmin,zma (A): 29.81200 85.08400 x,y,z range (A): 56.66500 48.10500 55.27200 scale (grids/A): 1.884761 object centre (A): 23.62350 58.30450 57.44800 number of atom coordinates read : 2855 total number of charged atoms : 2704 net assigned charge : 9.8645687E-06 assigned positive charge : 419.7503 centred at (gu) : 90.12409 88.56103 84.82460 assigned negative charge : -419.7511 centred at (gu) : 89.97433 88.60007 84.71154 start vw surface at 0.1700000 fill in re-entrant regions at 0.3200000 boundary points on vw surface= 83050 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28021 grid for indexing accessible points = 1.400000 m= 28722 mr = 54929 m= 4470 mr = 19993 m= 297 mr = 2549 m= 3 mr = 125 m= 0 mr = 0 time to grow re-entrant surface = 0.3800000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7400000 number of dielectric boundary points 38946 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 212 iepsmp to db, and charging done at 0.8700000 number of grid points assigned charge 21269 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.6282538 object centre at (A) : 23.62350 58.30450 57.44800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.0614607E-02 1.1864617E-02 midg,1,midg; midg,igrid,midg 1.8554309E-02 4.9030185E-03 1,midg,midg; igrid,midg,midg -1.3562285E-02 -1.2404174E-02 gauss-seidel spectral radius is 0.9986498 estimated iterations to convergence 216 setup time was (sec) 1.030000 now iterating at: 11:38:11 rms-change max change #iterations 4.310404 190.4233 at 10iterations 2.025049 67.08051 at 20iterations 0.9545292 29.82717 at 30iterations 0.4462456 13.68070 at 40iterations 0.2102434 6.919334 at 50iterations 9.8341227E-02 3.119795 at 60iterations 4.6071265E-02 1.463207 at 70iterations 2.1648837E-02 0.6768036 at 80iterations 1.0171811E-02 0.3246922 at 90iterations 4.7729122E-03 0.1554675 at 100iterations 2.2453018E-03 7.0045471E-02 at 110iterations 1.0574792E-03 3.5576582E-02 at 120iterations finished qdiffx linear iterations at : 11:38:19 total time elapsed so far: 9.500000 # loops : 120 mean,max change (kT/e) : 1.0574792E-03 3.5576582E-02 energy calculations done at 9.500000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.680000 DelPhi exited at 11:38:20 9.685u 0.288s 0:10.62 93.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 Sat Oct 8 2011 at 11:38:20 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 = 2855 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.827142 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): -4.709000 51.95600 ymin,ymax (A): 34.25200 82.35700 zmin,zma (A): 29.81200 85.08400 x,y,z range (A): 56.66500 48.10500 55.27200 scale (grids/A): 2.827142 object centre (A): 23.62350 58.30450 57.44800 number of atom coordinates read : 2855 total number of charged atoms : 2704 net assigned charge : 9.8645687E-06 assigned positive charge : 419.7503 centred at (gu) : 90.18600 87.84142 82.23662 assigned negative charge : -419.7511 centred at (gu) : 89.96130 87.90012 82.06715 start vw surface at 0.1700000 fill in re-entrant regions at 0.6200000 boundary points on vw surface= 192263 reading accessible surface arcs data from file ARCDAT no. of arc points read = 28021 grid for indexing accessible points = 1.400000 m= 93191 mr = 134225 m= 32444 mr = 73606 m= 7790 mr = 24916 m= 1225 mr = 5612 m= 100 mr = 814 m= 1 mr = 50 m= 0 mr = 0 time to grow re-entrant surface = 1.150000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 1.900000 number of dielectric boundary points 87791 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.050000 number of grid points assigned charge 21631 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.884761 object centre at (A) : 23.62350 58.30450 57.44800 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -9.9135406E-02 5.9155330E-02 midg,1,midg; midg,igrid,midg 0.2303017 5.8122016E-02 1,midg,midg; igrid,midg,midg 6.2750399E-02 -0.1790606 gauss-seidel spectral radius is 0.9992825 estimated iterations to convergence 295 setup time was (sec) 2.220000 now iterating at: 11:38:22 rms-change max change #iterations 10.43701 328.0006 at 10iterations 6.270624 134.0192 at 20iterations 3.720118 71.23975 at 30iterations 2.196676 44.68935 at 40iterations 1.291152 25.08838 at 50iterations 0.7577515 13.51094 at 60iterations 0.4425869 8.605695 at 70iterations 0.2588633 5.068230 at 80iterations 0.1505399 2.666632 at 90iterations 8.7623283E-02 1.575813 at 100iterations 5.0997395E-02 0.8726692 at 110iterations 2.9570134E-02 0.6070251 at 120iterations 1.7220672E-02 0.2811546 at 130iterations 1.0000536E-02 0.1737680 at 140iterations 5.8020698E-03 9.7743034E-02 at 150iterations 3.3642668E-03 5.6747437E-02 at 160iterations 1.9530968E-03 3.4194946E-02 at 170iterations 1.1320557E-03 2.0519257E-02 at 180iterations finished qdiffx linear iterations at : 11:38:37 total time elapsed so far: 16.37000 # loops : 180 mean,max change (kT/e) : 1.1320557E-03 2.0519257E-02 energy calculations done at 16.37000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 16.54000 DelPhi exited at 11:38:37 16.542u 0.315s 0:17.35 97.1% 0+0k 0+0io 0pf+0w