#255 closed enhancement (duplicate)
Colorize DAGs, not models
Reported by: | ohl | Owned by: | ohl |
---|---|---|---|
Priority: | P1 | Milestone: | |
Component: | omega | Version: | 2.0.0rc3 |
Severity: | critical | Keywords: | |
Cc: |
Description
Don't build the DAG from a colorized model, but colorize the DAG constructed from the uncolorized model. This takes care of two very important issues:
- the maximal number of color flow lines needs not to be known at compile time anymore
- we don't need the huge table of colored vertices anymore to construct the keystones. This should improve performance (dramatically?) and allow to retire the annoying cache files.
All this is possible due to the (trivial) observation that there is never an colored Feynman diagram topology without the presence of the identical uncolored Feynman diagram topology.
Change History (3)
comment:1 Changed 15 years ago by
Milestone: | v2.0.0final → v2.0-rc4 |
---|
comment:2 Changed 15 years ago by
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
This is part of #205 now and can be closed.