qiskit.opflow.primitive_ops.Z2Symmetries¶
-
class
Z2Symmetries
(symmetries, sq_paulis, sq_list, tapering_values=None)[ソース]¶ Z2 Symmetries
- パラメータ
symmetries (
List
[Pauli
]) – the list of Pauli objects representing the Z_2 symmetriessq_paulis (
List
[Pauli
]) – the list of single - qubit Pauli objects to construct the Clifford operatorssq_list (
List
[int
]) – the list of support of the single-qubit Pauli objects used to build the Clifford operatorstapering_values (
Optional
[List
[int
]]) – values determines the sector.
- 例外
OpflowError – Invalid paulis
-
__init__
(symmetries, sq_paulis, sq_list, tapering_values=None)[ソース]¶ - パラメータ
symmetries (
List
[Pauli
]) – the list of Pauli objects representing the Z_2 symmetriessq_paulis (
List
[Pauli
]) – the list of single - qubit Pauli objects to construct the Clifford operatorssq_list (
List
[int
]) – the list of support of the single-qubit Pauli objects used to build the Clifford operatorstapering_values (
Optional
[List
[int
]]) – values determines the sector.
- 例外
OpflowError – Invalid paulis
Methods
__init__
(symmetries, sq_paulis, sq_list[, …])- type symmetries
List
[Pauli
]
consistent_tapering
(operator)Tapering the operator with the same manner of how this tapered operator is created.
copy
()Get a copy of self.
find_Z2_symmetries
(operator)Finds Z2 Pauli-type symmetries of an Operator.
is_empty
()Check the z2_symmetries is empty or not.
taper
(operator)Taper an operator based on the z2_symmetries info and sector defined by tapering_values.
Attributes
Get clifford operators, build based on symmetries and single-qubit X.
returns sq list
returns sq paulis
return symmetries
returns tapering values
-
property
cliffords
¶ Get clifford operators, build based on symmetries and single-qubit X. :rtype:
List
[PauliSumOp
] :returns: a list of unitaries used to diagonalize the Hamiltonian.
-
consistent_tapering
(operator)[ソース]¶ Tapering the operator with the same manner of how this tapered operator is created. i.e., using the same Cliffords and tapering values.
- パラメータ
operator (
PauliSumOp
) – the to-be-tapered operator- 戻り値の型
OperatorBase
- 戻り値
The tapered operator
- 例外
OpflowError – The given operator does not commute with the symmetry
-
classmethod
find_Z2_symmetries
(operator)[ソース]¶ Finds Z2 Pauli-type symmetries of an Operator.
- 戻り値の型
Z2Symmetries
- 戻り値
a z2_symmetries object contains symmetries, single-qubit X, single-qubit list.
-
property
sq_list
¶ returns sq list
-
property
sq_paulis
¶ returns sq paulis
-
property
symmetries
¶ return symmetries
-
taper
(operator)[ソース]¶ Taper an operator based on the z2_symmetries info and sector defined by tapering_values. The tapering_values will be stored into the resulted operator for a record.
- パラメータ
operator (
PauliSumOp
) – the to-be-tapered operator.- 戻り値
[:class`PauliSumOp`]; otherwise,
PauliSumOp
- 戻り値の型
If tapering_values is None
- 例外
OpflowError – Z2 symmetries, single qubit pauli and single qubit list cannot be empty
-
property
tapering_values
¶ returns tapering values