Add Aalto Q20, refactor QC layouts, and retire Helmi#32
Open
JooNiv wants to merge 36 commits into
Open
Conversation
…x has merged both entries of clifford fidelity under the same key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add Aalto Q20, refactor QC layouts, and retire Helmi
Aalto Q20
deviceMetrics.jsassets/images/aalto-qc/aalto-q20.webpimage.Helmi (VTT Q5) end-of-life
Helmi.jsxlayout.QC layout refactor
Base.jsx,Helmi.jsx,Q50.jsx)with a single reusable
QcLayout.jsx.layouts.js, where each device is described purely as data(
{ spacing, nodes, edges }) keyed by device ID. Adding a new QC now onlyrequires a new entry here.
grid(xOrigin, yOrigin, spacing)helper so coordinatesread as grid offsets instead of repeated origin/spacing arithmetic.
MAX_NODE_PX) so smaller layouts like Q20 don't scaleup disproportionately.
react-zoom-pan-pinchpackageMetrics
getMetricStatistics()now accepts an optionalqubitsargument to splitsingle-qubit vs. two-qubit (coupler) metrics that share a calibration key.
clifford_rb_xy_sx_fidelity.corresponfing backend pr: https://github.com/FiQCI/fiqci-backend/pull/10