Skip to content

Commit

Permalink
remove parameter (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf authored Nov 23, 2023
1 parent 3f44eee commit 407a5f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pytket/extensions/qiskit/backends/ibm.py
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,6 @@ def process_circuits(
sampler = Sampler(session=self._session, options=options)
job = sampler.run(
circuits=qcs,
dynamic=self.backend_info.supports_fast_feedforward,
)
job_id = job.job_id()
for i, ind in enumerate(indices_chunk):
Expand Down

0 comments on commit 407a5f1

Please sign in to comment.