-
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) · 768 Bytes
/
algorithm.json
File metadata and controls
35 lines (35 loc) · 768 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": "w-state",
"name": "W State",
"version": "1.0.0",
"author": "iniestarchen",
"license": "MIT",
"description": "W state: symmetric 3-qubit entangled state (|001> + |010> + |100>)/sqrt(3). Robust to particle loss.",
"industries": [
"education"
],
"techniques": [
"gate"
],
"difficulty": "intermediate",
"computation_model": "gate",
"algorithm_type": "circuit",
"qubit_count": 3,
"tags": [
"entanglement",
"fundamentals",
"w-state",
"multipartite",
"robust"
],
"access": "open",
"source": "official",
"metadata": {
"complexity_classical": "N/A",
"complexity_quantum": "O(1)",
"year_introduced": 2000,
"references": [
"https://doi.org/10.1103/PhysRevA.62.062314"
]
}
}