Skip to content

Commit

Permalink
update basis gates _get_noise_model_from_backend_v2 (#1968)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Tian <kevin.tian@ibm.com>
  • Loading branch information
ptristan3 and kt474 authored Oct 14, 2024
1 parent dc03ff3 commit b9fbc0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/fake_provider/fake_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ def _get_noise_model_from_backend_v2( # type: ignore
self._set_props_dict_from_json()

properties = BackendProperties.from_dict(self._props_dict)
basis_gates = self.operation_names
basis_gates = self.configuration().basis_gates
num_qubits = self.num_qubits
dt = self.dt # pylint: disable=invalid-name

Expand Down

0 comments on commit b9fbc0c

Please sign in to comment.