PDA

View Full Version : CNOT gate


Mk
Aug25-04, 11:57 PM
Yeah so, scientists in Japan have the CNOT gate, control not. What does it do? What's the truth table... other stuff. Are gates made of transistors?

chroot
Aug26-04, 12:02 AM
Could you please provide some context? I have no idea what you're talking about.

- Warren

cronxeh
Aug26-04, 01:41 AM
http://strc.herts.ac.uk/tp/info/areas/qip/qu_gates.html

This relates to qubits and quantum information theory i suppose

marlon
Aug26-04, 05:18 AM
Could you please provide some context? I have no idea what you're talking about.

- Warren

Mk, is talking about Quantum-Information-Technology, chroot. The CNOT gate is one of them reversible gates, and it is also named the reversible XOR-gate. Basically the gate flips the second bit if the first is 1 and does nothing if the first bit is zero (hence the name controlled-not).

This gate performs a NOT on the second bit if the first bit is set to 1 and it performs a copy-operation if the second bit is initially set to 0.


The problem is that all these one-bit and twobit gates are non-universal, they cannot compute any operation using just the gate in question. The "first" universal gate is the three-bit Toffoli-gate or the controlled-controlled-NOT-gate.

It computes : (x,y,z) ---->(x,y,z + xy) where the sum is the sum modulo 2

This gate performs all the operations (NAND, COPY) necessary to be universal...

regards
marlon

Mk
Aug26-04, 06:14 AM
Mk, is talking about Quantum-Information-Technology, chroot. The CNOT gate is one of them reversible gates, and it is also named the reversible XOR-gate. Basically the gate flips the second bit if the first is 1 and does nothing if the first bit is zero (hence the name controlled-not).

This gate performs a NOT on the second bit if the first bit is set to 1 and it performs a copy-operation if the second bit is initially set to 0.

The problem is that all these one-bit and twobit gates are non-universal, they cannot compute any operation using just the gate in question. The "first" universal gate is the three-bit Toffoli-gate or the controlled-controlled-NOT-gate.

This gate performs all the operations (NAND, COPY) necessary to be universal...

regards
marlon

Thanks a lot. Exactly what I needed... but I'm not sure about the CNOT is the XOR. XOR aka EOR (eyore, the donkey!), is eXclusive OR. XOR gives a true if either A and B but not both, are true.

marlon
Aug26-04, 06:20 AM
The CNOT gate is just the same as the reversible XOR-gate


regards
marlon

Mk
Aug26-04, 11:21 PM
Ahhh! I see. :smile: