Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions algorithms/algebraic/hidden_shift/hidden_shift.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"friendly_name": "Hidden Shift",
"description": "Hidden-Shift problem for bent functions",
"qmod_type": ["algorithms"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Quantum Counting QPE",
"description": "Counting Solutions to equation using Amplitude Estimation with Quantum Phase Estimation",
"problem_domain_tags": [],
"qmod_type": ["algorithms"],
"level": ["demos"]
}
7 changes: 7 additions & 0 deletions algorithms/deutsch_jozsa/deutsch_jozsa.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Deutsch-Jozsa",
"description": "Deutsch-Jozsa Algorithm",
"qmod_type": ["algorithms"],
"problem_domain_tags": [],
"level": ["basic", "demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Quantum Thermal State Preparation",
"description": "Quantum Thermal State Preparation Algorithm Implementation",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
7 changes: 7 additions & 0 deletions algorithms/glued_trees/glued_trees.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Glued Trees Algorithm",
"description": "Glued Trees Algorithm",
"qmod_type": ["algorithms"],
"problem_domain_tags": [],
"level": ["advanced"]
}
7 changes: 7 additions & 0 deletions algorithms/grover/grover.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Grover: Max Cut",
"description": "Graph Cut search problem with Grover Oracle",
"problem_domain_tags": ["search", "optimization"],
"qmod_type": ["algorithms"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Hamiltonian simulation guide: Exponentiation with depth constraint",
"description": "A simple implementation of exponentiation with depth constraint",
"qmod_type": ["algorithms"],
"problem_domain_tags": [],
"level": ["basic", "demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Hamiltonian Simulation with Qubitization",
"description": "Hamiltonian Simulation with Qubitization",
"qmod_type": ["algorithms"],
"problem_domain_tags": [],
"level": ["advanced", "demos"]
}
7 changes: 7 additions & 0 deletions algorithms/hhl/hhl/hhl.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "HHL",
"description": "Solving linear system of equations using HHL algorithm, with exact Hamiltonian simulation",
"problem_domain_tags": ["ml", "linear equation"],
"qmod_type": ["algorithms"],
"level": ["advanced", "demos"]
}
8 changes: 8 additions & 0 deletions algorithms/qml/qgan/qgan_bars_and_strips.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Qgan Bars And Strips",
"description": "Quantum Generative Adversarial Networks (QGANs)",
"vertical_tags": [],
"problem_domain_tags": ["ml"],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Quantum Auto-Encoder",
"description": "Quantum Auto-Encoder: encoder network",
"problem_domain_tags": ["ml"],
"qmod_type": ["algorithms"],
"level": ["demos"]
}
7 changes: 7 additions & 0 deletions algorithms/qpe/qpe_for_matrix/qpe_for_matrix.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Quantum Phase Estimation",
"description": "Quantum Phase Estimation for Evaluating Matrix Eigenvalues",
"problem_domain_tags": ["chemistry"],
"qmod_type": ["algorithms"],
"level": ["demos"]
}
6 changes: 6 additions & 0 deletions algorithms/simon/simon.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"friendly_name": "Simon's Algorithm",
"description": "Solving Simon's problem",
"qmod_type": ["algorithms"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Quantum Volume",
"description": "Quantum Volume",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Randomized Benchmarking",
"description": "Randomized Benchmarking",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Inversion with Chebyshev LCU (Banded Diagonals Block Encoding)",
"description": "Solving Linear Equation with Chebyshev LCU, for Banded Diagonals Block Encoding",
"problem_domain_tags": ["cfd"],
"qmod_type": ["application"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Inversion with Chebyshev LCU (Banded Diagonals Block Encoding)",
"description": "Solving Linear Equation with Chebyshev LCU, for Banded Diagonals Block Encoding",
"problem_domain_tags": ["cfd"],
"qmod_type": ["application"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Inversion with Chebyshev LCU (Banded Diagonals Block Encoding)",
"description": "Solving Linear Equation with Chebyshev LCU, for Banded Diagonals Block Encoding",
"problem_domain_tags": ["cfd"],
"qmod_type": ["application"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Inversion with Chebyshev LCU (Banded Diagonals Block Encoding)",
"description": "Solving Linear Equation with Chebyshev LCU, for Banded Diagonals Block Encoding",
"problem_domain_tags": ["cfd"],
"qmod_type": ["application"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Classiq Chemistry Application",
"description": "Classiq Chemistry Application",
"vertical_tags": [],
"problem_domain_tags": ["chemistry"],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "VQE: Molecule Ground State",
"description": "Molecule Eigensolver (VQE method): Evaluating the Ground State of a Molecular Hamiltonian",
"problem_domain_tags": ["chemistry"],
"qmod_type": ["application"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Quantum Autocallable Option Pricing",
"description": "Autocallables with Integration Amplitude Loading",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Quantum Autocallable Option Pricing",
"description": "Autocallables with Integration Amplitude Loading",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Vehicle Routing Problem",
"description": "Vehicle Routing Problem (VRP)",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
7 changes: 7 additions & 0 deletions applications/optimization/adaptive_qaoa_lib.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Min Graph Coloring",
"description": "Solving Min Graph Coloring Problem Using the QAOA Algorithm",
"problem_domain_tags": ["optimization"],
"qmod_type": ["application"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Kidney Exchange Problem",
"description": "Kidney Exchange QAOA Example",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Rectangles Packing Problem",
"description": "Solving the Rectangles Packing Problem using the QAOA Algorithm",
"vertical_tags": ["retail"],
"problem_domain_tags": ["optimization"],
"qmod_type": ["application"],
"level": ["demos"]
}
8 changes: 8 additions & 0 deletions applications/plasma/vlasov_ampere/vlasov_ampere.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Vlasov Ampere",
"description": "Quantum Simulation of Linear Kinetic Plasma Models",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Discrete Quantum Walk on a Circle",
"description": "Discrete Quantum Walk on a Circle",
"qmod_type": ["algorithms"],
"problem_domain_tags": [],
"level": ["basic", "demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "High Level Modeling Flexible Qpe",
"description": "Designing Quantum Algorithms with Second Order Functions: A Flexible QPE",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Entanglement",
"description": "Quantum Entanglement with Classiq",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
7 changes: 7 additions & 0 deletions tutorials/basic_tutorials/mcx/mcx.metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "MCX Function",
"description": "MCX Function",
"problem_domain_tags": [],
"qmod_type": ["function"],
"level": ["demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Learning Optimization",
"description": "Learning Optimization",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "QNN with PyTorch",
"description": "A simple QNN example using the PyTorch integration",
"qmod_type": ["algorithms"],
"problem_domain_tags": [],
"level": ["basic", "demos"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Qmod Tutorial Part1",
"description": "Qmod Tutorial - Part 1",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Qmod Tutorial Part2",
"description": "Qmod Tutorial - Part 2",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Qmod Tutorial Overview",
"description": "Qmod Tutorial - Overview",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Qmod Tutorial Execution",
"description": "Qmod Tutorial - Execution",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Qmod Execution Tutorial Part2",
"description": "Qmod Execution Tutorial - Part 2",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Qmod Tutorial Synthesis",
"description": "Qmod Tutorial - Synthesis",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Approximated State Preparation",
"description": "Approximated State Preparation",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"friendly_name": "Arithmetic Model",
"description": "Complex Arithmetic Expression",
"problem_domain_tags": [],
"qmod_type": ["function"],
"level": ["basic"]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Auxiliary Management",
"description": "Auxiliary Reuse and Management",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Classiq Qsvt",
"description": "Classiq code for QSVT example",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Classiq Discrete Quantum Walk",
"description": "Classiq code for discrete quantum walk",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Discrete Quantum Walk Circle",
"description": "Discrete Quantum Walk on a Circle",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"friendly_name": "Hamiltonian Evolution",
"description": "Hamiltonian Evolution for a Water Molecule",
"vertical_tags": [],
"problem_domain_tags": [],
"qmod_type": [],
"level": []
}
Loading