Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quantum Algorithm Zoo: Adiabatic Quantum Computation #51

Open
orsa-classiq opened this issue May 9, 2024 · 0 comments
Open

Quantum Algorithm Zoo: Adiabatic Quantum Computation #51

orsa-classiq opened this issue May 9, 2024 · 0 comments
Labels
quantum algorithm zoo This issue, when completed, will be added to the quantum algorithm zoo quantum expert Requires proficiency in quantum computing

Comments

@orsa-classiq
Copy link
Collaborator

orsa-classiq commented May 9, 2024

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:

  1. Read the following paper: Graph isomorphism and adiabatic quantum computing.
  2. Create a new jupyter notebook (.ipynb file). Use any jupyter editor (e.g. jupyter lab, google colab, etc).
  3. Use Classiq's SDK to create a simple implementation of the paper, and showcase the results. If you have any implementation questions or challenges, the Classiq team will assist you, either on Github or in our slack community. Follow the Deutsch Jozsa algorithm implementation example for the structure of the notebook.
  4. Create a short mathematical explanation of the work. Jupyter notebooks support markdown cells, which can contain LaTeX. You can view the source or the superposition notebook to see how this is done. Chat GPT is an excellent LaTeX assistant.
  5. After creating the notebook, make sure you insert the write_qmod(model, "adiabatic.qmod") line. Run the notebook, and you will automatically generate the .qmod file for this example.
  6. Make sure the notebook looks well, does not have any typos / mistakes, and is running properly.
  7. Follow the contribution guidelines to open a pull request. Submit the tutorial to the directory: 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!

@orsa-classiq orsa-classiq added quantum expert Requires proficiency in quantum computing quantum algorithm zoo This issue, when completed, will be added to the quantum algorithm zoo labels May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
quantum algorithm zoo This issue, when completed, will be added to the quantum algorithm zoo quantum expert Requires proficiency in quantum computing
Projects
None yet
Development

No branches or pull requests

1 participant