Skip to main contentIBM Quantum Documentation
Important

IBM Quantum Platform is moving and this version will be sunset on July 1. To get started on the new platform, read the migration guide.

qiskit.circuit.library.random_bitwise_xor

qiskit.circuit.library.random_bitwise_xor(num_qubits, seed)

GitHub

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

BitwiseXorGate

Was this page helpful?
Report a bug or request content on GitHub.