Skip to content

Commit 0ee8413

Browse files
committed
Add metadata missing fields
1 parent 6530b28 commit 0ee8413

File tree

65 files changed

+147
-75
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+147
-75
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"friendly_name": "Discrete Logarithm",
33
"description": "Solving Discrete Logarithm Problem using Shor's Algorithm",
4+
"level": ["advanced"],
5+
"problem_domain_tags": [],
46
"qmod_type": ["algorithms"],
5-
"level": ["advanced"]
7+
"vertical_tags": []
68
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"friendly_name": "Elliptic Curve Discrete Logarithm",
33
"description": "Solving Elliptic Curve Discrete Logarithm Problem using Shor's Algorithm",
4+
"level": ["advanced"],
5+
"problem_domain_tags": [],
46
"qmod_type": ["algorithms"],
5-
"level": ["advanced"]
7+
"vertical_tags": []
68
}
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"friendly_name": "Hidden Shift Small Example",
33
"description": "Hidden-Shift problem for bent functions",
4+
"level": ["demos"],
5+
"problem_domain_tags": [],
46
"qmod_type": ["algorithms"],
5-
"level": ["demos"]
7+
"vertical_tags": []
68
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"friendly_name": "Quantum Counting IQAE",
33
"description": "Counting Solutions to equation using Iterative Quantum Amplitude Estimation",
4+
"level": ["demos"],
45
"problem_domain_tags": [],
56
"qmod_type": ["algorithms"],
6-
"level": ["demos"]
7+
"vertical_tags": []
78
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"friendly_name": "Quantum Counting QPE",
33
"description": "Counting Solutions to equation using Amplitude Estimation with Quantum Phase Estimation",
4+
"level": ["demos"],
45
"problem_domain_tags": [],
56
"qmod_type": ["algorithms"],
6-
"level": ["demos"]
7+
"vertical_tags": []
78
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"friendly_name": "Solving QLSP with AQC",
33
"description": "Solving the Quantum Linear Systems Problem (QLSP) using Adiabatic Quantum Computing (AQC)",
4+
"level": ["basic", "demos"],
45
"problem_domain_tags": ["adiabatic", "linear equation"],
56
"qmod_type": ["algorithms"],
6-
"level": ["basic", "demos"]
7+
"vertical_tags": []
78
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"friendly_name": "Bernstein Vazirani",
33
"description": "Bernstein Vazirani example for secret integer 13 on 5 qubits",
4-
"qmod_type": ["algorithms"],
4+
"level": ["basic", "demos"],
55
"problem_domain_tags": [],
6-
"level": ["basic", "demos"]
6+
"qmod_type": ["algorithms"],
7+
"vertical_tags": []
78
}
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"friendly_name": "Deutsch-Jozsa Large Example",
33
"description": "Deutsch-Jozsa Algorithm Large example",
4-
"qmod_type": ["algorithms"],
4+
"level": ["basic", "demos"],
55
"problem_domain_tags": [],
6-
"level": ["basic", "demos"]
6+
"qmod_type": ["algorithms"],
7+
"vertical_tags": []
78
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"friendly_name": "Poisson's Equation Solver",
33
"description": "Solving the discrete Poisson's equation using the HHL Algorithm",
4+
"level": ["advanced"],
45
"problem_domain_tags": ["linear equation"],
56
"qmod_type": ["algorithms"],
6-
"level": ["advanced"]
7+
"vertical_tags": []
78
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"friendly_name": "Lanchester Model HHL",
33
"description": "Solving Lanchester Model using the HHL Algorithm",
4+
"level": ["advanced"],
45
"problem_domain_tags": ["linear equation"],
56
"qmod_type": ["algorithms"],
6-
"level": ["advanced"]
7+
"vertical_tags": []
78
}

0 commit comments

Comments
 (0)