qiskit.circuit.QuantumCircuit.mcrz¶
- QuantumCircuit.mcrz(lam, q_controls, q_target, use_basis_gates=False)¶
Apply Multiple-Controlled Z rotation gate
- প্যারামিটার
self (QuantumCircuit) -- The QuantumCircuit object to apply the mcrz gate on.
lam (float) -- angle lambda
q_controls (list(Qubit)) -- The list of control qubits
q_target (Qubit) -- The target qubit
use_basis_gates (bool) -- use p, u, cx
- রেইজেস
QiskitError -- parameter errors