-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
123 lines (117 loc) · 4.28 KB
/
mkdocs.yml
File metadata and controls
123 lines (117 loc) · 4.28 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
site_name: RQM Platform
site_description: Product documentation for RQM circuit optimization, execution routing, and geometry-native analysis.
site_url: https://docs.rqmtechnologies.com/
repo_name: RQM-Technologies-dev/rqm-docs
repo_url: https://github.com/RQM-Technologies-dev/rqm-docs
theme:
name: material
font:
text: Inter
code: JetBrains Mono
palette:
- scheme: default
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: deep purple
accent: cyan
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- navigation.tabs
- navigation.sections
- navigation.top
- navigation.instant
- navigation.tracking
- navigation.indexes
- navigation.expand
- content.action.edit
- content.tooltips
- search.highlight
- content.code.copy
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- attr_list
- md_in_html
- toc:
permalink: true
extra_javascript:
- assets/js/pdf-export.js
extra_css:
- assets/css/pdf-print.css
- assets/css/rqm-modern.css
nav:
- Home: index.md
- Company & Product Map: company-overview.md
- Agent Connect:
- Agent Portal: agents/index.md
- Prompt Pack: agents/prompts.md
- Cursor / Codex Setup: agents/cursor.md
- MCP Server Plan: agents/mcp.md
- Agent Contract: agents/contract.md
- Compliance Checklist: agents/contract-checklist.md
- Contract Tests: agents/contract-tests.md
- Agent Recipes:
- Overview: agents/recipes/index.md
- README for Agents: agents/recipes/README-for-agents.md
- Validate → Optimize: agents/recipes/validate-optimize.md
- RQM Studio Workflow: agents/recipes/studio-workflow.md
- API Client Generation: agents/recipes/client-generation.md
- Production vs Research Boundary: agents/recipes/research-boundary.md
- Getting Started:
- Quickstart: getting-started/quickstart.md
- Installation: installation.md
- SDK / local setup: getting-started/sdk-local-setup.md
- Platform:
- Overview: platform/overview.md
- Architecture: platform/architecture.md
- Ecosystem: platform/ecosystem.md
- Canonical Circuit Boundary (rqm-circuits): platform/canonical-circuit-boundary.md
- Optimization Engine (rqm-compiler): platform/optimization-engine.md
- Execution Bridges (rqm-qiskit, rqm-braket, rqm-pennylane): platform/execution-bridges.md
- Products:
- RQM Studio: products/rqm-studio.md
- Optimization API: products/optimization-api.md
- Execution Workflows: products/execution-workflows.md
- Verification / Trust: products/verification-trust.md
- API:
- API Overview: api/overview.md
- Circuits: api/circuits.md
- Execution: api/execution.md
- Billing & Wallet: api/billing-and-wallet.md
- Auth: api/authentication.md
- Chat & TTS: api/chat-and-tts.md
- Compiler Actions: api/compiler-actions.md
- Concepts:
- Quaternion intuition: concepts/quaternion-intuition.md
- Spinors and Bloch sphere: concepts/spinor-bloch.md
- SU(2) geometry: concepts/su2-geometry.md
- Global phase: concepts/global-phase.md
- Canonical IR (u1q): compiler/canonical-ir.md
- Research:
- QCE 2026 paper draft: research/qce2026-u1q-paper.md
- Legacy & Archive:
- Legacy Architecture Redirect: architecture.md
- Legacy Ecosystem Redirect: ecosystem.md
- Legacy Concepts Redirect: concepts.md
- Legacy Optimization Redirect: optimization.md
- Legacy Quickstart Redirect: quickstart.md
- Legacy API Quickstart Redirect: api/quickstart.md
- Notebooks and Learning Path: notebooks.md
- Backends (Legacy API page): api/backends.md
- Coupling Analysis (Legacy API page): api/coupling-analysis.md
- Execution Capabilities (Legacy API page): api/execution-capabilities.md
- Precision Timing (Coming Soon): precision-timing/index.md
- Quantum Communication (Coming Soon): quantum-communication/index.md