Closed mitz1012 closed 1 year ago
In order to implement all gates in Qiskit, we need to judge which of converter and simulator to modify. Moreover, we need to omit qiskit_circuit.decompose() from converter.
converter
simulator
qiskit_circuit.decompose()
control gates in QuantumCicuit wil be inplemented.
In order to implement all gates in Qiskit, we need to judge which of
converter
andsimulator
to modify. Moreover, we need to omitqiskit_circuit.decompose()
fromconverter
.