ENTERPRISE QUANTUM DEVELOPMENT

Enterprise quantum development, without the complexity.

Build quantum use cases for any of your problems — from data to deployment on any QPUs or simulators, accessing advanced quantum algorithms, 10x faster.

Interactive tour ready.
INTERACTIVE PRODUCT TOUR

Explore Bloq in action

Step inside the Bloq workspace and explore how quantum workflows move from experiment to execution.

TRUSTED & USED BY RESEARCHERS FROM

IIIT Kottayam VIT RIT WU Vienna BQP Tier-1 US Financial Institution

SUPPORTED & BACKED BY

NQM FQCI IPV IBM

YOUR QUANTUM JOURNEY ON BLOQ

Everything that makes your quantum journey different.

Bloq gives you a unified platform where you can experiment in a low-code interface with multiple algorithms and backends, then customize the code further on a fully editable Jupyter Notebook interface and go into the depth of the circuit with Circuit Studio.

+ +
bloq // experiments
EXPERIMENTS
Machine Learning Optimization
Binary Classification
QSVM
credit_risk_scoring.csv
3
1
ibm_heron
Title Algorithm Status
Credit-Risk-Model QSVM Completed
Fraud-Detection-ML QSVM Completed
Portfolio-Opt-QITE QITE Completed
QSVM-CFM-2 QSVM Completed
QSVM-CFM-1 QSVM Completed
Accuracy 0.98
Macro Avg
Weighted Avg
Class 0 Metrics
Class 1 Metrics

Bloq Experiments: Low-Code Quantum Experiment Builder

bloq // jupyter-notebook
Connected
File Edit View Run
FILES
Notebooks
  • Exp_c281.ipynb
  • qsvm_class.ipynb
Circuits
  • bell_state.ipynb
  • teleport.ipynb
Data Sets
  • returns.csv
Exp_c281a037-add6... ×
[1]:
pip install numpy pandas qiskit==1.3.1 qiskit_aer==0.17.0 qiskit_machine_learning==0.8.2
[2]:
import numpy as np
import pandas as pd
from qiskit import transpile
from qiskit.circuit import QuantumCircuit
from qiskit_aer import AerSimulator
from qiskit_machine_learning.algorithms import QSVC
Job execution complete on aer_simulator.
Accuracy: 0.98000000

Bloq Editor: Jupyter Notebook for Quantum Code

bloq // circuit-studio
FM3Q_1 ↶ ↷
Feature Map ☰ ⊞
Operators
H I T S Z T† S† Φ M Y RX RY RZ U 🔒
Search
Q₀
H RY_x_0_ RX_x_0_ RXpi/2
Q₁
H RX_x_2_ Tpi/4 RXpi/2
Q₂
RX_x_1_ H H RZpi/2
c
/

Bloq Circuit Studio: Visual Quantum Circuit Builder

bloq // compute
Compute
Created by
Size
Status
standard-cpu
Running
gpu-cluster
Stopped
aws-rigetti
Ankaa-2
ibm-quebec
ibm_quebec
highmem-cpu
Running
h100-node
Running
aws-aquila
Aquila
ibm-sherbrooke
sherbrooke
local-aer
Running
a100-cluster
Stopped
ionq-aria
Aria-1
ibm-kyoto
ibm_kyoto

Bloq Compute: Workflows Execution on CPU, GPU, and QPUs

Bloq Agent

The agent to help you run experiments, build circuits, and write code autonomously.

Bloq Agent: The Intelligent Assistant for Quantum Development

Start coding with your preferred algorithms and datasets.

Upload your dataset, pick an algorithm, choose your hardware, and hit run — all in a low-code interface.

  • Upload your own dataset in a few clicks
  • Select from a library of ready-to-use algorithms
  • Choose your hardware and hit run
Learn more
Get the code in a fully editable Jupyter Notebook.

Move from no-code clicks to full Python, backed by powerful CPU & GPU clusters.

  • Fully editable Jupyter Notebook environment
  • Connect to powerful CPU & GPU clusters
  • Build hybrid workflows (agentic coding soon)
Learn more
Go deeper into the circuit level.

