Skip to main content
Developer ToolsProduct LaunchFebruary 12, 202612 min read

Powerful New Developer Tools Increase the Versatility of the QCOS Platform

QCOS 3.2 introduces a comprehensive suite of developer tools — SDK, CLI, VS Code integration, and AI-assisted quantum programming — making quantum application development more accessible and productive than ever before.

Dr. Marcus Chen

Chief Technology Officer, SoftQuantus

5-10x

Fewer Circuit Evaluations

6+

Hardware Providers

78%

Resource Reduction

100%

Open Source SDK

The field of quantum computing has advanced beyond the level of error-prone physical qubits to an era of reliable quantum computation with logical qubits. To continue making progress toward fault-tolerant quantum machines, advances in both quantum hardware and software are required. SoftQuantus is committed to providing the tools that developers and scientists need to enable applications on the quantum machines that exist today, as well as the fault-tolerant machines of the future.

New Tools That Simplify Quantum Development

The QCOS Development Kit is an open-source developer toolkit for building quantum applications. It provides everything needed—from simulators to a modern programming experience—for developers to build and execute quantum code, both locally and on quantum hardware.

QCOS is integrated with VS Code and GitHub Copilot to help you write, test, and execute quantum code. The QCOS SDK installs and runs on laptops, and GitHub Copilot makes it quick and easy to get started.

Learn about QCOS →

Autopilot Optimization

Achieve 5-10x fewer circuit evaluations than standard VQE/QAOA with our intelligent parameter optimization.

Multi-Cloud Orchestration

Write once, run anywhere. Execute on IBM Quantum, Azure Quantum, AWS Braket, or on-premise systems.

QuantumLock Security

Post-quantum cryptography with CRYSTALS-Dilithium, TPM/SEV/SGX integration, and offline licensing.

Real-Time Benchmarking

QCOS Bench provides live fidelity metrics and performance analytics across all your quantum workloads.

QCOS Platform Architecture

Domain libraries and workflows available with QCOS include those for quantum chemistry, error correction, optimization, and machine learning, with other applications on the horizon.

QCOS Core

Quantum RuntimeCircuit CompilerAutopilot EngineError Mitigation

Platform Modules

QCOS Bench™QCOS Ledger™QNetwork™Quantum Isolation™

Applications

DRI™ Drug DiscoverySynapseX™ AINavCore™ Quantum GPS

Hardware Abstraction Layer

IBM QuantumAzure QuantumAWS BraketIonQRigettiPASQAL

Diagram of the QCOS Platform showing Core Framework, Platform Modules, Applications, and Hardware Abstraction Layer

AI-Enabled Quantum Programming

QCOS is fully integrated with VS Code and GitHub Copilot. After installing the QCOS extension from the VS Code Marketplace, GitHub Copilot simplifies the use of QCOS features including Python and Jupyter integration, circuit rendering, IntelliSense, breakpoint debugging, local simulators, visualizations, histograms, hardware submission, and resource estimation.

from softqcos import QCOS, AutopilotConfig

# Initialize QCOS client
qcos = QCOS(api_key="your-api-key")

# Configure Autopilot for VQE optimization
config = AutopilotConfig(
    algorithm="VQE",
    ansatz="EfficientSU2",
    optimizer="COBYLA",
    shots=1000,
    hardware="ibm_heron"
)

# Submit and run with automatic optimization
result = await qcos.run_autopilot(
    hamiltonian=molecular_hamiltonian,
    config=config
)

# Access optimized results
print(f"Ground state energy: {result.energy}")
print(f"Evaluations used: {result.iterations}")  # ~78% fewer than VQE
print(f"Fidelity achieved: {result.fidelity}")

Example: Implementing VQE optimization with QCOS Autopilot using the Python SDK

With GitHub Copilot and QCOS, programming tasks such as code generation, unit tests, and job submissions are faster and easier than ever before.

Developer Tools & SDK

softqcos-sdk

Python SDK

Full-featured Python client for QCOS with async support, type hints, and extensive documentation.

Async/await supportType-safe interfacesAuto-retriesStreaming results
pip install softqcos-sdk

softqcos-cli

CLI Tool

Command-line interface for managing jobs, monitoring status, and configuring deployments.

Job managementConfig profilesOutput formattingShell completion
pip install softqcos-cli

VS Code Extension

IDE Integration

Syntax highlighting, circuit visualization, and inline documentation for quantum development.

Circuit renderingIntelliSenseDebuggingJob submission
code --install-extension softquantus.qcos-vscode

QCOS for Scientific Applications

For today's quantum computers to help solve complex scientific problems, those problems must first be simplified and optimized to fit within hardware constraints. QCOS provides the advanced tools that developers and quantum researchers need to transform complex challenges into problems that today's quantum computers can tackle efficiently.

“We are very excited about the capabilities of QCOS. The modular design of the platform is a true game changer for quantum chemistry, enabling scalability, flexibility, and widespread adoption across the scientific community. The extreme sample efficiency—achieving results with 78% fewer circuit evaluations—transforms what's economically viable on current hardware.”

— Dr. Elena Rodriguez, Director of Quantum Research, European Molecular Biology Laboratory

🧬

Drug Discovery

DRI™ accelerates molecular simulations with quantum-enhanced precision

Machine Learning

SynapseX™ enables quantum-classical hybrid neural architectures

Navigation

NavCore™ provides quantum-enhanced PNT security

Built-in Error Mitigation

SoftQuantus has a longstanding heritage of building tools to further quantum error correction research and development. QCOS includes built-in error mitigation strategies that are automatically applied based on hardware characteristics.

  • Zero-Noise Extrapolation (ZNE) — Automatically scales noise and extrapolates to ideal results
  • Probabilistic Error Cancellation (PEC) — Hardware-calibrated noise inversion
  • Readout Error Mitigation — Corrects measurement biases with calibration matrices
  • Dynamical Decoupling — Pulse sequences that suppress decoherence during idle periods

QCOS is Part of Our Highly Adaptable Platform

The QCOS platform brings together quantum hardware, software, AI, and high-performance computing to create an end-to-end solution. By implementing advanced error mitigation on high-quality physical qubits, our platform enables reliable computation needed to realize groundbreaking use cases of quantum computing.

IBM Quantum

Superconducting

Generally Available

Azure Quantum

Multi-provider

Generally Available

AWS Braket

Multi-provider

Generally Available

IonQ

Trapped Ions

Generally Available

Rigetti

Superconducting

Generally Available

PASQAL

Neutral Atoms

Preview

The QCOS platform is designed to be highly versatile and integrable with multiple types of quantum hardware. Our hardware abstraction layer (HAL) enables seamless workload migration across providers, ensuring you're never locked into a single vendor.

European HPC Partnership

SoftQuantus has been awarded 210,000 GPU hours on the LUMI-G supercomputer through the EuroHPC AI Factory program. This partnership enables us to develop and validate quantum-classical hybrid algorithms at unprecedented scale, with training materials tailored to application engineers and researchers across Europe.

Read about our EuroHPC award →

Get Started with QCOS Today

Connect With Us

Explore QCOS Applications

Start building impactful quantum chemistry, machine learning, and navigation applications today.

Learn More About QCOS Solutions

Ready to build quantum applications?

Join thousands of developers building the future of computing with QCOS.