Pulse gates assembly#4901
Closed
lcapelluto wants to merge 21 commits into
Closed
Conversation
88409f5 to
ee8a826
Compare
…the 'array' requirement
…, which needed to be fixed in both the schema and the py files
…g other metadata in the future. Make a qobj.common file to allow qobj.qasm to use features of qobj.pulse
In Qiskit#4728 how we handle the difference between the object units and the serialization format. However the snapshot update didn't actually save the correct values in the json and this is causing issues for tutorials that rely on this. This commit updates the backend snapshots for backends by rerunning the update script to correct this issue.
ee8a826 to
e370bf6
Compare
…ature: pulse library may appear at the top level qasm job config, and each experiment config may have a list of gate calibrations. Break out assembling pulse gates into its own private function Add support for parametric pulses
e370bf6 to
7b8db8b
Compare
Contributor
Author
|
Ofc there is some weird stuff going on trying to keep this on top of two other PRs |
Contributor
Author
|
Replacing with #4969 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Don't hit update branch on this PR
Summary
blocked on #4859 and #4761
Add piece for assembling front end to the defined qobj schema
Details and comments
TODO