qiskit-aer/qiskit_aer/utils
Jake Lishman f8d20213ee
Fix legacy accesses of `CircuitInstruction` (#2179)
Using Terra's `CircuitInstruction` like a tuple is a legacy access
pattern.  The pattern of using named access attributes was introduced
about two years ago, and the legacy format is about to be deprecated.
This fixes up the last couple of uses.

Co-authored-by: Jun Doi <doichan@jp.ibm.com>
2024-07-05 14:01:22 +09:00
..
__init__.py Remove deprecated functions in noise module (#1624) 2023-03-08 00:34:13 +09:00
noise_model_inserter.py Fix legacy accesses of `CircuitInstruction` (#2179) 2024-07-05 14:01:22 +09:00
noise_transformation.py add code-formatting with black for python and with clang-format for c++ (#1630) 2023-03-13 20:19:06 +00:00