Sat Oct 8 14:07:06 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+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 Sat Oct 8 2011 at 14:07:06 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: 310 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2979 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 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.6568508 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): -11.98300 42.21500 ymin,ymax (A): -23.03400 22.57800 zmin,zma (A): -6.174000 46.96000 x,y,z range (A): 54.19800 45.61200 53.13400 scale (grids/A): 0.6568508 object centre (A): 15.11600 -0.2280006 20.39300 number of atom coordinates read : 2979 total number of charged atoms : 2832 net assigned charge : -1.985991 assigned positive charge : 447.0686 centred at (gu) : 89.03837 89.70293 91.29287 assigned negative charge : -449.0554 centred at (gu) : 89.04483 89.60043 91.25960 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.1000000 boundary points on vw surface= 8604 nv = 96 ne = 84 npr = 62447 no. pairs analyzed = 62447 no. exposed pairs = 3401 no. arc points = 23564 no. surface atoms = 1155 nbur = 1824 mkacc time = 0.1100000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 479 mr = 5103 m= 3 mr = 72 m= 0 mr = 0 time to grow re-entrant surface = 0.1200000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.2200000 number of dielectric boundary points 3911 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2224 ## 195 charges are in solution ## iepsmp to db, and charging done at 0.3000000 number of grid points assigned charge 10293 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid -8.9426075E-09 3.1666385E-09 midg,1,midg; midg,igrid,midg -2.8196792E-08 1.5657630E-08 1,midg,midg; igrid,midg,midg -3.9858525E-09 -4.9498508E-09 gauss-seidel spectral radius is 0.9880155 estimated iterations to convergence 75 setup time was (sec) 0.4400000 now iterating at: 14:07:06 rms-change max change #iterations 0.1805207 25.36546 at 10iterations 1.9524859E-02 2.367214 at 20iterations 2.1113679E-03 0.2702827 at 30iterations 2.5948056E-04 2.8884888E-02 at 40iterations 3.6935067E-05 4.3563843E-03 at 50iterations finished qdiffx linear iterations at : 14:07:10 total time elapsed so far: 3.650000 # loops : 50 mean,max change (kT/e) : 3.6935067E-05 4.3563843E-03 energy calculations done at 3.650000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 3.770000 DelPhi exited at 14:07:10 3.773u 0.240s 0:04.28 93.6% 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 14:07:10 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: 310 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2979 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 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.970552 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): -11.98300 42.21500 ymin,ymax (A): -23.03400 22.57800 zmin,zma (A): -6.174000 46.96000 x,y,z range (A): 54.19800 45.61200 53.13400 scale (grids/A): 1.970552 object centre (A): 15.11600 -0.2280006 20.39300 number of atom coordinates read : 2979 total number of charged atoms : 2832 net assigned charge : -1.985991 assigned positive charge : 447.0686 centred at (gu) : 87.11443 89.10812 93.87836 assigned negative charge : -449.0554 centred at (gu) : 87.13435 88.80115 93.77850 start vw surface at 0.1000000 fill in re-entrant regions at 0.2000000 boundary points on vw surface= 93093 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23564 grid for indexing accessible points = 1.400000 m= 34810 mr = 67706 m= 5658 mr = 26352 m= 378 mr = 3571 m= 6 mr = 120 m= 0 mr = 0 time to grow re-entrant surface = 0.2300000 no. cavity mid-points inaccessible to solvent = 193 time to turn everything in is 0.4700000 number of dielectric boundary points 36196 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 120 iepsmp to db, and charging done at 0.5700000 number of grid points assigned charge 22378 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.6568508 object centre at (A) : 15.11600 -0.2280006 20.39300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.4996720E-02 1.4294839E-02 midg,1,midg; midg,igrid,midg -6.4755096E-03 1.8923389E-02 1,midg,midg; igrid,midg,midg -4.2635582E-02 -7.8377882E-03 gauss-seidel spectral radius is 0.9987504 estimated iterations to convergence 224 setup time was (sec) 0.7300000 now iterating at: 14:07:11 rms-change max change #iterations 4.976874 205.5139 at 10iterations 2.421479 70.43245 at 20iterations 1.170886 33.12651 at 30iterations 0.5684321 17.51577 at 40iterations 0.2762684 7.388067 at 50iterations 0.1337411 3.918941 at 60iterations 6.4797759E-02 2.014608 at 70iterations 3.1365145E-02 0.9194603 at 80iterations 1.5300782E-02 0.3992386 at 90iterations 7.3859594E-03 0.2046938 at 100iterations 3.5967831E-03 9.2674255E-02 at 110iterations 1.7442717E-03 4.5455933E-02 at 120iterations finished qdiffx linear iterations at : 14:07:19 total time elapsed so far: 8.760000 # loops : 120 mean,max change (kT/e) : 1.7442717E-03 4.5455933E-02 energy calculations done at 8.760000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 8.900000 DelPhi exited at 14:07:20 8.907u 0.241s 0:09.48 96.4% 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 14:07: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: 310 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2979 !!! WARNING: HIR 110 has a net charge of 0.5140 !!! WARNING: NAP 500 has a net charge of -2.0000 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.955829 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): -11.98300 42.21500 ymin,ymax (A): -23.03400 22.57800 zmin,zma (A): -6.174000 46.96000 x,y,z range (A): 54.19800 45.61200 53.13400 scale (grids/A): 2.955829 object centre (A): 15.11600 -0.2280006 20.39300 number of atom coordinates read : 2979 total number of charged atoms : 2832 net assigned charge : -1.985991 assigned positive charge : 447.0686 centred at (gu) : 85.67143 88.66210 95.81736 assigned negative charge : -449.0554 centred at (gu) : 85.70152 88.20174 95.66757 start vw surface at 9.0000004E-02 fill in re-entrant regions at 0.4200000 boundary points on vw surface= 215650 reading accessible surface arcs data from file ARCDAT no. of arc points read = 23564 grid for indexing accessible points = 1.400000 m= 112662 mr = 163449 m= 41364 mr = 94262 m= 10264 mr = 33661 m= 1558 mr = 7606 m= 91 mr = 995 m= 2 mr = 29 m= 0 mr = 0 time to grow re-entrant surface = 0.7200000 no. cavity mid-points inaccessible to solvent = 616 time to turn everything in is 1.250000 number of dielectric boundary points 81589 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 1.360000 number of grid points assigned charge 22656 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.970552 object centre at (A) : 15.11600 -0.2280006 20.39300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -2.3479396E-02 0.4543343 midg,1,midg; midg,igrid,midg -4.3741282E-02 0.2086177 1,midg,midg; igrid,midg,midg -0.5168750 1.9617246E-02 gauss-seidel spectral radius is 0.9992918 estimated iterations to convergence 296 setup time was (sec) 1.530000 now iterating at: 14:07:21 rms-change max change #iterations 11.37333 395.3593 at 10iterations 6.701689 142.0192 at 20iterations 3.944698 82.18979 at 30iterations 2.314267 45.28506 at 40iterations 1.358836 23.85896 at 50iterations 0.7944792 12.60896 at 60iterations 0.4635763 8.176445 at 70iterations 0.2706023 4.127251 at 80iterations 0.1580701 2.593501 at 90iterations 9.2276841E-02 1.447708 at 100iterations 5.3838018E-02 0.8236723 at 110iterations 3.1395502E-02 0.5018206 at 120iterations 1.8272158E-02 0.3100643 at 130iterations 1.0676022E-02 0.1569626 at 140iterations 6.2539834E-03 9.5975876E-02 at 150iterations 3.6543761E-03 5.6615829E-02 at 160iterations 2.1524606E-03 3.4988403E-02 at 170iterations 1.2758243E-03 2.1263123E-02 at 180iterations finished qdiffx linear iterations at : 14:07:35 total time elapsed so far: 14.77000 # loops : 180 mean,max change (kT/e) : 1.2758243E-03 2.1263123E-02 energy calculations done at 14.77000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 14.90000 DelPhi exited at 14:07:35 14.900u 0.272s 0:15.44 98.2% 0+0k 0+0io 0pf+0w