On this page
DotExportSettings
gammaloop / Class
DotExportSettings()
Controls which graph details and algebraic transformations are included in DOT exports.
Construct DOT export settings with GammaLoop's defaults.
Member details
combine_diagrams
Property · read/write## settercombine_diagrams: bool
Write all diagrams of an integrand to one file during filesystem export.
Setter
combine_diagrams: bool
Write all diagrams of an integrand to one file during filesystem export.
Parameters
| Name | Type | Default | Description |
|---|
value | bool | — | — |
with_uv
Property · read/write## setterwith_uv: bool
Request UV counterterm graph output; currently retained for compatibility.
Setter
with_uv: bool
Request UV counterterm graph output; currently retained for compatibility.
Parameters
| Name | Type | Default | Description |
|---|
value | bool | — | — |
output_full_numerator
Property · read/write## setteroutput_full_numerator: bool
Add the complete symbolic numerator as the graph-level full_num field.
Setter
output_full_numerator: bool
Add the complete symbolic numerator as the graph-level full_num field.
Parameters
| Name | Type | Default | Description |
|---|
value | bool | — | — |
split_xs_by_initial_states
Property · read/write## settersplit_xs_by_initial_states: bool
Split cross-section graphs by distinct initial-state assignments.
Setter
split_xs_by_initial_states: bool
Split cross-section graphs by distinct initial-state assignments.
Parameters
| Name | Type | Default | Description |
|---|
value | bool | — | — |
do_gamma_algebra
Property · read/write## setterdo_gamma_algebra: bool
Simplify gamma-matrix algebra in the full numerator before formatting it.
Setter
do_gamma_algebra: bool
Simplify gamma-matrix algebra in the full numerator before formatting it.
Parameters
| Name | Type | Default | Description |
|---|
value | bool | — | — |
do_color_algebra
Property · read/write## setterdo_color_algebra: bool
Simplify color algebra in the full numerator before formatting it.
Setter
do_color_algebra: bool
Simplify color algebra in the full numerator before formatting it.
Parameters
| Name | Type | Default | Description |
|---|
value | bool | — | — |
include_autogenerated_fields
Property · read/write## setterinclude_autogenerated_fields: bool
Include vertex and edge fields whose values GammaLoop generated automatically.
Setter
include_autogenerated_fields: bool
Include vertex and edge fields whose values GammaLoop generated automatically.
Parameters
| Name | Type | Default | Description |
|---|
value | bool | — | — |
View generated signature source: docs/api/python/gammaloop-python.pyi:153