From b61b28b738ffbe6cbb7f97f6f4f985a1945d50a0 Mon Sep 17 00:00:00 2001 From: Sai Nandan Morapakula Date: Sat, 4 Jun 2022 07:27:22 +0530 Subject: [PATCH] Create Single and Multi Qutrit Gates This is a Part of Unitary Hack 2022 --- Single and Multi Qutrit Gates | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Single and Multi Qutrit Gates diff --git a/Single and Multi Qutrit Gates b/Single and Multi Qutrit Gates new file mode 100644 index 0000000..593ef32 --- /dev/null +++ b/Single and Multi Qutrit Gates @@ -0,0 +1,14 @@ +Today Quantum computing has gained importance, as we need to have more computing power for transmitting large amount of data. Use of bits to transfer data, +limits the amount of data and power as bits are capable of transmitting data in only two states namely 0 and 1. Qubits and Qutrits facilitate transmitting data in multiple states. +This approach creates more states compared to those provided by bits. + +By the end of this post you will be familiar with, + > Single Qutrit Gates + > Multi Qutrit Gates + > Why do we need them? + > Implementation using NumPy + > Representation of Qutrits + + + + Note: The above mentioned list may change :)