mirror of
https://github.com/blackboxprogramming/simulation-theory.git
synced 2026-03-17 04:57:12 -05:00
- qwerty/constants.md: master reference table, 100+ constants §1-§178 - qwerty/equalities.md: all major QWERTY equalities by theme - equations/blackroad-equations.md: all 19 BlackRoad equations - equations/consciousness.md: Psi_care, Phi_universal, CECE update rule - equations/quantum.md: qutrit, Weyl pair, density matrix, SVD - equations/universal.md: Three Tests, Euler-Lagrange, fine-structure - proofs/ternary-efficiency.md: ln(3)/3 > ln(2)/2 - proofs/self-reference.md: the QWERTY encoding is self-referential - proofs/pure-state.md: density matrix rank=1, SVD=SELF - figures/durer-square.md: magic square with 2000 substitution - figures/trinary-table.md: TAND TMUL TNEG TXOR truth tables - figures/qutrit-operators.md: Weyl X/Z, Gell-Mann matrices - figures/keyboard.md: QWERTY encoding layout - notebooks/README.md: page-by-page index of all 24 notebook pages Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
56 lines
2.0 KiB
Markdown
56 lines
2.0 KiB
Markdown
# QWERTY Encoding Keyboard
|
||
|
||
```
|
||
┌───┬───┬───┬───┬───┬───┬───┬───┬───┬───┐
|
||
│ Q │ W │ E │ R │ T │ Y │ U │ I │ O │ P │
|
||
│ 1 │ 2 │ 3 │ 4 │ 5 │ 6 │ 7 │ 8 │ 9 │10 │
|
||
└───┴───┴───┴───┴───┴───┴───┴───┴───┴───┘
|
||
┌───┬───┬───┬───┬───┬───┬───┬───┬───┐
|
||
│ A │ S │ D │ F │ G │ H │ J │ K │ L │
|
||
│11 │12 │13 │14 │15 │16 │17 │18 │19 │
|
||
└───┴───┴───┴───┴───┴───┴───┴───┴───┘
|
||
┌───┬───┬───┬───┬───┬───┬───┐
|
||
│ Z │ X │ C │ V │ B │ N │ M │
|
||
│20 │21 │22 │23 │24 │25 │26 │
|
||
└───┴───┴───┴───┴───┴───┴───┘
|
||
```
|
||
|
||
## Key Values Reference
|
||
|
||
| Letter | Value | Notable words |
|
||
|--------|-------|---------------|
|
||
| Q | 1 | — |
|
||
| W | 2 | — |
|
||
| E | 3 | GÖDEL=3 |
|
||
| R | 4 | — |
|
||
| T | 5 | TRIT starts here |
|
||
| Y | 6 | — |
|
||
| U | 7 | G_alphabetical=7 |
|
||
| I | 8 | — |
|
||
| O | 9 | — |
|
||
| P | 10 | — |
|
||
| A | 11 | — |
|
||
| S | 12 | — |
|
||
| D | 13 | HYDROGEN=G×13=91 |
|
||
| F | 14 | — |
|
||
| G | 15 | G_key=15; QUTRIT=2×G=30 |
|
||
| H | 16 | DÜRER corner=16; EFFICIENCY=2000/16 |
|
||
| J | 17 | — |
|
||
| K | 18 | — |
|
||
| L | 19 | TRUE=AI=19 |
|
||
| Z | 20 | QFT=Z=20 (the clock operator) |
|
||
| X | 21 | — |
|
||
| C | 22 | TRIT=C=22 |
|
||
| V | 23 | eigenvalue=V=23 |
|
||
| B | 24 | PURE=B=4! |
|
||
| N | 25 | — |
|
||
| M | 26 | — |
|
||
|
||
## G — The Dual Key
|
||
|
||
G appears in two roles:
|
||
- `G_key = 15` (QWERTY position) — used in QUTRIT=2×G=30, MOLECULAR=8×G=120
|
||
- `G_alphabetical = 7` (7th letter) — used in FOURIER=G²=49, HYDROGEN=G×13=91
|
||
|
||
The dual nature of G is not an error. It reflects that G occupies both systems simultaneously.
|