Skip to content

QFlow StudioLive Build workspace

The circuit and the code, in one working view.

Work on the Bell State circuit beside its generated Qiskit. Select an operation to trace it across both views, then drag the divider to give Design or Code more room.

Sample
Bell State
Circuit
2 qubits
Views
Design + Code
Sync
Operation-level

QFlow / workspace

Workflow studio / Public sample

Workflow / active draft

Bell State Demo

4,096 shots

Bell State workflow

canvas
q0q1q2t1t2t3t4t5INITq0..q1Initialize: q0..q1Hq0Hadamard: q0CXq0 -> q1Entangle: q0 -> q1IDq1No-op slot: q1Mq0,q1Measure: q0,q1CHECKcountsAttempt check: countsRESULTevidenceResult: evidence

Compatibility layer

Your stack stays yours.

QFlow connects the circuit record to the SDKs, formats, and provider access your team already uses.

default limit
31q
simulators
04
source formats
02
review URL
01
Review integration status
runtimes & access
  • IBM Quantumruntime
  • AWS Braketaccess
  • Azure Quantumcloud
  • IonQtrapped ion
  • Rigettisuperconducting
  • Quantinuumpytket
SDKs & formats
  • QiskitSDK
  • CUDA-QNVIDIA hybrid
  • CirqGoogle circuits
  • OpenQASMexport

Names and marks belong to their owners. Supported integration context, not endorsement.

01 / Run record

Keep each circuit run in one place.

Store the brief, canvas, source, route, run status, trace, result, and share link together.

System of record

One circuit. One owner. Every decision attached.

06

linked stages

02

source formats

01

review URL

Image

run record

QF-2048 supply-chain optimization

single source
01

Brief

objective + owner

02

Circuit

8 qubits / 24 ops

03

Source

Qiskit + QASM3

04

Runner

Aer / Cirq / qsim

05

Run

4,096 shots

06

Result

counts + trace

One live run record.

Version, owner, source, run state, and result move as one record.

versionv14
ownerQuantum Ops
runnerQiskit Aer
resultready

Controlled iteration

Each cycle starts with intent, stops for a human decision, and returns evidence to the same versioned record.

closed loop
  1. 01Intentbrief + owner
  2. 02Draftblocks + source
  3. 03Preflightroute + limits
  4. 04Human gateapprove submit
  5. 05Runcounts + trace
  6. 06Recordevidence + next
Recorded evidence becomes context for the next draft.

02 / Security boundary

Share results, not secrets.

Publish read-only result pages, certificate pages, and share-safe links while credentials and drafts remain private.

01

Review-ready

Counts, probabilities, source, and trace stay readable.

02

Share-safe

Public evidence omits provider credentials and private drafts.

03

Addressable

A stable result URL keeps the decision easy to revisit.

Inspect a complete evidence packet
Image

Simulator result page

Bell-style counts

4,096 shots · probabilities · CSV/JSON export

complete

00

934

01

128

10

177

11

2857

Result page

counts, probabilities, JSON, CSV

Certificate page

issuer + completion status

Shared result

read-only public link

Private boundary

tokens stay sealed

Image

03 / Technical depth

What actually runs today.

A circuit can move from canvas to source, runner, counts, exports, and share-safe evidence without leaving the workflow record.

31q

default cap

<=8q

statevector

off

raw Python

01

Can I run circuits here?

Yes

Visual blocks compile to CircuitOperation[] JSON, generated source, and runner requests.

02

Runner architecture

FastAPI + 4 simulators

The Docker runner executes Qiskit Aer, Cirq, qsim, bounded Stim, and OpenQASM 2/3 paths behind the Next.js app.

03

Qubit limit

31q default

Simulator runs accept up to 31 qubits by default; larger requests are rejected before execution.

04

State output

<=8q statevector

Small Qiskit runs return amplitudes; larger circuits keep counts and probabilities tractable.

Runtime boundaries

Power without an ambiguous execution surface.

current contract

6 noise modes

Noise models

Starters + workbench

VQE / QAOA

IonQ / IBM Eagle / Heron

Transpile targets

Off by default

Raw Python

01 Visual blocks

Circuit JSON

02 Source

Qiskit / OpenQASM

03 Runner

FastAPI runner

04 Evidence

Counts / LaTeX / CSV

04 / AI Builder

Review the exact circuit change where it will run.

QFlow marks the proposed gates on their qubit lanes and the matching generated source lines inside the same Build workspace. Apply and Run remain separate, explicit team decisions.

