Skip to content

michaelhelper/CSCI4961_labs_projects

 
 

Repository files navigation

Labs and Projects of CSCI4961 Introduction to Quantum Computing

Overview

Based on our course CSCI 4961 Introduction to quantum computing, the project aims to provide a comprehensive tutorial for >20 implementations of quantum algorithms. We may focus on Grover’s search algorithm, Shor’s algorithm, Quantum Approximate Optimization Algorithm (QAOA), Quantum Neural Networks, etc. We will demonstrate practical implementations of these algorithms using Qiskit code by guiding users through setup, the input and output conditions, and visualizations of these algorithms. Our aim is to improve the understanding and application of quantum computing for both educational and research purposes.

Final Deliverables

Qiskit codes for quantum algorithms

Well-documented Jupyter notebook files

Testings on IBM System One on RPI Campus

Reports highlighting performance of the codes

File structure

├──Classroom_Sharing_Qiskit_Codes
│   ├── Name1_topic
│   ├── Name2_topic
├──IBM Quantum Computing Challenge
│   ├── Name1/lab1, lab2, ...
│   ├── Name2/lab1, lab2, ...
├── Qiskit Global Summer School
│   ├── Name1_topic
│   ├── Name2_topic
├── Projects
│   ├── Name1_topic
│   ├── Name2_topic
└── README.md

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.9%
  • Python 0.1%