Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1.63 KB

README.md

File metadata and controls

43 lines (27 loc) · 1.63 KB

Quantum Computing Exploration

This repository serves as a comprehensive guide and practical playground for exploring quantum computing technologies.

Subprojects

1. qiskit-hello-world

The programming/qiskit-hello-world subproject provides a hands-on introduction to quantum computing, leveraging IBM's Qiskit SDK. In this subproject:

  • Initialize and visualize basic quantum circuits.
  • Demonstrate fundamental quantum operations, like superposition and entanglement.
  • Simulate quantum circuits to understand their behavior.

View the project here. It was inspired and structured following this YouTube tutorial.

2. (More projects to come...)

Objectives

  • Understand the architecture and limitations of contemporary quantum computing technologies.
  • Derive insights from existing research
  • Offer hands-on tutorials and guides, like the qiskit-hello-world subproject, to bridge the gap between theory and application.

Getting Started

  1. Clone the Repository:

    git clone https://github.com/lkubicek1/Quantum-Research.git
  2. Navigate to Desired Subproject (i.e, qiskit-hello-world):

    cd ./Quantum-Research/programming/qiskit-hello-world

Resources