Skip to content
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

Wrong description in Docs of how-to-getting-started-with-sampler. #400

Closed
kifumi opened this issue Jun 30, 2022 · 2 comments · Fixed by #403
Closed

Wrong description in Docs of how-to-getting-started-with-sampler. #400

kifumi opened this issue Jun 30, 2022 · 2 comments · Fixed by #403
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@kifumi
Copy link
Contributor

kifumi commented Jun 30, 2022

Describe the bug
In the document of how-to-getting-started-with-sampler, at the bottom section "Multiple parameterized circuits example",

  1. the sentence below

In our example, the parameter labeled theta is sent to the first circuit, theta2 is sent to the first circuit, and theta3 is sent to the second circuit.

should be

In our example, the parameter labeled theta1 is sent to the first circuit, theta2 is sent to the first circuit, and theta3 is sent to the second circuit.

  1. The last sentence:

The results align with the parameter - circuit pairs specified previously. For example, the first result ({'11': 0.42578125, '00': 0.14453125, '10': 0.0888671875, '01': 0.3408203125}) is the output of the parameter labeled theta being sent to the first circuit.

should also be

The results align with the parameter - circuit pairs specified previously. For example, the first result ({'11': 0.42578125, '00': 0.14453125, '10': 0.0888671875, '01': 0.3408203125}) is the output of the parameter labeled theta1 being sent to the first circuit.

I think they are very small typos, but people who read this for the first time would be confused..

Steps to reproduce

Expected behavior

Suggested solutions

Additional Information

  • qiskit-ibm-runtime version:
  • Python version:
  • Operating system:
@kifumi kifumi added the bug Something isn't working label Jun 30, 2022
@HuangJunye HuangJunye added the documentation Improvements or additions to documentation label Jun 30, 2022
@HuangJunye
Copy link
Contributor

Thanks for reporting the bug, Kifumi! Do you want to create a PR to fix that?

@kifumi
Copy link
Contributor Author

kifumi commented Jun 30, 2022

Yes, I will. Thank you, Junye.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants