random_bitwise_xor
class qiskit.circuit.library.random_bitwise_xor(num_qubits, seed)
Bases:
Create a random BitwiseXorGate.
Parameters
- num_qubits (int) – the width of circuit.
- seed (int) – random seed in case a random xor is requested.
Return type
Was this page helpful?
Report a bug or request content on GitHub.