You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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:
The text was updated successfully, but these errors were encountered:
Describe the bug
In the document of how-to-getting-started-with-sampler, at the bottom section "Multiple parameterized circuits example",
should be
should also be
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
The text was updated successfully, but these errors were encountered: