Skip to content

Commit cd52fce

Browse files
Update company product map with clarified architecture
1 parent 4e66005 commit cd52fce

1 file changed

Lines changed: 25 additions & 10 deletions

File tree

docs/company-overview.md

Lines changed: 25 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Company and Product Map
22

3-
RQM Technologies develops software and API-first capabilities for quantum workflow engineering, with theory-informed methods grounded in quaternionic and SU(2) geometry.
3+
RQM Technologies develops software and API-first capabilities that give engineers and scientists a better coordinate system for waves and quantum states.
44

55
This documentation site focuses on **what is currently documented for production or beta integration**, while keeping research and planned interfaces clearly labeled.
66

@@ -10,13 +10,17 @@ This documentation site focuses on **what is currently documented for production
1010

1111
```text
1212
RQM Technologies (company)
13-
├─ RQM Platform (documentation and integration surface)
14-
│ ├─ rqm-api (service boundary)
15-
│ ├─ rqm-circuits (public circuit boundary)
16-
│ ├─ rqm-compiler (internal optimization engine)
17-
│ ├─ execution bridges (qiskit / braket / pennylane)
18-
│ └─ rqm-studio (workflow product layer)
19-
└─ Research streams (theory notes, drafts, and planned interfaces)
13+
├─ Foundations
14+
│ ├─ QSG: Quaternionic Spectral Geometry, the math foundation
15+
│ └─ RQM: Resonant Quantum Mechanics, the quantum physics foundation
16+
├─ Product platforms
17+
│ ├─ WaveEngine: signal-processing platform
18+
│ └─ RQM Studio: quantum-computing platform
19+
├─ Developer libraries
20+
│ ├─ rqm-* repositories for quantum workflows
21+
│ └─ rqm-wave-* repositories for wave and signal workflows
22+
└─ Internal theory work
23+
└─ spectral-core: S³/SU(2) quantum-mechanics proof program
2024
```
2125

2226
---
@@ -26,12 +30,15 @@ RQM Technologies (company)
2630
| Layer / Product | Current role in this docs site | Audience |
2731
|---|---|---|
2832
| **RQM Technologies** | Company umbrella for platform, product, and research efforts | Partners, evaluators, contributors |
29-
| **RQM Platform** | Core integration model and boundary architecture | Developers, coding agents |
30-
| **RQM Studio** | Browser workflow layer built on API services | Product users and workflow builders |
33+
| **QSG** | Mathematical foundation for wave shape, phase, rotation, polarization, spectra, and structure | Researchers, technical evaluators, proposal reviewers |
34+
| **RQM** | Quantum physics foundation for quantum-state structure and quantum workflows | Quantum researchers, compiler engineers, technical evaluators |
35+
| **WaveEngine** | Signal-processing product platform for signal propagation, EM propagation, wave analysis, channel awareness, and multichannel recovery | Signal, wireless, imaging, and wave-system teams |
36+
| **RQM Studio** | Browser workflow layer for compiler chat, circuit workflows, execution testing, and quantum scientist interfaces | Product users and workflow builders |
3137
| **rqm-api** | Public service boundary for validate/analyze/optimize/execution and account-linked flows | Integrators, backend/app developers |
3238
| **rqm-circuits** | Canonical public circuit schema and interchange boundary | SDK and API consumers |
3339
| **rqm-compiler** | Internal optimization/canonicalization engine (`u1q` internal) | Compiler engineers |
3440
| **Execution bridges** | Provider-specific lowering/routing surfaces | Teams integrating Qiskit, Braket, PennyLane |
41+
| **spectral-core** | Internal theory/proof program for S³/SU(2), resonance shells, spectral lines, and quantum-mechanics foundations | Research and proposal development |
3542
| **Theory / research notes** | Conceptual grounding and in-progress research narrative | Researchers and technical evaluators |
3643

3744
---
@@ -49,6 +56,14 @@ If a page discusses research or planned material, treat it as non-contractual un
4956

5057
---
5158

59+
## Language posture
60+
61+
Use practical ecosystem language first. Prefer terms such as signal propagation, EM propagation, wave shape, phase, rotation, polarization, spectra, quantum states, compiler diagnostics, and execution workflows.
62+
63+
QSG/RQM theory can be introduced after the user's job-to-be-done is clear.
64+
65+
---
66+
5267
## Where to start
5368

5469
- New to the platform: [Platform Overview](platform/overview.md)

0 commit comments

Comments
 (0)