Encoding
Definitions of encoding schemes.
Encoding schemes are applied to photons and memories to track how quantum information is stored. This includes the name of the encoding scheme, bases available, and any other necessary parameters.
- sequence.utils.encoding.polarization
defines the polarization encoding scheme, including the Z- and X-basis.
- Type:
dict[str, any]
- sequence.utils.encoding.time_bin
defines the time bin encoding scheme, including the Z- and X-basis. Also defines the bin separation time.
- Type:
dict[str, any]
- sequence.utils.encoding.single_atom
defines the emissive memory scheme, including the Z-basis.
- Type:
dict[str, any]
- sequence.utils.encoding.absorptive
defines the absorptive memory scheme, including the Z-basis.
- Type:
dict[str, any]