-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Schedule serialization wip * pulse serialization * move mapping io to separate file * move dump numbers to parameter_values * add alignment context serialization * block serialization * add interface * bug fix * black / lint * documentation * add serialization for kernel and discriminator * migrate circuit qpy to qpy module * keep import path * reno * lint * fix import path * update schedule qpy with cleanup. alignment classes and acquire instruction class are also updated, i.e. remove individual instance members. * move type key enum to type_keys module * add mapping writer (for qpy values) and cleanup sequence serializer to make sure element data is INSTRUCTION_PARAM struct. * compress symbolic pulse expressions with zlib * remove change to existing circuit qpy tests * cleanup for type key * add unittest and fix some bug - small bug fix for wrong class usage - exeption for None symbolic expression - add explicit expand for symengine expression * update documentation * add seek(0) to data_from_binary helper function * remove subclasses and hard coded is_sequential in every subclass * documentation update and type fix Co-authored-by: Matthew Treinish <[email protected]> * move test to own module * update typehint * add backward compatibility test * fix merge and cleanup * add circuit calibrations serialization * fix qpy_compat test * remove compatibility test for parameterized program * update reno for calibrations * fix data size Co-authored-by: Matthew Treinish <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
- Loading branch information
1 parent
206ecd0
commit c650341
Showing
18 changed files
with
2,021 additions
and
352 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.