def
definition
tildeQ
show as:
view math explainer →
open explainer
Generate a durable explainer page for this declaration.
open lean source
IndisputableMonolith.Masses.RungConstructor.Basic on GitHub at line 34.
browse module
All declarations in this module, on Recognition.
explainer page
depends on
used by
formal source
31 | .W | .Z | .H => .Electroweak
32
33/-- Charge-index q̃ used as input to the constructor motifs. -/
34def tildeQ : Species → ℤ
35 | .fermion f => RSBridge.tildeQ f
36 | .W => 0
37 | .Z => 0
38 | .H => 0
39
40end RungConstructor
41end Masses
42end IndisputableMonolith