Quantum Algorithm Zoo: Adiabatic Quantum Computation #51
Labels
quantum algorithm zoo
This issue, when completed, will be added to the quantum algorithm zoo
quantum expert
Requires proficiency in quantum computing
In this issue, we will create an implementation of the adiabatic quantum evolution algorithm. Specifically, we will use it for the Graph Isomorphism Problem, following the paper: Graph isomorphism and adiabatic quantum computing.
This tutorial should follow the structure of the Deutsch Jozsa algorithm implementationl.
Once finished, the implementation will be added to the Quantum Algorithm Zoo, and of course credit will be given to the implementor.
To complete this issue, follow these steps:
write_qmod(model, "adiabatic.qmod")
line. Run the notebook, and you will automatically generate the .qmod file for this example.classiq-library/community/advanced_examples/adiabatic_computation
If you have any questions or comments, you can ask them here in the issue, or in our slack community, and the Classiq team will be happy to assist.
Happy quantum coding!
The text was updated successfully, but these errors were encountered: