In the classical realm, if you transmit the single bit, you can encode exactly two values: zero or one.
In the quantum realm, you can transmit the single qubit, but encode two bits, i.e. four values. To do this you can use quantum entanglement: you share an EPR pair between participants before the transmission and consume it during the transmission.
Generate an EPR pair: the state
This circuit is accessible in your
JavaScript console
as document.getElementById('play1').circuit
Alice and Bob each received their part of the EPR pair, i.e. the state
Your variant: 4
You can apply operations only to the first qubit!
This circuit is accessible in your
JavaScript console
as document.getElementById('play2').circuit
After encoding, Alice sends her qubit to Bob. Now Bob has to recover Alice's bits.
You don't know exactly, which state is yours, but after applying the operations you should get the results shown above.
This circuit is accessible in your
JavaScript console
as document.getElementById('play3').circuit