-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use QPY as exchange format (#104)
* Use QPY as exchange format * Fix tests * Fix tests for QuantumVolume * Add test to check wrong input circuits * Convert last tests that were using QASM * Add ecr test for qpy * Add fix to avoid random test errors * Revert "Add fix to avoid random test errors" This reverts commit 505fea3. * Add release notes * Accept only QuantumCircuit as input * Fix tests * Use QASM as fallback serialization format if QPY fails * Fix test_layout_construction_no_service * Fix code for Python 3.8 * Add testcase for qpy fallback * Code review suggestions
- Loading branch information
1 parent
e914110
commit 9f6b8e3
Showing
9 changed files
with
476 additions
and
46 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Use QPY as exchange format with service |
Oops, something went wrong.