Skip to main content

Dynex SDK

The Dynex SDK provides a unified programming interface for expressing optimization, probabilistic, and quantum-inspired workloads. Users interact with the platform through high-level representations such as optimization problem formulations, probabilistic models, graph-based structures, and circuit-derived abstractions. The SDK handles compilation, transformation, and backend adaptation internally, enabling portability across supported execution resources.

What is Dynex?

Dynex provides a qubit-agnostic computing platform designed to unify diverse quantum and quantum-driven compute resources under a single execution and programming environment. The platform enables users to access heterogeneous compute modalities through a consistent workflow for optimization, simulation, and probabilistic workloads—without requiring direct exposure to device-specific implementations. The Dynex platform focuses on abstraction, orchestration, and interoperability, allowing end users to work at the problem level rather than the hardware level. The platform excels at two complementary computing paradigms:

Quantum Annealing

Solve QUBO, Ising, and constrained optimization problems with BQM, CQM, and DQM model types. Compatible with the dimod framework, PyQUBO, and other QUBO tools.

Quantum Gate Circuits

Run quantum gate circuits from PennyLane, Qiskit, Cirq, and OpenQASM directly on the Dynex platform. Run Grover’s, Shor’s, QFT and other algorithms without modification.

How It Works

1

Formulate your problem

Define your problem as a BQM, CQM, or DQM model, or as a quantum gate circuit using PennyLane, Qiskit, or OpenQASM.
2

Choose a compute backend

Select LOCAL for testing, CPU/GPU for testnet, or QPU for quantum hardware access via DynexConfig.
3

Submit and sample

The SDK converts your problem into a neuromorphic circuit and submits it to the Dynex computing network.
4

Analyze results

Retrieve results as a dimod SampleSet and inspect samples, energies, and variable assignments.

Unified Execution Environment

Dynex presents all supported compute backends as standardized execution resources within a common runtime environment. These resources include:
  • proprietary Dynex compute systems,
  • large-scale software-based emulation resources, and
  • third-party quantum processing units operated by external providers.
A centralized orchestration layer manages workload submission, routing, execution coordination, and result handling. From the user’s perspective, workloads are expressed once and executed consistently, independent of the underlying compute modality.

Hybrid and Heterogeneous Workflows

The platform is architected to enable hybrid computational workflows, allowing multiple computing paradigms to be combined seamlessly within the lifecycle of a single problem. Rather than binding a workload to a fixed execution model, the system supports flexible orchestration across heterogeneous compute substrates. As a result, different stages of a computation—such as preprocessing, probabilistic sampling, optimization, or refinement—can be executed on the hardware or simulation environment best suited to the specific task. Depending on availability, suitability, and performance requirements, workloads can be dynamically mapped to different backend resources, including classical high-performance systems, quantum emulation environments, neuromorphic probabilistic processors, or emerging room-temperature quantum hardware. Backend selection mechanisms evaluate factors such as the mathematical structure of the problem, the required computational precision, latency or throughput constraints, and the current availability of resources within the platform. Importantly, this orchestration layer is designed to remain transparent to the application developer. Developers interact with the platform through a unified programming interface and abstract problem formulations (e.g., QUBO, Ising, or probabilistic graphical models), while the platform handles the underlying execution strategy. This abstraction allows users to focus on modeling and algorithm design, while the system automatically determines the most effective execution pathway across the available heterogeneous computing infrastructure.

Dynex Compute Systems

Dynex-operated compute systems are optimized for probabilistic and energy-based problem formulations commonly used in optimization, sampling, and inference. These systems are integrated into the Dynex platform as native execution resources and are accessed through the same APIs and tooling as other supported backends. From a platform architecture perspective, these systems can be understood as specialized accelerators for probabilistic and combinatorial computation, designed to complement rather than replace existing classical and quantum hardware infrastructures. Instead of operating as isolated computing paradigms, they form part of a heterogeneous compute stack in which different physical substrates are leveraged according to their strengths in solving optimization, sampling, and stochastic inference problems. Within this framework, the available computational resources span several technological layers. At one end, high-performance quantum emulation systems implemented on CPU/GPU nodes enable the simulation of large-scale quantum circuits and quantum-inspired algorithms with substantial scalability. In parallel, quantum-driven neuromorphic computing systems based on analog CMOS technology (Apollo Series) provide energy-efficient hardware substrates for probabilistic computing, enabling massively parallel exploration of energy landscapes typical of Ising and QUBO formulations. At the hardware frontier, a proprietary room-temperature quantum computing system built on nitrogen-vacancy (NV) diamond spin qubits (Zeus series) introduces a genuine quantum spin system that operates without cryogenic infrastructure, opening a pathway toward hybrid architectures where classical, neuromorphic, and quantum spin-based devices coexist within a unified computational ecosystem.

Supported Integrations

dimod

Native BQM, CQM, DQM model support

PennyLane

Quantum ML circuits on Dynex

Qiskit

IBM Qiskit circuits on Dynex

PyTorch

Neuromorphic Torch layers

scikit-learn

Quantum feature selection plugin

TensorFlow

Neuromorphic TF layers

PyQUBO

Build QUBO/Ising from math expressions

AutoQUBO

Fujitsu Research — auto-convert Python functions to QUBO

Qubolite

Lamarr Institute — lightweight NumPy QUBO toolbox

Resources

Book

Neuromorphic Computing for Computer Scientists — a complete guide to neuromorphic computing on the Dynex platform. 249 pages, 2024. Available on Amazon.com, Amazon.co.uk, and Amazon.de.

Benchmarks & Publications

Medium Guides

Step-by-step articles covering real-world implementations on the Dynex platform: