Parametrized
- class pulser.parametrized.Parametrized
Bases:
ABC
Abstract base class for a parametrized object.
Attributes
All the variables involved with this object.
Methods
Builds the object.
Signatures
- abstract build()
Builds the object.
- Return type:
Any
- abstract property variables: dict[str, Variable]
All the variables involved with this object.