Sat Oct 15 15:21:44 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 15 2011 at 15:21:45 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 = 2724 !!! WARNING: TRP 148 has a net charge of -0.2720 !!! WARNING: ASP 292 has a net charge of -0.2720 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: 0.6664919 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): -7.696000 40.31900 ymin,ymax (A): -26.17900 21.59200 zmin,zma (A): -9.874000 43.54000 x,y,z range (A): 48.01500 47.77100 53.41400 scale (grids/A): 0.6664919 object centre (A): 16.31150 -2.293500 16.83300 number of atom coordinates read : 2724 total number of charged atoms : 2576 net assigned charge : 1.956020 assigned positive charge : 411.9015 centred at (gu) : 89.72778 90.25809 88.77747 assigned negative charge : -409.9463 centred at (gu) : 89.95107 90.09731 88.83930 start vw surface at 0.1300000 fill in re-entrant regions at 0.1400000 boundary points on vw surface= 8027 nv = 96 ne = 84 npr = 55513 no. pairs analyzed = 55513 no. exposed pairs = 3311 no. arc points = 22808 no. surface atoms = 1125 nbur = 1599 mkacc time = 0.1400000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 477 mr = 4539 m= 2 mr = 64 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.3300000 number of dielectric boundary points 3903 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2259 ## 207 charges are in solution ## iepsmp to db, and charging done at 0.4500000 number of grid points assigned charge 9513 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 2.6653321E-08 -7.5213569E-09 midg,1,midg; midg,igrid,midg -3.2884387E-08 4.6912316E-08 1,midg,midg; igrid,midg,midg 6.2699044E-08 -4.7913602E-08 gauss-seidel spectral radius is 0.9883392 estimated iterations to convergence 76 setup time was (sec) 0.6500000 now iterating at: 15:21:47 rms-change max change #iterations 0.1796200 26.86981 at 10iterations 1.9929716E-02 2.583378 at 20iterations 2.2687106E-03 0.2942810 at 30iterations 2.9652665E-04 3.8290024E-02 at 40iterations 5.8004040E-05 8.0871582E-03 at 50iterations finished qdiffx linear iterations at : 15:21:54 total time elapsed so far: 5.080000 # loops : 50 mean,max change (kT/e) : 5.8004040E-05 8.0871582E-03 energy calculations done at 5.080000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 5.250000 DelPhi exited at 15:21:55 5.260u 0.460s 0:10.28 55.6% 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 Sat Oct 15 2011 at 15:21:56 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 = 2724 !!! WARNING: TRP 148 has a net charge of -0.2720 !!! WARNING: ASP 292 has a net charge of -0.2720 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.999476 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): -7.696000 40.31900 ymin,ymax (A): -26.17900 21.59200 zmin,zma (A): -9.874000 43.54000 x,y,z range (A): 48.01500 47.77100 53.41400 scale (grids/A): 1.999476 object centre (A): 16.31150 -2.293500 16.83300 number of atom coordinates read : 2724 total number of charged atoms : 2576 net assigned charge : 1.956020 assigned positive charge : 411.9015 centred at (gu) : 89.18266 90.77367 86.33177 assigned negative charge : -409.9463 centred at (gu) : 89.85291 90.29156 86.51754 start vw surface at 0.1100000 fill in re-entrant regions at 0.2700000 boundary points on vw surface= 85576 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22808 grid for indexing accessible points = 1.400000 m= 33098 mr = 60110 m= 6046 mr = 24873 m= 407 mr = 4001 m= 7 mr = 157 m= 0 mr = 0 time to grow re-entrant surface = 0.3900000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 0.7300000 number of dielectric boundary points 35993 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 135 iepsmp to db, and charging done at 0.9200000 number of grid points assigned charge 20382 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.6664919 object centre at (A) : 16.31150 -2.293500 16.83300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -5.8956258E-03 -5.2538581E-02 midg,1,midg; midg,igrid,midg -2.1754680E-02 3.0969046E-02 1,midg,midg; igrid,midg,midg 7.9073697E-02 -7.5019472E-03 gauss-seidel spectral radius is 0.9987679 estimated iterations to convergence 226 setup time was (sec) 1.130000 now iterating at: 15:21:58 rms-change max change #iterations 4.809490 226.7115 at 10iterations 2.348544 99.00610 at 20iterations 1.148562 34.97938 at 30iterations 0.5606094 16.56992 at 40iterations 0.2732288 9.006071 at 50iterations 0.1334826 3.744034 at 60iterations 6.5312177E-02 2.023180 at 70iterations 3.1906277E-02 0.9034653 at 80iterations 1.5639002E-02 0.4593506 at 90iterations 7.7077900E-03 0.2328529 at 100iterations 3.8660206E-03 0.1094818 at 110iterations 1.9911644E-03 5.8540344E-02 at 120iterations finished qdiffx linear iterations at : 15:22:16 total time elapsed so far: 12.97000 # loops : 120 mean,max change (kT/e) : 1.9911644E-03 5.8540344E-02 energy calculations done at 12.97000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 13.14000 DelPhi exited at 15:22:17 13.146u 0.530s 0:21.06 64.9% 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 15 2011 at 15:22:17 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 = 2724 !!! WARNING: TRP 148 has a net charge of -0.2720 !!! WARNING: ASP 292 has a net charge of -0.2720 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.999214 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): -7.696000 40.31900 ymin,ymax (A): -26.17900 21.59200 zmin,zma (A): -9.874000 43.54000 x,y,z range (A): 48.01500 47.77100 53.41400 scale (grids/A): 2.999214 object centre (A): 16.31150 -2.293500 16.83300 number of atom coordinates read : 2724 total number of charged atoms : 2576 net assigned charge : 1.956020 assigned positive charge : 411.9015 centred at (gu) : 88.77387 91.16030 84.49754 assigned negative charge : -409.9463 centred at (gu) : 89.77926 90.43723 84.77621 start vw surface at 0.1200000 fill in re-entrant regions at 0.6200000 boundary points on vw surface= 197662 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22808 grid for indexing accessible points = 1.400000 m= 104550 mr = 145386 m= 41516 mr = 86313 m= 11200 mr = 33972 m= 1831 mr = 8679 m= 167 mr = 1225 m= 4 mr = 74 m= 0 mr = 0 time to grow re-entrant surface = 1.220000 no. cavity mid-points inaccessible to solvent = 0 time to turn everything in is 2.000000 number of dielectric boundary points 81281 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.160000 number of grid points assigned charge 20606 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.999476 object centre at (A) : 16.31150 -2.293500 16.83300 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid 0.1220558 -0.6617095 midg,1,midg; midg,igrid,midg -0.2324736 0.3900636 1,midg,midg; igrid,midg,midg 0.6534404 -2.6969317E-02 gauss-seidel spectral radius is 0.9992915 estimated iterations to convergence 296 setup time was (sec) 2.400000 now iterating at: 15:22:21 rms-change max change #iterations 11.05880 440.5925 at 10iterations 6.547030 139.2767 at 20iterations 3.850513 74.02827 at 30iterations 2.273249 45.99746 at 40iterations 1.333913 24.96647 at 50iterations 0.7839272 13.91648 at 60iterations 0.4579371 8.359997 at 70iterations 0.2686814 4.942192 at 80iterations 0.1572613 2.562099 at 90iterations 9.2016548E-02 1.563869 at 100iterations 5.3784810E-02 0.8642502 at 110iterations 3.1541023E-02 0.5299339 at 120iterations 1.8554520E-02 0.3072596 at 130iterations 1.1001322E-02 0.2181473 at 140iterations 6.6176434E-03 0.1384544 at 150iterations 4.0838649E-03 8.7921143E-02 at 160iterations 2.6247527E-03 5.5280685E-02 at 170iterations 1.7836840E-03 4.1351318E-02 at 180iterations finished qdiffx linear iterations at : 15:22:49 total time elapsed so far: 22.88000 # loops : 180 mean,max change (kT/e) : 1.7836840E-03 4.1351318E-02 energy calculations done at 22.88000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 23.05000 DelPhi exited at 15:22:50 23.059u 0.543s 0:32.75 72.0% 0+0k 0+0io 0pf+0w