Overview
Our AI-driven models accelerate quantum device characterization by automating health checks, calibration, and validation. The Conductor Quantum SDK delivers critical parameters in minutes rather than weeks, streamlining your path from raw transport data to operational qubits.
Models return either:
• Boolean classification – e.g. True
if the measurement shows pinch‑off
• Dictionary of indices – parameter names mapped to the index (not the actual voltage) in your input array
Regardless of the specific model, the SDK always wraps the response in a ModelResultInfo
object:
Model Versioning
Our models use a versioning scheme (v0, v1, etc.) where higher numbers generally indicate improved accuracy and performance. When selecting a model version, consider:
- Newer versions typically offer better accuracy and robustness
- Specialized versions for specific data types or conditions
- Performance variations based on your measurement characteristics
We recommend testing multiple versions to find the optimal one for your quantum device data.
Charge Stability Diagram Analysis
You can see how to use the charge stability diagram models on the Charge Stability Diagram Models page.
Coulomb Blockade Analysis
You can see how to use the Coulomb Blockade models on the Coulomb Blockade Models page.
Pinch-off Analysis
You can see how to use the Pinch-off models on the Pinch-off Models page.
Turn-on Analysis
You can see how to use the Turn-on models on the Turn-on Models page.