Skip to main contentIBM Quantum Documentation
This page is from an old version of Qiskit SDK and does not exist in the latest version. We recommend you migrate to the latest version. See the release notes for more information.

qiskit.aqua.operators.legacy.PauliGraph

class PauliGraph(paulis, mode='largest-degree')

GitHub

Pauli Graph.

__init__

__init__(paulis, mode='largest-degree')

Initialize self. See help(type(self)) for accurate signature.


Methods

__init__(paulis[, mode])Initialize self.

Attributes

grouped_paulisGetter of grouped Pauli list.

grouped_paulis

Getter of grouped Pauli list.

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