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
Describe the bug
The NoiseLearner.run API page describes the circuits input type as
NoiseLearner.run
circuits
That's not exactly digestible.
Steps to reproduce
Expected behavior
Suggested solutions
Additional Information
@Eric-Arellano Maybe this is trying to reference EstimatorPubLike in a weird way? Estimator's API doc doesn't have this issue though.
EstimatorPubLike
cc @SamFerracin
The text was updated successfully, but these errors were encountered:
Maybe this is trying to reference EstimatorPubLike in a weird way? Estimator's API doc doesn't have this issue though.
Yes, that is what's going on. I'm not sure why Sphinx is expanding inlining EstimatorPubLike in https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.noise_learner.NoiseLearner#run but not https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.EstimatorV2#run 🤔
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The
NoiseLearner.run
API page describes thecircuits
input type asThat's not exactly digestible.
Steps to reproduce
Expected behavior
Suggested solutions
Additional Information
@Eric-Arellano Maybe this is trying to reference
EstimatorPubLike
in a weird way? Estimator's API doc doesn't have this issue though.cc @SamFerracin
The text was updated successfully, but these errors were encountered: