You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RQM keeps the public integration boundary explicit while giving developers and coding agents clear paths to validate circuits, run optimization workflows, and route execution through documented bridges.
24
+
## What are you trying to improve?
24
25
25
26
<divclass="rqm-cols-3"markdown="1">
26
27
27
28
<divclass="rqm-card"markdown="1">
28
29
29
-
<h3>Agent Connect</h3>
30
+
<h3>1) I optimize quantum circuits</h3>
31
+
32
+
Circuits are too large, too deep, or hard to reason about. Start by validating circuits, running optimization, and comparing before/after metrics such as gate count and depth where supported.
-[Production vs Research Boundary](agents/recipes/research-boundary.md)
48
78
49
79
</div>
50
80
51
81
<divclass="rqm-card"markdown="1">
52
82
53
-
<h3>Verification + Trust</h3>
83
+
<h3>5) I want the theory</h3>
54
84
55
-
Use trust and verification pages to understand proof-gated and fail-closed behavior.
85
+
Explore quaternionic/SU(2)/spinor geometry after choosing a practical entry path. Theory and research are non-contractual unless shipped in documented APIs.
-[QCE 2026 paper draft](research/qce2026-u1q-paper.md)
60
92
61
93
</div>
62
94
63
95
</div>
64
96
97
+
## The RQM connection model
98
+
99
+
RQM should be easy to enter from different user contexts. Quantum developers, SDK users, agents, evaluators, and researchers should not all be forced through the same front door.
100
+
101
+
This homepage is organized around practical connection points first: validate, optimize, integrate, and verify. Theory remains available, but downstream from implementation paths.
102
+
65
103
## Architecture flow
66
104
67
105
<divclass="rqm-flow"markdown="1">
@@ -72,21 +110,20 @@ Use trust and verification pages to understand proof-gated and fail-closed behav
72
110
73
111
## Start by role
74
112
75
-
| Role | Start here |
76
-
|---|---|
77
-
| Coding Agent |[Agent Portal](agents/index.md), [llms.txt](llms.txt), and [Contract Tests](agents/contract-tests.md)|
78
-
| Developer |[Quickstart](getting-started/quickstart.md) and [API Overview](api/overview.md)|
79
-
| Studio Builder |[RQM Studio](products/rqm-studio.md) and [Execution Workflows](products/execution-workflows.md)|
80
-
| Evaluator / Partner |[Platform Architecture](platform/architecture.md) and [Verification / Trust](products/verification-trust.md)|
81
-
| Research Assistant |[QCE 2026 paper draft](research/qce2026-u1q-paper.md) and [SU(2) geometry](concepts/su2-geometry.md)|
0 commit comments