Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
cqc-melf committed Mar 6, 2024
1 parent dcc8ea5 commit 93b25e9
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions pytket/extensions/qiskit/backends/ibm.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,13 +518,6 @@ def process_circuits(
options.transpilation.skip_transpilation = True
options.execution.shots = n_shots
sampler = Sampler(session=self._session, options=options)
print(qcs)
for g in qcs:
print(g)
for g in qcs[0]:
print(g)
# assert 1 == 2
# print(qcs[0].qasm())
job = sampler.run(
circuits=qcs,
)
Expand Down

0 comments on commit 93b25e9

Please sign in to comment.