Wed Dec 21 14:22:16 PST 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 Wed Dec 21 2011 at 14:22:18 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: 264 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 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.6284978 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): -5.893000 34.79600 ymin,ymax (A): -3.645000 48.44100 zmin,zma (A): -24.47800 32.16500 x,y,z range (A): 40.68900 52.08600 56.64300 scale (grids/A): 0.6284978 object centre (A): 14.45150 22.39800 3.843501 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 2.000006 assigned positive charge : 292.5999 centred at (gu) : 90.84846 92.56151 89.94590 assigned negative charge : -290.6002 centred at (gu) : 90.96577 92.71867 89.87730 start vw surface at 0.1500000 fill in re-entrant regions at 0.1500000 boundary points on vw surface= 5437 nv = 96 ne = 84 npr = 39766 no. pairs analyzed = 39766 no. exposed pairs = 2506 no. arc points = 17435 no. surface atoms = 850 nbur = 1120 mkacc time = 0.1200000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 300 mr = 3060 m= 1 mr = 44 m= 0 mr = 0 time to grow re-entrant surface = 0.1400000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2900000 number of dielectric boundary points 2634 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1767 ## 195 charges are in solution ## iepsmp to db, and charging done at 0.4100000 number of grid points assigned charge 6372 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -1.9348572E-09 6.6383476E-09 midg,1,midg; midg,igrid,midg 6.9815154E-09 -1.3697589E-08 1,midg,midg; igrid,midg,midg 8.0757951E-09 -6.1115220E-09 gauss-seidel spectral radius is 0.9868343 estimated iterations to convergence 71 setup time was (sec) 0.5700000 now iterating at: 14:22:20 rms-change max change #iterations 0.1174927 21.45322 at 10iterations 1.1135279E-02 1.651909 at 20iterations 1.0571686E-03 0.1757665 at 30iterations 9.9293116E-05 1.4595985E-02 at 40iterations 9.5575570E-06 1.7294884E-03 at 50iterations finished qdiffx linear iterations at : 14:22:24 total time elapsed so far: 4.180000 # loops : 50 mean,max change (kT/e) : 9.5575570E-06 1.7294884E-03 energy calculations done at 4.180000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.370000 DelPhi exited at 14:22:32 4.370u 0.269s 0:14.46 32.0% 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 Wed Dec 21 2011 at 14:22:34 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: 264 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 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: 1.885493 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): -5.893000 34.79600 ymin,ymax (A): -3.645000 48.44100 zmin,zma (A): -24.47800 32.16500 x,y,z range (A): 40.68900 52.08600 56.64300 scale (grids/A): 1.885493 object centre (A): 14.45150 22.39800 3.843501 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 2.000006 assigned positive charge : 292.5999 centred at (gu) : 92.54536 97.68456 89.83736 assigned negative charge : -290.6002 centred at (gu) : 92.89746 98.15613 89.63196 start vw surface at 0.1600000 fill in re-entrant regions at 0.2600000 boundary points on vw surface= 57857 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17435 grid for indexing accessible points = 1.400000 m= 22166 mr = 40040 m= 3407 mr = 16912 m= 162 mr = 2228 m= 4 mr = 76 m= 0 mr = 0 time to grow re-entrant surface = 0.2500000 no. cavity mid-points inaccessible to solvent = 2913 time to turn everything in is 0.5500000 number of dielectric boundary points 24340 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 143 iepsmp to db, and charging done at 0.6800000 number of grid points assigned charge 14462 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.6284978 object centre at (A) : 14.45150 22.39800 3.843501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 4.1339189E-02 1.9588457E-02 midg,1,midg; midg,igrid,midg 2.6167732E-02 -1.4414156E-02 1,midg,midg; igrid,midg,midg 6.8054642E-03 -6.7984629E-03 gauss-seidel spectral radius is 0.9985309 estimated iterations to convergence 207 setup time was (sec) 0.8400000 now iterating at: 14:22:35 rms-change max change #iterations 3.565312 176.5744 at 10iterations 1.614340 60.75951 at 20iterations 0.7375102 25.65474 at 30iterations 0.3355604 12.18091 at 40iterations 0.1529171 5.498462 at 50iterations 6.9690585E-02 2.514618 at 60iterations 3.1672288E-02 1.211630 at 70iterations 1.4376451E-02 0.5775316 at 80iterations 6.5301512E-03 0.2321780 at 90iterations 2.9809184E-03 0.1054010 at 100iterations 1.3561303E-03 4.6725273E-02 at 110iterations 6.1811559E-04 2.3802757E-02 at 120iterations finished qdiffx linear iterations at : 14:22:46 total time elapsed so far: 11.28000 # loops : 120 mean,max change (kT/e) : 6.1811559E-04 2.3802757E-02 energy calculations done at 11.28000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 11.47000 DelPhi exited at 14:22:52 11.473u 0.307s 0:17.81 66.0% 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 Wed Dec 21 2011 at 14:22:54 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: 264 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 1970 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: 2.828240 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): -5.893000 34.79600 ymin,ymax (A): -3.645000 48.44100 zmin,zma (A): -24.47800 32.16500 x,y,z range (A): 40.68900 52.08600 56.64300 scale (grids/A): 2.828240 object centre (A): 14.45150 22.39800 3.843501 number of atom coordinates read : 1970 total number of charged atoms : 1838 net assigned charge : 2.000006 assigned positive charge : 292.5999 centred at (gu) : 93.81804 101.5268 89.75593 assigned negative charge : -290.6002 centred at (gu) : 94.34617 102.2341 89.44804 start vw surface at 0.1400000 fill in re-entrant regions at 0.4500000 boundary points on vw surface= 133597 reading accessible surface arcs data from file ARCDAT no. of arc points read = 17435 grid for indexing accessible points = 1.400000 m= 70267 mr = 96502 m= 26705 mr = 58572 m= 6157 mr = 22332 m= 765 mr = 4758 m= 65 mr = 533 m= 5 mr = 52 m= 0 mr = 0 time to grow re-entrant surface = 0.8000001 no. cavity mid-points inaccessible to solvent = 9410 time to turn everything in is 1.340000 number of dielectric boundary points 54812 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 1 iepsmp to db, and charging done at 1.480000 number of grid points assigned charge 14704 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.885493 object centre at (A) : 14.45150 22.39800 3.843501 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.9743405 7.4011154E-02 midg,1,midg; midg,igrid,midg 0.2806374 -0.1717398 1,midg,midg; igrid,midg,midg 4.5503143E-02 -5.4607097E-02 gauss-seidel spectral radius is 0.9992151 estimated iterations to convergence 282 setup time was (sec) 1.650000 now iterating at: 14:22:56 rms-change max change #iterations 8.410710 388.5197 at 10iterations 4.816014 151.1079 at 20iterations 2.736293 106.3814 at 30iterations 1.557147 44.63961 at 40iterations 0.8826248 22.27179 at 50iterations 0.4989528 12.02308 at 60iterations 0.2825530 6.615669 at 70iterations 0.1599617 3.778870 at 80iterations 9.0323620E-02 1.939735 at 90iterations 5.1111918E-02 1.099805 at 100iterations 2.8781733E-02 0.5718136 at 110iterations 1.6264033E-02 0.4207611 at 120iterations 9.1738487E-03 0.1817460 at 130iterations 5.1823868E-03 0.1076503 at 140iterations 2.9266353E-03 5.9310913E-02 at 150iterations 1.6527151E-03 3.4767896E-02 at 160iterations 9.3211769E-04 2.0051956E-02 at 170iterations 5.2509626E-04 1.0219574E-02 at 180iterations finished qdiffx linear iterations at : 14:23:13 total time elapsed so far: 18.26000 # loops : 180 mean,max change (kT/e) : 5.2509626E-04 1.0219574E-02 energy calculations done at 18.27000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 18.46000 DelPhi exited at 14:23:15 18.459u 0.351s 0:21.75 86.4% 0+0k 0+0io 0pf+0w