Tue Oct 11 08:18:01 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 Tue Oct 11 2011 at 08:18:01 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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2707 !!! WARNING: HIR 56 has a net charge of 0.5140 !!! WARNING: FMN 398 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.9999999E-02 grid size : 179 scale,in grids/A, set to be: 0.6652713 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): -24.95800 21.60200 ymin,ymax (A): -64.13300 -10.62100 zmin,zma (A): -17.27200 30.25200 x,y,z range (A): 46.56000 53.51200 47.52400 scale (grids/A): 0.6652713 object centre (A): -1.678000 -37.37700 6.490001 number of atom coordinates read : 2707 total number of charged atoms : 2579 net assigned charge : 4.014021 assigned positive charge : 417.2244 centred at (gu) : 90.75578 89.95336 90.45467 assigned negative charge : -413.2114 centred at (gu) : 90.59721 90.18820 90.47315 start vw surface at 0.1600000 fill in re-entrant regions at 0.1700000 boundary points on vw surface= 8190 nv = 96 ne = 84 npr = 55156 no. pairs analyzed = 55156 no. exposed pairs = 3363 no. arc points = 22785 no. surface atoms = 1129 nbur = 1578 mkacc time = 0.1500000 writing accessible surface arcs data to file ARCDAT grid for indexing accessible points = 1.400000 m= 494 mr = 4707 m= 4 mr = 67 m= 0 mr = 0 time to grow re-entrant surface = 0.1700000 no. cavity mid-points inaccessible to solvent = 13 time to turn everything in is 0.3500000 number of dielectric boundary points 3914 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 2100 ## 136 charges are in solution ## iepsmp to db, and charging done at 0.5100000 number of grid points assigned charge 9477 setting boundary conditions some initial phi values: midg,midg,1; midg,midg,igrid 1.4570146E-08 7.7073379E-09 midg,1,midg; midg,igrid,midg 6.7363025E-08 -4.6000604E-08 1,midg,midg; igrid,midg,midg -2.3210738E-08 5.7483149E-08 gauss-seidel spectral radius is 0.9882985 estimated iterations to convergence 75 setup time was (sec) 0.6600000 now iterating at: 08:18:02 rms-change max change #iterations 0.1798088 24.42850 at 10iterations 2.0403758E-02 2.724504 at 20iterations 3.2829533E-03 0.6318893 at 30iterations 9.6906757E-04 0.2010193 at 40iterations 3.5383171E-04 7.5164795E-02 at 50iterations finished qdiffx linear iterations at : 08:18:05 total time elapsed so far: 4.110000 # loops : 50 mean,max change (kT/e) : 3.5383171E-04 7.5164795E-02 energy calculations done at 4.110000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 4.290000 DelPhi exited at 08:18:06 4.295u 0.226s 0:04.80 93.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 Tue Oct 11 2011 at 08:18: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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2707 !!! WARNING: HIR 56 has a net charge of 0.5140 !!! WARNING: FMN 398 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.9999999E-02 grid size : 179 scale,in grids/A, set to be: 1.995814 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): -24.95800 21.60200 ymin,ymax (A): -64.13300 -10.62100 zmin,zma (A): -17.27200 30.25200 x,y,z range (A): 46.56000 53.51200 47.52400 scale (grids/A): 1.995814 object centre (A): -1.678000 -37.37700 6.490001 number of atom coordinates read : 2707 total number of charged atoms : 2579 net assigned charge : 4.014021 assigned positive charge : 417.2244 centred at (gu) : 92.26679 89.85939 91.36337 assigned negative charge : -413.2114 centred at (gu) : 91.79127 90.56434 91.41911 start vw surface at 0.1500000 fill in re-entrant regions at 0.2800000 boundary points on vw surface= 87907 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22785 grid for indexing accessible points = 1.400000 m= 33070 mr = 62410 m= 5536 mr = 24836 m= 379 mr = 3589 m= 3 mr = 141 m= 0 mr = 0 time to grow re-entrant surface = 0.3300000 no. cavity mid-points inaccessible to solvent = 1307 time to turn everything in is 0.6500000 number of dielectric boundary points 35919 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 123 iepsmp to db, and charging done at 0.7800000 number of grid points assigned charge 20394 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.6652713 object centre at (A) : -1.678000 -37.37700 6.490001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -1.7040143E-02 -2.3227151E-02 midg,1,midg; midg,igrid,midg 7.3555425E-02 -4.9520537E-02 1,midg,midg; igrid,midg,midg -1.6097413E-02 5.2191325E-02 gauss-seidel spectral radius is 0.9987667 estimated iterations to convergence 225 setup time was (sec) 0.9700000 now iterating at: 08:18:07 rms-change max change #iterations 4.816899 171.9328 at 10iterations 2.340755 71.02454 at 20iterations 1.137642 33.92856 at 30iterations 0.5523207 15.12069 at 40iterations 0.2696404 7.757275 at 50iterations 0.1313017 3.558513 at 60iterations 6.4058982E-02 1.763775 at 70iterations 3.1497348E-02 0.9520006 at 80iterations 1.5615030E-02 0.5057144 at 90iterations 7.9446714E-03 0.2643738 at 100iterations 4.2179599E-03 0.1534348 at 110iterations 2.3884610E-03 9.2674255E-02 at 120iterations finished qdiffx linear iterations at : 08:18:16 total time elapsed so far: 9.600000 # loops : 120 mean,max change (kT/e) : 2.3884610E-03 9.2674255E-02 energy calculations done at 9.600000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 9.780000 DelPhi exited at 08:18:17 9.785u 0.264s 0:10.71 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 Tue Oct 11 2011 at 08:18: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: 285 assigning charges and radii... opening formatted file:fort.13 number of atoms read in = 2707 !!! WARNING: HIR 56 has a net charge of 0.5140 !!! WARNING: FMN 398 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.9999999E-02 grid size : 179 scale,in grids/A, set to be: 2.993721 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): -24.95800 21.60200 ymin,ymax (A): -64.13300 -10.62100 zmin,zma (A): -17.27200 30.25200 x,y,z range (A): 46.56000 53.51200 47.52400 scale (grids/A): 2.993721 object centre (A): -1.678000 -37.37700 6.490001 number of atom coordinates read : 2707 total number of charged atoms : 2579 net assigned charge : 4.014021 assigned positive charge : 417.2244 centred at (gu) : 93.40009 89.78880 92.04487 assigned negative charge : -413.2114 centred at (gu) : 92.68682 90.84636 92.12862 start vw surface at 0.1400000 fill in re-entrant regions at 0.6600000 boundary points on vw surface= 203421 reading accessible surface arcs data from file ARCDAT no. of arc points read = 22785 grid for indexing accessible points = 1.400000 m= 105540 mr = 150954 m= 40089 mr = 87415 m= 10144 mr = 32730 m= 1633 mr = 7661 m= 95 mr = 1119 m= 1 mr = 34 m= 0 mr = 0 time to grow re-entrant surface = 1.050000 no. cavity mid-points inaccessible to solvent = 4089 time to turn everything in is 1.850000 number of dielectric boundary points 81010 no. dielectric boundary points in salt = 0 no. grid points charged and at boundary= 0 iepsmp to db, and charging done at 2.010000 number of grid points assigned charge 20632 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.995814 object centre at (A) : -1.678000 -37.37700 6.490001 pulling boundary values out of old potential map... some initial phi values: midg,midg,1; midg,midg,igrid -0.2419320 -0.2742179 midg,1,midg; midg,igrid,midg 1.004821 -0.7683035 1,midg,midg; igrid,midg,midg -0.1688922 0.4136251 gauss-seidel spectral radius is 0.9992917 estimated iterations to convergence 296 setup time was (sec) 2.230000 now iterating at: 08:18:19 rms-change max change #iterations 11.11549 492.7639 at 10iterations 6.529639 137.8503 at 20iterations 3.842235 74.15805 at 30iterations 2.254334 42.03457 at 40iterations 1.319537 21.96187 at 50iterations 0.7730295 12.46492 at 60iterations 0.4520318 8.043266 at 70iterations 0.2637061 4.999161 at 80iterations 0.1540597 2.647326 at 90iterations 8.9872941E-02 1.626877 at 100iterations 5.2546620E-02 0.9701881 at 110iterations 3.0802993E-02 0.6358147 at 120iterations 1.8103493E-02 0.3892174 at 130iterations 1.0763034E-02 0.2324753 at 140iterations 6.5340120E-03 0.1425819 at 150iterations 4.0964810E-03 9.3170166E-02 at 160iterations 2.7050239E-03 6.1771393E-02 at 170iterations 1.9084479E-03 4.5455933E-02 at 180iterations finished qdiffx linear iterations at : 08:18:34 total time elapsed so far: 16.80000 # loops : 180 mean,max change (kT/e) : 1.9084479E-03 4.5455933E-02 energy calculations done at 16.80000 writing potential map in DELPHI format potential map written to file fort.14 total cpu time was (sec) 17.02000 DelPhi exited at 08:18:34 17.026u 0.318s 0:17.65 98.1% 0+0k 0+0io 0pf+0w