Skip to content
Pasqal Documentation

Parametrized

class pulser.parametrized.Parametrized

Bases: ABC

Abstract base class for a parametrized object.

Attributes

variables

All the variables involved with this object.

Methods

build

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.