Modular Adder background cover

Modular Adder

In this challenge, you have to build a modular adder, key part of Shor's algorithm. This is done with the help of Qualtran.

Alice & Bob

Hosted by

Alice & Bob

Modular Adder Tutorial

If this is your first competition on Aqora, we highly recommend you follow the
H2 Groundstate Energy Tutorial
to get familar with the platform and the CLI.

Requirements

You should have GraphViz installed

Downloading the template

To download the template for this use case, you can run the following command in the terminal
aqora template alice-bob-modular-adder
This will download the template into a folder called alice-bob-modular-adder.
You can then open the folder in Visual Studio Code by running the following command in the terminal
aqora lab -p alice-bob-modular-adder
This should open the folder in Visual Studio Code. If you receive a
prompt, you can click on "Yes, I trust the authors".

Getting Started

You can find a template notebook in submission/tutorial.ipynb.
Fill in your solution. You can run the notebook locally to test your
solution by running the following in the terminal
aqora test
And when you are ready to submit run
aqora upload