Quantum Lab / QSA workbench

Build, inspect, andexport quantum states.

Compose small quantum circuits in the browser, inspect each non-zero basis state, compare research methods, and export OpenQASM or JSON without creating an account.

01State Vector LabBrowser simulation
02Circuit ComposerH, X, Z, S, T, and CNOT gates
03Method ExplorerQSA, QELM, topology, and memory
04Trace ExportOpenQASM and circuit JSON
Simulatorjsqubits state vectors
Circuit size2 to 6 qubits
ExportsOpenQASM and JSON
PrivacyRuns in your browser

Quantum circuit lab

Compose a circuit and inspect its state vector

Circuits execute locally with a JavaScript quantum simulator. Results update from the gates you run.

q0
HC
q1
X
State vector2 qubits / 2 gates
2 non-zero basis states
|00>50.00%0.000 rad
|11>50.00%0.000 rad
OpenQASM 2.0
OPENQASM 2.0;
include "qelib1.inc";
qreg q[2];
h q[0];
cx q[0],q[1];
Download circuit JSON

Lab programs

Move from state analysis into larger research systems

QSA, QELM, Qubit, and Neuron connect numerical state work to hybrid learning, topology experiments, and local telemetry.

Quantum state analysis

QSA State Analysis

Inspect state preparation, amplitude distributions, measurement paths, and phase relationships with compact local circuits.

Useful for checking how encoding choices change a circuit before they are connected to a larger learning workflow.
State preparationAmplitude inspectionMeasurement sampling
Open related research

Research workflow

Explicit inputs, visible operations, portable results

Every stage keeps the research path visible from source material to exported trace.

  1. 01

    Local input

    Research questions, study notes, datasets, and document context remain under the user's control.

  2. 02

    State encoding

    Classical data is translated into a representation that can be inspected before execution.

  3. 03

    Quantum programs

    Small circuits and QELM methods transform the state through explicit operations.

  4. 04

    Reviewable memory

    Context carries provenance and can be reviewed, removed, or exported.

  5. 05

    Trace export

    Circuit data, parameters, and results can leave the browser as portable records.

Analysis tools

Plan before you run

These calculators use the equations shown beside each result. They do not call a remote model or substitute estimated values for an executed circuit.

Recommended Grover iterations12
Search space
256 states
Ideal success
99.995%
floor(pi / (4 asin(sqrt(M/N))) - 1/2)

Program directory

Quantum, simulation, and intelligence systems

QSA, Circuit Studio, Neuron, Qubit, Quanta, OncoForge, SciOS, and Brain.

01

Qubit State Algebra

QSA

A dependency-free C++20 numerical core for quantum state work using structural representations, local component merging, separability recovery, operation plans, and QSC state files.

Open record →
02

Browser quantum workbench

Circuit Studio

A local state-vector circuit composer for small circuits with gate placement, state inspection, OpenQASM export, and portable JSON records.

Open record →
03

Quantum cognitive telemetry

Neuron

A local telemetry and learning system for QELM that records quantum results, hardware counts, model context, recurrence, and consolidation in an append-only SQLite record.

Open record →
04

Logical quantum systems

Qubit

HybridQubit and Cubit modules for arbitrary-dimensional logical systems, logical subspaces, operations, measurement, storage, retrieval, and noise experiments.

Open record →
05

Desktop quantum calculator

Quanta

A Python and Tkinter calculator for observing qubits, applying common gates, reviewing error behavior, and recording local experiment logs.

Open record →
06

Cancer systems simulation

OncoForge

An interactive Python/Tkinter model for comparing healthy, precancerous, cancer, and dead-cell states, pathway abstractions, synthetic agents, and experimental cocktails.

Open record →
07

Scientific operating system

SciOS

A Linux-based scientific operating-system direction intended to bring quantum, AI, and research workflows into one environment.

Open record →
08

Local intelligence architecture

Brain

Research into local model orchestration, persistent memory, background learning, and quantum-enhanced paths now developed in combination with QELM.

Open record →