QIntent

QIntent is the native intent-first language for QDSV - Quantum Declarative Semantic Value. It lets users declare computational intent over rows, state spaces, predicates, rankings, prepared values, evidence, and decision workflows without starting by writing circuits.

The public SDK is intentionally lightweight: users write QIntent, submit it to the QDSV public API or a configured private node, and receive validation, compilation, explanation, execution results, and semantic execution evidence.

Intent-first workflow

Declare what the problem means before choosing a backend-specific execution form.

Concepts
Python SDK

Install qdsv-qintent and run small public-preview examples from Python.

Quickstart
QIntent to Bridge to Qiskit

Use QIntent upstream and QDSV Bridge when a workflow needs an OpenQASM/Qiskit-oriented artifact.

QIntent to Bridge to Qiskit
Public scope

Understand what is public, what is intentionally private, and where the preview boundaries are.

Public Scope