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
Copy file name to clipboardExpand all lines: docs/company-overview.md
+25-10Lines changed: 25 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Company and Product Map
2
2
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.
4
4
5
5
This documentation site focuses on **what is currently documented for production or beta integration**, while keeping research and planned interfaces clearly labeled.
6
6
@@ -10,13 +10,17 @@ This documentation site focuses on **what is currently documented for production
10
10
11
11
```text
12
12
RQM Technologies (company)
13
-
├─ RQM Platform (documentation and integration surface)
└─ 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
20
24
```
21
25
22
26
---
@@ -26,12 +30,15 @@ RQM Technologies (company)
26
30
| Layer / Product | Current role in this docs site | Audience |
27
31
|---|---|---|
28
32
|**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 |
31
37
|**rqm-api**| Public service boundary for validate/analyze/optimize/execution and account-linked flows | Integrators, backend/app developers |
32
38
|**rqm-circuits**| Canonical public circuit schema and interchange boundary | SDK and API consumers |
|**spectral-core**| Internal theory/proof program for S³/SU(2), resonance shells, spectral lines, and quantum-mechanics foundations | Research and proposal development |
35
42
|**Theory / research notes**| Conceptual grounding and in-progress research narrative | Researchers and technical evaluators |
36
43
37
44
---
@@ -49,6 +56,14 @@ If a page discusses research or planned material, treat it as non-contractual un
49
56
50
57
---
51
58
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
+
52
67
## Where to start
53
68
54
69
- New to the platform: [Platform Overview](platform/overview.md)
0 commit comments