![]() |
THIS CLASS IS DEPRECATED.
cirq.DensityMatrixSimulatorState(
density_matrix: np.ndarray, qubit_map: Dict['cirq.Qid', int]
) -> None
IT WILL BE REMOVED IN cirq v0.16
.
This class is no longer used.
The simulator state for DensityMatrixSimulator
Args:
density_matrix: The density matrix of the simulation.
qubit_map: A map from qid to index used to define the
ordering of the basis in density_matrix.
Methods
__eq__
__eq__(
other: _SupportsValueEquality
) -> bool