Skip to main contentIBM Quantum Documentation
You are viewing the API reference for an old version of Qiskit SDK. Switch to latest version

PauliGate

PauliGate(label)

GitHub(opens in a new tab)

Bases: qiskit.circuit.gate.Gate

A multi-qubit Pauli gate.

This gate exists for optimization purposes for the quantum statevector simulation, since applying multiple pauli gates to different qubits at once can be done via a single pass on the statevector.

The functionality is equivalent to applying the pauli gates sequentially using standard Qiskit gates

Create a new gate.

Parameters

  • name – The Qobj name of the gate.
  • num_qubits – The number of qubits the gate acts on.
  • params – A list of parameters.
  • label – An optional label for the gate.

Methods Defined Here

inverse

PauliGate.inverse()

Return inverted pauli gate (itself).

validate_parameter

PauliGate.validate_parameter(parameter)

Gate parameters should be int, float, or ParameterExpression


Attributes

condition_bits

Get Clbits in condition.

Return type

List[Clbit]

decompositions

Get the decompositions of the instruction from the SessionEquivalenceLibrary.

definition

Return definition in terms of other basic gates.

duration

Get the duration.

label

Return instruction label

Return type

str

name

Return the name.

num_clbits

Return the number of clbits.

num_qubits

Return the number of qubits.

params

return instruction params.

unit

Get the time unit of duration.

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