Qaqarot / qaqarot

Quantum Computer Library for Everyone
Apache License 2.0
371 stars 53 forks source link

[numba backend] multi-qubit gate bug fixed #79

Closed gyu-don closed 4 years ago

gyu-don commented 4 years ago

Correct a bug that Circuit(4).x[0].cx[0,1] returns wrong result. Related: #78, #76