Examples#
In this section, we provide a glimpse into the diverse range of applications that can be implemented using Qrisp. With these, we display how Qrisp provides a powerful and flexible platform for implementing and exploring quantum computing applications. These examples are designed to help you understand the capabilities of our language and inspire you to develop your own quantum computing applications.
Title |
Description |
---|---|
This example showcases how parametrized circuits can be generated and processed by the Qrisp infrastructure. |
|
Demonstrates how to utilize the |
|
An example to demonstrate how to utilize the |
|
An example to demonstrate the use of QuantumStrings in the form of the well known “Hello world” script. |
|
This example displays how to write a QC simulator that runs on a quantum computer itself. |
|
Showcases the use of the |
|
Illustrates loops with quantum bounds using the |
|
Exemplifies how to multiply quantum matrices using the |
|
Exhibits how the |
|
An example on how to use Qrisps QuantumNetwork module to simulate a quantum teleportation. |
|
A more efficient version of the solution of the traveling salesman problem, that was presented in the Tutorial |
|
Provides implementations for solving optimization problems using the Quantum Approximate Optimization Algorithm. For a detailed tutorial on how to use QAOA, please refer to the in depth QAOA tutorial. |