Skip to content

Commit

Permalink
revert unintended change
Browse files Browse the repository at this point in the history
  • Loading branch information
CalMacCQ committed Dec 17, 2024
1 parent 22b62bf commit d3b1346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pytket/extensions/qiskit/backends/ibm.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ def __init__(
if service is None
else service
)
self._backend: IBMBackend = self._service.backend(backend_name, use_fractional_gates=True)
self._backend: IBMBackend = self._service.backend(backend_name)
config: PulseBackendConfiguration = self._backend.configuration()
self._max_per_job = getattr(config, "max_experiments", 1)

Expand Down

0 comments on commit d3b1346

Please sign in to comment.