Skip to content

This repository contains Jupyter Notebooks with quantum computing exercises specially for Quantum Teleportation using PennyLane and Python.

License

Notifications You must be signed in to change notification settings

yousuftomal/quantum-teleportation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Computing (Teleportation) with PennyLane

This repository contains Jupyter Notebooks with quantum computing exercises specially for Quantum Teleportation using PennyLane and Python. These exercises are based on the PennyLane Coding Challenges and cover various quantum computing concepts.

Contents

The notebooks in this repository cover the following topics:

  1. Expectation Values
  2. Multi-qubit Systems
  3. Entanglement
  4. Quantum Teleportation

Each notebook includes detailed information and preparation instructions for the exercises.

Prerequisites

To run these notebooks, you'll need:

  • Python 3.7+
  • Jupyter Notebook
  • PennyLane
  • NumPy

Installation

  1. Clone this repository:

    git clone https://github.com/yousuftomal/quantum-teleportation.git
    cd quantum-computing-exercises
    
  2. Install the required packages:

    pip install -r requirements.txt
    

Usage

  1. Start Jupyter Notebook:

    jupyter notebook
    
  2. Open the desired notebook and run the cells to explore the quantum computing concepts and complete the exercises.

Contributing

Contributions to improve the exercises or add new ones are welcome. Please feel free to submit a pull request or open an issue for discussion.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Acknowledgments

  • PennyLane team for providing the coding challenges and quantum computing framework
  • Quantum computing community for continuous learning and inspiration

About

This repository contains Jupyter Notebooks with quantum computing exercises specially for Quantum Teleportation using PennyLane and Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published