ControlModifier
class qiskit.circuit.ControlModifier(num_ctrl_qubits=0, ctrl_state=None)
Bases: Modifier
Control modifier: specifies that the operation is controlled by num_ctrl_qubits and has control state ctrl_state.
Attributes
ctrl_state
タイプ: int | str | None
デフォルト値: None
num_ctrl_qubits
タイプ: int
デフォルト値: 0
このページは役に立ちましたか?
バグや誤字の報告、またはコンテンツの要求はGitHubで行ってください。