Library to easily implement of quantum communication/BB84: stoq&qtos

make
./stoq $(STRING) $(GATES)
example: ./stoq "Hello world" "HXYZ"
./qtos $(GATES)
example: ./qtos "HXYZ"
This command takes packet from stdin. you can do like this: ./stoq "Hello world" "H" | ./qtos "H"
- Hadamard gate
- Pauli-X gate
- Pauli-Y gate
- Pauli-Z gate
QBIT a:(0.0,0.0) b:(0.0,0.0) END

You have better idea? make an issue now!