forked from Qiskit/qiskit
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add printable string representation for new Qobj objects
This commit adds a printable string representation for Qobj objects. In Qiskit#3383 we rebuilt the Qobj objects without using marshmallow for performance and ease of working with. However, as part of that no human readable representation for the objects was added. This commit corrects that oversight by adding a __str__ parameter to these new classes.
- Loading branch information
Showing
2 changed files
with
69 additions
and
0 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