quantastica / quantum-circuit

Quantum Circuit Simulator implemented in JavaScript
MIT License
243 stars 47 forks source link

CNOT Gate is Not in Menu #27

Closed iotexecutive closed 4 years ago

iotexecutive commented 4 years ago

Why is my CNOT Gate not displayed in the drag and drop menu? Everything else seems to be fine. Thanks

perak commented 4 years ago

Put “X” gate to one wire and then put “dot” to another wire (below or above “X” gate) and you’ll get CNOT gate. See video in docs section (it is under construction, but there is video)

iotexecutive commented 4 years ago

X Gate

Thanks Perak, I was following the video and as you can see from my picture, I have no X gate (NOT) to drag. Best, Michael

perak commented 4 years ago

“X” gate is next to “ID” gate.

perak commented 4 years ago

Between ID and Y gates

iotexecutive commented 4 years ago

Oh Sorry Perak ! I was looking for the old circular symbol in the drag and drop menu. Thank You.

perak commented 4 years ago

No problem! :) BTW, I changed it to “X” because users complained that they cannot find NOT gate, now I have opposite - users cannot find CNOT gate. Do you have idea how to make it obvius for both? (Maybe to add both X and circled X (bulb) symbols?