-
Notifications
You must be signed in to change notification settings - Fork 21
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
Changing Pulser backend defaults and improved documentation #37
Conversation
@Roland-djee @kaosmicadei this is ready for review. |
|
||
| gate | description | trainable parameter | | ||
|-------------|--------------------------------------------------------------------------------------------------|---------------------| | ||
| `Rot` | Single qubit rotations. | rotation angle | | ||
| `AnalogRot` | Span a single qubit rotation among the entire register. | rotation angle | | ||
| `RX`, `RY`, `RZ` | Single qubit rotations. Notice that the interaction is on and this affects the resulting gate fidelity. | rotation angle | |
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.
Actually, RZ
is not supported now.
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.
True, I forgot to remove it. I can add it, though, it should be straightforward. What do you think @vytautas-a?
This current |
We do not need a section on observables because they work the same way as the other backends. It would be just bloating the docs, imo. @vytautas-a I will remove the entanglement from here as well. Notice that this MR improves the Pulser docs quite a lot and does also other stuff we agreed with @kaosmicadei & others. Let's merge first #33 and the this one? |
Fair enough, but the entanglement sections except the very first one with Bell states have to go as well. |
* Improvements to the Pulser backend documents + change defaults * Shorter names to the workflows * Linting * Improvements to the docs * Added AnalogRZ operation to the enumeration * Go back to idealized device Co-authored-by: Roland Guichard <[email protected]>
WiP
Changes:
max_duration
to 4000 nsmax_amplitude
to 1.5 rad/uschanged default device toREALISTIC