pygsti.tools.errgenproptools.bitstring_to_tableau

pygsti.tools.errgenproptools.bitstring_to_tableau#

bitstring_to_tableau(bitstring)#

Map a computational basis bit string into a corresponding Tableau which maps the all zero state into that state.

Parameters:

bitstring (str) – String of 0’s and 1’s corresponding to the computational basis state to prepare the Tableau for.

Returns:

Tableau which maps the all zero string to this computational basis state

Return type:

stim.Tableau