Skip to main content
IBM Quantum Platform
このページは古いバージョンのQiskit SDKです。 最新バージョンへ

random_bitwise_xor

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

GitHub

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

BitwiseXorGate

このページは役に立ちましたか?
バグや誤字の報告、またはコンテンツの要求はGitHubで行ってください。