-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Engine creator helper function #5658
Conversation
Are you going to expose this in the init files as well so that you don't have to specify the whole package? |
Great points, ty. I think everything's fixed.. |
API looks nice to me. This could be a good candidate for wrapping in a |
@mpharrigan The CI checks are onto the trickery. How to best evade this? |
all the test failures are about qiskit??? seems unrelated for coverage: you can add
to the block (may have to try exactly where to put it. test with |
for the typecheck you can add it to the list of ignored 3rd party modules in mypy.ini edit: or add a type: ignore comment to that line |
@dstrain115 does this LGTY? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, looks fine to me.
Add a helper function to create a virtual engine with a noisy simulator.
Add a helper function to create a virtual engine with a noisy simulator.