Skip to content

Commit

Permalink
Merge pull request #184 from mit-han-lab/dev
Browse files Browse the repository at this point in the history
[major] fix critical bug in qiskit2tq_Operator
  • Loading branch information
Hanrui-Wang authored Aug 30, 2023
2 parents d4944c2 + 5c17907 commit 03a45bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion torchquantum/plugin/qiskit/qiskit_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,8 @@ def qiskit2tq_Operator(circ: QuantumCircuit):
raise NotImplementedError(
f"{op_name} conversion to tq is currently not supported."
)
return ops

return ops


def qiskit2tq(circ: QuantumCircuit):
Expand Down

0 comments on commit 03a45bc

Please sign in to comment.