QuantestPy / quantestpy

Apache License 2.0
9 stars 3 forks source link

Implement control gates in Qiskit #195

Closed mitz1012 closed 1 year ago

mitz1012 commented 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.

mitz1012 commented 1 year ago

control gates in QuantumCicuit wil be inplemented.