qiskit.quantum_info.PauliList.from_symplectic¶
- classmethod PauliList.from_symplectic(z, x, phase=0)[source]¶
Construct a PauliList from a symplectic data.
- প্যারামিটার
z (np.ndarray) -- 2D boolean Numpy array.
x (np.ndarray) -- 2D boolean Numpy array.
phase (np.ndarray or None) -- Optional, 1D integer array from Z_4.
- রিটার্নস
the constructed PauliList.
- রিটার্ন টাইপ