Babysitter rb-benchmarker
Randomized benchmarking skill for gate fidelity characterization
install
source · Clone the upstream repo
git clone https://github.com/a5c-ai/babysitter
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/a5c-ai/babysitter "$T" && mkdir -p ~/.claude/skills && cp -r "$T/library/specializations/domains/science/quantum-computing/skills/rb-benchmarker" ~/.claude/skills/a5c-ai-babysitter-rb-benchmarker && rm -rf "$T"
manifest:
library/specializations/domains/science/quantum-computing/skills/rb-benchmarker/SKILL.mdsource content
RB Benchmarker
Purpose
Provides expert guidance on randomized benchmarking protocols for characterizing quantum gate fidelities and hardware performance.
Capabilities
- Standard randomized benchmarking
- Interleaved randomized benchmarking
- Simultaneous RB for crosstalk
- Character benchmarking
- Cycle benchmarking
- Fidelity decay fitting
- SPAM error separation
- Confidence interval estimation
Usage Guidelines
- Protocol Selection: Choose RB variant based on characterization goals
- Sequence Generation: Create random Clifford sequences of varying lengths
- Execution: Run benchmarking experiments with sufficient statistics
- Fitting: Analyze decay curves to extract fidelity parameters
- Reporting: Generate comprehensive benchmarking reports
Tools/Libraries
- Qiskit Experiments
- Cirq
- True-Q
- PyGSTi
- SciPy