Quanta from charges and fluxes #
Each FiveQuanta
or TenQuanta
has an underlying FluxesFive
or FluxesTen
and Multiset ℤ
of charges.
In this file we define the fromParts
function which takes a
FluxesFive
or FluxesTen
and a Multiset ℤ
of charges and returns a list of
the allowed FiveQuanta
or TenQuanta
which can be formed from them.
We do this only in the very restrictive case when:
fluxes
has no exotics and has no zero fluxescharges
lives inallowedBarFiveCharges
orallowedBarTenCharges
for a givenCodimensionOneConfig
.
FiveQuanta from parts #
The list of FiveQuanta
which arise from charges
and fluxes
.
Note: This gives junk unless
the charges correspond to a CodimensionOneConfig
and fluxes
has no exotics and no zero entries.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The multiset of FiveQuanta
obtained from a mutliset of charges Multiset ℤ
,
which have a FluxesFive
in FluxesFive.elemsNoExotics
.
Equations
Instances For
TenQuanta from parts #
The list of TenQuanta
which arise from charges
and fluxes
.
Note: This gives junk unless charges
the charges correspond to a CodimensionOneConfig
and fluxes
has no exotics and no zero entries.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The multiset of TenQuanta
obtained from a mutliset of charges Multiset ℤ
,
which have a FluxesTen
in FluxesTen.elemsNoExotics
.
Equations
Instances For
The multiset of Quanta
obtained from a Charges
,
which have a Fluxes
which do not permit exotics.
Equations
- One or more equations did not get rendered due to their size.