Ryukijano / Qiskit_on_Qubit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Qiskit_on_Qubit

QiskitLogo Quantum computing brings together ideas from classical information theory, computer science, and quantum physics. This review aims to summarize not just quantum computing, but the whole subject of quantum information theory. Information can be identified as the most general thing which must propagate from a cause to an effect. It therefore has a fundamentally important role in the science of physics.

What is quantum?

The quantum in "quantum computing" refers to the quantum mechanics that the system uses to calculate outputs. In physics, a quantum is the smallest possible discrete unit of any physical property. It usually refers to properties of atomic or subatomic particles, such as electrons, neutrinos and photons.

What is a qubit?

A qubit is the basic unit of information in quantum computing. Qubits play a similar role in quantum computing as bits play in classical computing, but they behave very differently. Classical bits are binary and can hold only a position of 0 or 1, but qubits can hold a superposition of all possible states.

What is quantum computing?

Quantum computers harness the unique behaviour of quantum physics: such as superposition, entanglement and quantum interference and apply it to computing. This introduces new concepts to traditional programming methods.

What does this repository contain?

Fundamentals of Quantum Algorithms implemented using Qiskit at IBM Quantum Experience. In this repository I will be sharing my experiences, daily learnings and accomplishments with regard to this booming technology.

About


Languages

Language:Jupyter Notebook 100.0%Language:Python 0.0%