Beginner Tutorial
Middle Level Tutorial
Advanced Tutorial
Case Library
API
Paper with Code
RELEASE NOTES
Installation Guide
Noise gate class.
name (str) – the name of this gate.
n_qubits (int) – how many qubits is this gate.
obj_qubits (int, list[int]) – Specific which qubits the gate act on.
ctrl_qubits (int, list[int]) – Specific the control qubits. Default, None.
None
Define which qubit the gate act on.
ctrl_qubits (int, list[int]) – Control qubit for noise gate should always be None.