cirq.CliffordState

A state of the Clifford simulation.

The state is stored using Bravyi's CH-form which allows access to the full state vector (including phase).

Gates and measurements are applied to each representation in O(n^2) time.

Methods

apply_measurement

View source

apply_unitary

View source

copy

View source

state_vector

View source

to_numpy

View source

__eq__

View source

__ne__

View source