Skip to content

bloqade.gemini.decoding.experiments.single_qubit_state_tomography

← Module overview

functionsingle_qubit_state_tomographysource

bloqade.gemini.decoding.experiments.single_qubit_state_tomography

def single_qubit_state_tomography() -> dict[str, ir.Method[..., None]]

Returns X, Y, and Z basis kernels used to perform single-qubit tomography. Note that the kernels take in the register as the input.

Returns

dict[str, ir.Method[..., None]]A dictionary mapping "X", "Y", and "Z" to the respective tomography kernels.

source