Skip to content

Commit

Permalink
add dynamic parameter back in
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Nov 23, 2023
1 parent 1d3ed9a commit bf42718
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 @@ -510,7 +510,7 @@ def process_circuits(
sampler = Sampler(session=self._session, options=options)
job = sampler.run(
circuits=qcs,
# dynamic=self.backend_info.supports_fast_feedforward,
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 bf42718

Please sign in to comment.