nkdsl.emitted

emitted(label)[source]

Returns a symbolic selector bound to the emitted/connected state x’.

Example

>>> from nkdsl.dsl import emitted
>>> e = emitted("i")
>>> print(e.value)   # AmplitudeExpr, x'[i]
x'[i]
>>> print(e.index)   # AmplitudeExpr, i
i
Parameters:

label (str)

Return type:

SiteSelector