-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalgorithm.json
More file actions
35 lines (35 loc) · 792 Bytes
/
algorithm.json
File metadata and controls
35 lines (35 loc) · 792 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
{
"slug": "superdense-coding",
"name": "Superdense Coding",
"version": "1.0.0",
"author": "iniestarchen",
"license": "MIT",
"description": "Transmit 2 classical bits using 1 qubit and a pre-shared Bell pair (encodes message '11').",
"industries": [
"education",
"cryptography"
],
"techniques": [
"gate"
],
"difficulty": "beginner",
"computation_model": "gate",
"algorithm_type": "circuit",
"qubit_count": 2,
"tags": [
"superdense-coding",
"fundamentals",
"entanglement",
"communication"
],
"access": "open",
"source": "official",
"metadata": {
"complexity_classical": "N/A",
"complexity_quantum": "O(1)",
"year_introduced": 1992,
"references": [
"https://doi.org/10.1103/PhysRevLett.69.2881"
]
}
}