-
Notifications
You must be signed in to change notification settings - Fork 195
Docs for Executor #2467
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
Docs for Executor #2467
Conversation
TsafrirA
left a comment
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.
Some minor comments to kick things off.
|
|
||
| * a :class:`~qiskit.circuit.QuantumCircuit` with static, non-parametrized gates; | ||
| * or a parametrized :class:`~qiskit.circuit.QuantumCircuit`, together with an array of parameter values; | ||
| * or a parametrized :class:`~qiskit.circuit.QuantumCircuit`, together with a |
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.
Input parameters might also be needed here.
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.
i'm on the fence, but i think it's okay to omit the existence of samplex arguments to keep the bullets short
Co-authored-by: TsafrirA <113579969+TsafrirA@users.noreply.github.com>
| :class:`~samplomatic.samplex.Samplex`, which is responsible for generating randomized sets of | ||
| parameters for the given circuit. As part of the :class:`~samplomatic.samplex.Samplex` arguments, | ||
| we provide ``10`` sets of parameters for the parametric gates in the original circuit. | ||
| Additionally, we use the ``shape`` request argument to request an extension of the implicit shape |
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.
IF we have a broadcasting section, we should link to it here
Co-authored-by: Ian Hincks <ian.hincks@gmail.com>
Co-authored-by: Ian Hincks <ian.hincks@gmail.com>
Co-authored-by: Ian Hincks <ian.hincks@gmail.com>
Co-authored-by: Ian Hincks <ian.hincks@gmail.com>
Co-authored-by: Ian Hincks <ian.hincks@gmail.com>
Co-authored-by: Ian Hincks <ian.hincks@gmail.com>
Co-authored-by: Ian Hincks <ian.hincks@gmail.com>
This PR adds docs for the
Executorclass