|
Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
|

Public Member Functions | |
| str | __str__ (self) |
| str | name (self) |
| to_cpp (self) | |
Protected Member Functions | |
| _to_cpp (self) | |
Protected Attributes | |
| _name | |
Static Protected Attributes | |
| str | _name |
| _cpp_type = None | |
Small Python wrapper around Hyperiso's dynamic symbol identifiers. Dynamic identifiers are string-backed, strongly typed C++ ids. They allow runtime observables, decays, Wilson groups and Wilson coefficients to live next to the legacy static enums without forcing a conversion back to an enum.
Definition at line 11 of file SymbolId.py.
| str pyhyperiso.core.Common.SymbolId._SymbolId.__str__ | ( | self | ) |
Definition at line 22 of file SymbolId.py.
|
protected |
Return the bound C++ id object.
Definition at line 30 of file SymbolId.py.
| str pyhyperiso.core.Common.SymbolId._SymbolId.name | ( | self | ) |
Canonical name stored by the C++ id.
Definition at line 26 of file SymbolId.py.
| pyhyperiso.core.Common.SymbolId._SymbolId.to_cpp | ( | self | ) |
Public alias for :meth:`_to_cpp`.
Definition at line 34 of file SymbolId.py.
|
staticprotected |
Definition at line 20 of file SymbolId.py.
|
staticprotected |
Definition at line 19 of file SymbolId.py.
|
protected |
Definition at line 32 of file SymbolId.py.