Closed mitz1012 closed 2 years ago
@junnaka51 Please review the pull request. All gates are Implemented as follows:
swap
, cswap
, iswap
are implementedu1
is renamed to p
u3
is changed to u
, which has four parametersu2
gate are removed and we use u
with 2 given parameter instead of u2
decompose()
is used in convertertest_circuit
is simplifiedadd_gate
is modifiedThe measurement gate will be implemented in https://github.com/QuantestPy/quantestpy/issues/144.
Thanks in advance!
@junnaka51 I have finished modification of swaps. Could you review the pull request again? Thanks in advance!
Need to change
swap
s