Stanza live plotting
Stream measurement data to interactive Bokeh plots during experiments with automatic axis labelling and configurable update rates.
Stream measurement data to interactive Bokeh plots during experiments with automatic axis labelling and configurable update rates.
Added a new batch endpoint for running coulomb-blockade-peak-detector-v2 over multiple traces in a single request.
POST /models/batch and client.control.models.batch.run(...).npy or .pt file containing a 2D array shaped (batch_size, trace_length)output.outputs ordered by batch indexNVIDIA Ising Calibration 1 — 35B-parameter VLM that interprets quantum calibration plots and produces structured assessments for autonomous QPU tune-up.
POST /agents/{agent_id} and client.control.agents.run("ising-calibration-v1", ...)GET /agents and client.control.agents.list()NVIDIA Ising Decoding — AI pre-decoders for quantum error correction on surface codes.
POST /models and client.control.models.run("ising-decoding-v1-fast", ...)Launched the Coda API for interacting with quantum hardware programmatically.
GET /qpus — list available QPU devicesPOST /qpus — submit quantum circuitsPOST /qpus/status — check job statusclient.coda.qpus.list(), client.coda.qpus.run(...), client.coda.qpus.status(...)Added coulomb-diamond-detector-v2 to the Control API. This version detects the vertices of Coulomb diamond structures directly from conductance data with improved accuracy over v1.
Added resonator-dip-finder-v0 to the Control API. Detects resonator dips in spectroscopy magnitude traces, accepting 1D input of any length and returning detected dip indices.
Vote on model results to help improve model quality.
PUT /model-results/{result_id}/vote — create or update a voteDELETE /model-results/{result_id}/vote — remove a voteclient.control.model_results.vote_on_model_result(result_id, vote=1)client.control.model_results.remove_vote_on_model_result(result_id)Added coulomb-diamond-detector-v1 to the Control API. Unlike v0 which requires a pre-segmented binary mask, v1 detects diamond vertices directly from raw conductance data — no segmentation step needed.
Added two new model families to the Control API:
Added the Double Quantum Dot (DQD) Search routine to Stanza. Automates the search for double quantum dot regimes using adaptive grid search and barrier sweeps.