-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrunic_standard.json
More file actions
45 lines (45 loc) · 971 Bytes
/
Copy pathrunic_standard.json
File metadata and controls
45 lines (45 loc) · 971 Bytes
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
{
"metadata": {
"name": "APL Quantum Runic Standard",
"version": "1.0.0",
"lineage": "AFT Ancestral Core",
"publisher": "WPWakanda LLC"
},
"mappings": {
"Q.super": "ᛩ",
"Q.gate": "ᛜ",
"Q.entangle": "ᙠ",
"Q.teleport": "ᛪ",
"G.cross": "ᚴ",
"G.fitness": "ᚠ",
"G.mutate": "ᚥ",
"N.net": "ᚾ",
"N.match": "ᛈ",
"N.synapse": "ᛒ",
"N.learn": "ᚻ",
"C.phi": "ᚳ",
"C.integrate": "ᛇ",
"S.reason": "ᛊ",
"S.graph": "ᛕ",
"R.osc": "ᛟ",
"R.sync": "ᚱ",
"M.access": "ᛗ",
"D.dist": "ᛞ",
"D.unify": "ᚢ",
"D.bind": "ᛂ",
"C.rate": "ᚤ",
"C.yield": "ᛘ",
"C.init": "ᛎ",
"T.quantum": "QReg",
"T.spike": "Spike",
"T.neuron": "Neuron",
"T.synapse": "Synapse",
"T.int": "Int",
"T.float": "Float",
"T.bool": "Bool",
"T.array": "Array",
"T.map": "Map",
"T.qstate": "QState",
"T.epr": "EPR"
}
}