Opened 9 years ago
Closed 8 years ago
#65 closed enhancement (fixed)
Use square DP for integration when narrow resonances found in m12
Reported by: | Thomas Latham | Owned by: | Thomas Latham |
---|---|---|---|
Priority: | minor | Milestone: | v3r1 |
Version: | v3r0 | Keywords: | |
Cc: |
Description
As mentioned in comment:1:ticket:48, having narrow resonances on the diagonal (i.e. in m12) can severely slow down the integration. The reason for this is that, at present, we just use a very fine grid over the whole DP in such a case. A better solution could be to integrate in the square DP instead.
Change History (3)
comment:1 Changed 9 years ago by
Status: | new → testing |
---|
comment:2 Changed 9 years ago by
comment:3 Changed 8 years ago by
Resolution: | → fixed |
---|---|
Status: | testing → closed |
Since the default grid seems to give a good resolution for most resonances it seems unnecessary to complicate things further. If the need arises this can be added in future.
Note: See
TracTickets for help on using
tickets.
(In [308]) Switch to integrating in square DP when narrow resonances are found in m12. Basic implementation is there, so oktotest #65. Once verified, need to add handles (or reuse existing ones) to tune grid size etc.