Bounded change

Two operations. Two source lines. One workflow record.

Route
unchanged
Parser
0 warnings
Run
manual

QAOA supply-chain route

workflow / qaoa-route-v3

Assistant edit · proposal 014

review

Add RZ(q1, 0.42) and RX(q2, π/4)

2 circuit operations · 2 generated lines · measurement order and hardware route unchanged

Design/3q · compact circuit
diff
GatesFitAuto layout
Three-qubit QFlow canvas with a bounded assistant editExisting Hadamard, controlled-X, and measurement gates share three qubit lanes. A proposed RZ gate on q1 and RX gate on q2 are marked individually for review.q0q1q2HAI EDIT · 2 OPSRZRX0.42pi / 4MMM
savedproposed3q · 5 saved + 2 proposed
ResultsNo run · review and apply the proposed edit first

05 / Provider status

Check providers before you submit.

QFlow shows credentialed device context, route fit, SDK output, OpenQASM export, and result artifacts for the same circuit. Live provider status appears after credentialed sign-in.

Route before run

Provider choice becomes a reviewable decision, not a hidden script setting.

See live integration boundaries
Image

provider fabric

credentialed access layer
QOS / PREFLIGHT

route decision

Fit, credentials, fallback, evidence.

11

provider adapters

4

simulators

1

workflow record

Access

keys + devices

Route

fit + fallback

Run

QASM + counts

IBM Quantum

Backend list, job submit, polling, and result retrieval use connected IBM access.

credentialed

Public stats

Account-scoped queue and backend state stay inside the signed-in provider hub.

signed-in status

Local runner

Qiskit Aer, Cirq, qsim, Stim, and OpenQASM paths produce counts and evidence without provider tokens.

live

provider access

hardware, cloud, runtime

6 connected

IBM Quantum

runtime

AWS Braket

access

Azure Quantum

cloud

IonQ

trapped ion

Rigetti

superconducting

Quantinuum

pytket

artifact layer

SDKs, code, results

4 connected

Qiskit

SDK

CUDA-Q

NVIDIA hybrid

Cirq

Google circuits

OpenQASM

export

Credentials stay on the private side.

Only review-safe route context and result artifacts move into shared evidence.

06 / Who it is for

Use QFlow for research, provider pilots, and classes.

Research operations, provider rollout, and academy cohorts start from circuits, source, and simulator output instead of a blank notebook.

Abstract quantum research testbed used for research operations and pilot planning
Research testbed01

Research ops

Build Bell, GHZ, QAOA, VQE, and custom circuit drafts, then run simulator checks before hardware time.

Abstract connected quantum provider fabric used as a provider rollout reference
Provider fabric02

Provider rollout

Compare credentials, device capabilities, queue context, and routing constraints before submitting quantum jobs.

Abstract quantum learning progression used to represent academy cohort workflows
Learning path03

Academy cohorts

Give students runnable labs with source, counts, progress, comments, and certificates instead of passive notes.

07 / Research briefings

Long reads tied to real quantum surfaces.

Source-backed briefings that connect current research to QFlow circuits, providers, algorithms, and learning flows.

View blog
Abstract quantum academy progression from lesson panels to a runnable circuit
01
5 min
QFlow Studio / AI-generated visual

education

5 min read

QFlow begins a community test pilot with Quantum Hacettepe

The scoped pilot will test how visual circuits, synchronized code, simulation evidence, and guided learning hold up in real student-team workflows.

8

sections

6

sources

5

minutes

Read long analysis
Abstract quantum academy progression from lesson panels to a runnable circuit
02
4 min
QFlow Studio / AI-generated visual

education

4 min read

Quantum learning platform workflows 2026: lessons to proof

A practical SEO guide to quantum learning platforms that turn lessons, circuit practice, provider context, certificates, and review evidence into one path.

Read long analysis
Abstract quantum circuit modules flowing into generated source plates
03
4 min
QFlow Studio / AI-generated visual

workflow

4 min read

Quantum circuit workflow builder 2026: visual blocks to code

A source-backed guide for searchers comparing visual quantum circuit builders, Qiskit code generation, OpenQASM, provider routing, and run proof.

Read long analysis

QFlow Studio / next run

Take a circuit from first draft to reviewable evidence.

Start with a public workflow, inspect the generated source, and decide when the work is ready for a real team or provider pilot.

01

Design

Visual circuit + parameters

02

Run

Simulator or scoped provider path

03

Review

Counts, source, trace, share link