-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathalgorithm.json
More file actions
34 lines (34 loc) · 818 Bytes
/
algorithm.json
File metadata and controls
34 lines (34 loc) · 818 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
{
"slug": "ghz-state",
"name": "GHZ State",
"version": "1.0.0",
"author": "iniestarchen",
"license": "Apache-2.0",
"description": "Create a three-qubit Greenberger-Horne-Zeilinger state (|000> + |111>) / sqrt(2), a maximally entangled multi-qubit state.",
"industries": [
"education"
],
"techniques": [
"gate"
],
"difficulty": "intermediate",
"computation_model": "gate",
"algorithm_type": "circuit",
"qubit_count": 3,
"tags": [
"entanglement",
"ghz",
"multi-qubit",
"fundamentals"
],
"access": "open",
"source": "official",
"metadata": {
"complexity_classical": "N/A",
"complexity_quantum": "O(n)",
"year_introduced": 1989,
"references": [
"https://en.wikipedia.org/wiki/Greenberger%E2%80%93Horne%E2%80%93Zeilinger_state"
]
}
}