Skip to content

lakshya-chopra/quantum-computing

Repository files navigation

quantum-computing

[NOTE: this is just a small text intended to provide you some gist of Quantum Computing]

Quantum Computers utilise the principles of quantum mechanics to perform computations as opposed to classical computers which are limited to classical physics phenomena.Thus, they require special materials (like superconductors, diamond nv centers, trapped ions) to work as required (unlike classical comps which use electrical pulses).

They follow 4 main quantum principles, stated as follows:

For superconducting qubits, current is applied.

  • Inteference: Quantum Interference is the essentially the interference of the probability amplitudes of various quantum paths which lead to observable patterns (like constructive interference or destructive)

  • Measurement: Measuring a quantum state or a qubit collapses it into one of its basis states with a probability given by the square of the mathematical coefficient scaling the basis state. Ex : For single qubit systems: |q⟩ = a|0⟩ + b|1⟩, and so probability that q will collapse to |0⟩ is given by |⟨q|0⟩|² = |a|² (Born’s rule). For multi qubit systems, the basis states are given by {0,1}n.
    Entanglement and superposition together than can be carefully utilised to solve many quantum problems.

Resources:

Quantum Computer's components:

  • a shell which stores the qubits in a safe environment where the temperature is just above absolute zero to minimize vibrations of the qubits.
  • Quantum Gates
  • A classical computer which runs the program, handles I/O, performs computation and addressing tasks. Thus, this is a hybrid model of Quantum Computers, wherein we have a classical computer in control of a quantum processor.

Correlations (part of entanglement):

Qubits:

Inspo taken from

Quantum systems:

By IBM:

- Eagle (127 Qubits)
- Hummingbird(65 qubits)
- Condor ( 1121 qubits)
Others include Osprey, & Falcon.

Quantum SDK(s):

Qiskit textbook

Some helpful links:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published