qiskit.quantum_info.PauliTable.matrix_iter¶
- PauliTable.matrix_iter(sparse=False)[código fonte]¶
Return a matrix representation iterator.
This is a lazy iterator that converts each row into the Pauli matrix representation only as it is used. To convert the entire table to matrices use the
to_matrix()
method.- Parâmetros
sparse (bool) – optionally return sparse CSR matrices if True, otherwise return Numpy array matrices (Default: False)
- Retorno
matrix iterator object for the PauliTable.
- Tipo de retorno
MatrixIterator