-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Fix the type error in the Shor tutorial notebook #7655
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
base: main
Are you sure you want to change the base?
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #7655 +/- ##
=======================================
Coverage 99.37% 99.37%
=======================================
Files 1085 1085
Lines 96937 96937
=======================================
Hits 96331 96331
Misses 606 606 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
938ecbf
to
c9b2730
Compare
c9b2730
to
5421ff0
Compare
Since there are some CI failures, I tried to rerun the tests and observed two issues:
|
5421ff0
to
1b53c5a
Compare
1b53c5a
to
e605f5d
Compare
The constructor of ModularExp expects integer or sequence of integer instead of qubits. If the reader uncomment this line and execute, it will raise a type error.
e605f5d
to
4f5cb9e
Compare
The constructor of
ModularExp
expects integer or sequence of integer, instead of qubit. If the reader uncomment this line and execute, it will raise a type error.