Skip to content

Commit

Permalink
show circuit output for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyoracle committed Dec 29, 2021
1 parent 6b9d1b6 commit d31b750
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_qiskit.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ def test_qiskit_physics(get_test_circuit):
physics_backend = c3_qiskit.get_backend("c3_qasm_physics_simulator")
physics_backend.set_device_config("test/qiskit.cfg")
qc = get_test_circuit
job_sim = execute(qc, physics_backend, shots=1000) # noqa
job_sim = execute(qc, physics_backend, shots=1000)
print(job_sim.result().get_counts())

0 comments on commit d31b750

Please sign in to comment.