qiskit.pulse.ScheduleBlock.scoped_parameters¶
- ScheduleBlock.scoped_parameters()[source]¶
Return unassigned parameters with scoped names.
Note
If a parameter is defined within a nested scope, it is prefixed with all parent-scope names with the delimiter string, which is « :: ». If a reference key of the scope consists of multiple key strings, it will be represented by a single string joined with « , ». For example, « root::xgate,q0::amp » for the parameter « amp » defined in the reference specified by the key strings (« xgate », « q0 »).
- Type renvoyé
Tuple
[Parameter
]