Skip to content

Instantly share code, notes, and snippets.

@caryan
caryan / Where to measure a Ramsey curve.ipynb
Created July 2, 2020 03:58
The tradeoff between sensitivity and projection noise in the optimal sampling time for a Ramsey experiment
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@caryan
caryan / stim_sampling_batch_size_optimisation
Created April 29, 2025 17:27
Stim + decoding batch size optimisation
import numpy as np
import pandas as pd
import plotly.graph_objects as go
import plotly.colors as pc
from tqdm.auto import tqdm
from sinter._decoding._decoding_pymatching import PyMatchingDecoder
from sinter._decoding._stim_then_decode_sampler import StimThenDecodeSampler