We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The screencast in the https://mitiq.readthedocs.io/en/stable/index.html#calibration shows that the following option as working:
cal = Calibrator(execute, frontend="cirq") cal.run(log=True) # <-- bad option for arg log
However, the log arg of run() doesn't accept a Boolean value, but only a value from the OutputForm enum.
log
run()
Doc should be fixed accordingly.
The text was updated successfully, but these errors were encountered:
natestemen
No branches or pull requests
The screencast in the https://mitiq.readthedocs.io/en/stable/index.html#calibration shows that the following option as working:
However, the
log
arg ofrun()
doesn't accept a Boolean value, but only a value from the OutputForm enum.Doc should be fixed accordingly.
The text was updated successfully, but these errors were encountered: