Skip to content

Commit

Permalink
[minor] fix qiskit2tq
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanrui-Wang committed Apr 12, 2023
1 parent 17a2a85 commit aad7cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchquantum/plugins/qiskit_plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -734,7 +734,7 @@ def qiskit2tq_Operator(circ: QuantumCircuit):


def qiskit2tq(circ: QuantumCircuit):
ops = qiskit2tq_ops(circ)
ops = qiskit2tq_Operator(circ)
return tq.QuantumModuleFromOps(ops)


Expand Down

0 comments on commit aad7cbf

Please sign in to comment.