Pydantic models for IBM Quantum service programs (estimator, sampler, executor, noise-learner). Current version: 0.7.20260419. Released weekly. Requires Python >=3.10.
pip install ibm-quantum-schemasNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create an EstimatorResult model instance and serialize it.
Update imports to include program and version submodule, e.g., `from ibm_quantum_schemas.estimator.version_0_1 import EstimatorResult`.
Use stable versions like `0.1` or `0.2` without `_dev` suffix.
Use `from ibm_quantum_schemas.noise_learner.version_0_1 import ...` instead of `noise_learner_v3`.
Upgrade Python to 3.10 or later.