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.
get_memory for pulse measurement level 0 and 1 (Qiskit#2106)
* Add meas_level to result schema. * Update changelog. * Added meas_level to marshmallow schema. * Remove required from result model. * Added scaffolding to support memory formatting for 0,1,2. Still need to add formatting methods. * Update result handling to work with both circuits and schedules. * Adding result processing for pulse. * Added measurement level 0 and 1 result handling. * Removed header from measurement level 0 and 1. Linting * Remove dummy schedule.
- Loading branch information
1 parent
58afe7f
commit 8f90432
Showing
5 changed files
with
329 additions
and
56 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
# Copyright 2019, IBM. | ||
# | ||
# This source code is licensed under the Apache License, Version 2.0 found in | ||
# the LICENSE.txt file in the root directory of this source tree. | ||
|
||
"""Qiskit result integration tests.""" |
Oops, something went wrong.