Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Description
Implement a demo of the classical shadows algorithm.
I was unsure on how to use rebase or pre-commit.
Some notes
Please make sure that the notebook runs successfully with the latest Classiq version.
Please make sure that you placed the files in an appropriate folder
.ipynb
and.qmod
to be unique across this repository..qmod
,.synthesis_options.json
,.metadata.json
If applicable, please include link to the paper on which the notebook is based, in the notebook itself.
Please use
rebase
on your branch (no merge commits)Please link this PR to the relevant issue
Please make sure to run
pre-commit
when commiting changesgit
in the terminal, make sure to installpre-commit
via runningpip install pre-commit
followed bypre-commit install
pre-commit
documentationpre-commit
.pre-commit
may minorly alter some files. Make sure togit add
the changes done bypre-commit