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.
Separate Qobj into PulseQobj and QASM Qobj (Qiskit#1969)
* add pulse and QASM models to qiskit.qobj * add PulseQobj and QASMQobj to qiskit.qobj * add interface of assemble_schedules * add unit test * resolve errors * remove duplicated dict key in unittest * modify imports * PulseQobj/QASMQobj inherit from Qobj * add custom validator for measurement options * add instruction, header, config to BaseQobjExperimentSchema * update class names (remove Base- prefix, and QASM > Qasm) * remove PulseQobjHeader, PulseQobjExperimentHeader, QasmQobjHeader, QasmQobjExperimentHeader, * separate models into specific modules * Add minor changes * add change log * add minor changes
- Loading branch information
1 parent
3365e82
commit b71b3f3
Showing
15 changed files
with
708 additions
and
141 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.