A Qiskit-based library for circuit sampling and noise characterization. It provides tools for building samplex circuits, transpilation passes (boxing, twirling, noise injection), and serialization. Current version: 0.18.0, requires Python >=3.10. Release cadence is approximately biweekly.
pip install samplomaticNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic example: define a quantum circuit, create a Samplex, build a template, and sample.
Update code that expects `parameter_values` to always be present in the output.
Upgrade to Python >=3.10.
Replace `GroupLiteral` with `GroupMode` and update imports accordingly.
Ensure serialized data is deserialized with the same SSV or compatible version.