Expressive instruction layer
Represent two-qubit operations as richer native targets, including SU(4)-style primitives that can capture an entire family of locally equivalent gates.
Invaris Quantum
Open-source layer for reconfigurable quantum systems
Invaris Quantum turns reconfigurable instruction-set ideas into contributor-ready software: hardware profiles, SU(4)-native compiler experiments, calibration-aware benchmarks, and documentation researchers can extend.
Invaris Quantum is an open-source software project for building, testing, and benchmarking reconfigurable quantum instruction-set components across hardware-aware compiler and control workflows.
The platform map separates the Invaris project identity from the external quantum-computing ecosystem: Dell Technologies, AWS, IonQ, IBM Quantum, Qiskit, Python, NVIDIA, and GitHub. Third-party marks remain the property of their respective owners.
Modern quantum machines can expose richer native operations than the standard CNOT/CZ pipeline, but most researchers still need practical code paths for describing, compiling, routing, calibrating, and comparing those operations. Invaris Quantum is the open-source layer that converts that system problem into small contribution units.
Represent two-qubit operations as richer native targets, including SU(4)-style primitives that can capture an entire family of locally equivalent gates.
Store device assumptions: coupling type, topology, timing model, allowed controls, calibration notes, noise summaries, and validation status.
Translate target operations into timing-aware control parameters while tracking edge cases such as near-identity gates that should be mirrored instead of executed directly.
Support program-aware templates, program-agnostic synthesis, and routing that understands when qubit mapping can absorb logical swaps.
Compare gate count, two-qubit depth, pulse duration, mapping overhead, and fidelity-related metrics across clear benchmark manifests.
Turn each research idea into a reviewable artifact: a profile, adapter, transform, fixture, notebook, report, issue template, or documentation page.
The central difficulty is not only whether a richer gate can exist. The hard part is whether researchers can compile toward it, express the assumptions, control calibration complexity, route circuits onto constrained topology, and reproduce the evidence later. That is why the project is organized like infrastructure rather than a single demo.
The public site explains the open-source component as a workbench that contributors can build on: practical modules, clear assumptions, and reproducible outputs.
Import a circuit, kernel, or benchmark and record the assumptions that matter before optimization starts.
Attach coupling, timing, topology, calibration, and supported-control metadata through a machine-readable profile.
Run template synthesis, local synthesis, approximate compaction, and topology-aware routing as separate inspectable stages.
Commit the manifest, outputs, plots, environment notes, and review notes so another researcher can reproduce the result.
The implementation can grow around Python tooling, circuit IR, compiler adapters, cloud backends, and benchmark automation.
Configuration, profile parsing, pass orchestration, test fixtures, notebooks, and result aggregation.
python · pytest · scipy · numpyAdapters for common quantum circuit representations and an internal trace that makes transformations auditable.
OpenQASM · Qiskit · TKET · QIRComponents for canonical-gate targets, approximate synthesis, template libraries, and compactness-guided subcircuit work.
SU(4) · BQSKit · templatesProfiles that connect simulated assumptions, cloud providers, and realistic backend constraints without hard-coding one vendor.
AWS Braket · IBM Quantum · local simulatorsDefine coupling models, supported controls, topology, durations, and calibration evidence for simulated or real backends.
Implement mapping-aware logic for near-identity gates and logical swaps so routing overhead is visible instead of hidden.
Build reusable templates for high-level circuit structures and compare them against conventional decompositions.
Design experiments that compare aggressive optimization against the number of distinct operations a backend must calibrate.
Publish manifests for QFT, arithmetic, simulation, variational, random, and routing-sensitive circuits with reproducible outputs.
Invaris Quantum uses Apache-2.0 so researchers, research institutions, startups, enterprise teams, and independent contributors can reuse the code, study the methods, build integrations, and publish extensions under a clear permissive license with an explicit patent grant.
The public repository will host the open-source work: issue templates, profiles, adapters, compiler experiments, benchmark manifests, documentation, and contribution review.