-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove reset from beginning of tomography experiments (#1250)
### Summary This change removes the reset instruction from the beginning of tomography experiments. ### Details and comments Some backends do not implement reset but can be treated as having reset the qubits between circuits. It is also possible some backends implement reset but have a slower, higher fidelity reset between circuits than the in-circuit reset.
- Loading branch information
Showing
3 changed files
with
10 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
other: | ||
- | | ||
Removed the reset instruction from the beginning of tomography experiments. | ||
Since qubits are usually reset between circuits, this change should have no | ||
impact on tomography experiments, but it should allow backends that do not | ||
provide a reset instruction to run tomography experiments. `#1250 | ||
<https://github.com/Qiskit-Extensions/qiskit-experiments/issues/881>` |
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