Group gates, build custom ansatz and feature maps, then export your designs back to Experiments.

  • Group and loop gates on a visual canvas
  • Build custom ansatz and feature maps
  • Export custom designs back to Experiments
Learn more
Run your workflows on QPU, GPU and CPU.

Choose the optimal compute resource for every step of your quantum computing pipeline.

  • Connect to CPU simulators instantaneously
  • Upgrade to GPU cluster for more powerful simulations
  • Build hybrid quantum classical workflows
Learn more
Bloq Agent (Coming soon)

Deploy autonomous AI agents directly to your quantum codebase. Let Bloq Agent analyze your circuits, suggest optimizations, and write boilerplate code.

  • Autonomously build and optimize quantum circuits
  • Refactor classical-quantum hybrid code lines
  • Explain complex gates and quantum error correction

ONE PLACE FOR EVERYTHING

Everything you need to build, run, and scale.

Multi-hardware access

Connect instantly to the latest quantum computers and simulators, including IBM, Quantum Rings, and Quanfluence.

IBM Quebec
Available
Google Sycamore
Queued
IonQ Forte
Queued

The algorithm library

Access a growing library of ready-to-use algorithms for machine learning and optimization. Pick one, add your data, and go.

QSVM QKAN QITE PQK

Hybrid compute

Connect your notebooks directly to CPU and GPU clusters to run complex, hybrid workflows lightning fast.

GPU Cluster Alpha Online
Utilization 65%

Full-code Jupyter editor

Move from no-code clicks to full Python seamlessly. Edit, tweak, and perfect your algorithms in a fully equipped environment.

import bloq

from bloq.algorithms import QAOA

qaoa = QAOA(reps=3)

res = qaoa.run(hw='ibm_quebec')

One platform. All of your quantum essentials.

Your datasets, algorithms, and visual circuit tools unified in one seamless workflow.

Visual Circuit Studio
Automations
Data Insights
Coming soon

The collaborative Bloq Agent built into your workspace

Resolve circuit failures, apply suggested gate fixes, and optimize your algorithms — all with an intelligent Bloq Agent in your workflow.

AI Bloq AI
Just now

I've noticed your QAOA circuit depth is quite high for the target hardware. Would you like me to apply transpiler optimization level 3?

-qaoa_transpiled = transpile(qaoa_qc, backend)

+qaoa_transpiled = transpile(qaoa_qc, backend, optimization_level=3)

WHY BLOQ FOR ENTERPRISE

Built for speed, scale, and flexibility.

Accelerate PoCs
PILLAR 01 · ACCELERATE PoCs

From months to minutes.

Access a rich library of ready-to-use algorithms to prototype solutions for optimization, ML, and simulation faster than ever.

Hardware Agnostic
PILLAR 02 · HARDWARE AGNOSTIC

Write once, run anywhere.

Bloq lets you target IBM, Quantum Rings, Quanfluence, and simulators, allowing you to easily benchmark performance and switch hardware without rewriting code.

Hybrid Compute Ready
PILLAR 03 · HYBRID COMPUTE READY

Supercharge with CPUs & GPUs.

Move seamlessly from no-code experiments to fully editable Jupyter Notebooks backed by powerful CPU and GPU clusters.

BUILT FOR SCALE

Quantum results, measured in real numbers.

10x

Faster development

5+

Supported backends

0

Lines of low-level code

20+

Quantum Algorithms

LOVED BY QUANTUM TEAMS

Trusted by teams shipping real quantum results.

BQP
“The Bloq Quantum platform helped reduce experimentation time with Quantum SVMs from hours to minutes. The no-code setup is user-friendly, intuitive, and easy to use.”
Jay Shah Quantum Machine Learning Developer
VIT Chennai
“Bloq's no-code platform makes quantum computing significantly easier to understand. Its intuitive interface allows even beginners to quickly build and test ideas before moving to full implementation. It serves as a powerful tool for both learning and research.”
Dr. Vidhya Lakshmi M Assistant Professor

Ready to accelerate your quantum journey?

FOR ENTERPRISE

Bring quantum to your organization.

Get custom onboarding, team workspaces, dedicated support, and access to enterprise-grade case studies.

FOR INDIVIDUALS

Start building today.

Get free access to algorithms, hardware, and Jupyter notebooks. No credit card required.