Git Product home page Git Product logo

deutschsalgorithm's Introduction

Exploring Deutsch’s Algorithm

Executive Summary

This repository provides a comprehensive exploration of Deutsch’s Algorithm within the realm of quantum computing. It includes two notebooks detailing the implementation and understanding of this fundamental quantum algorithm, using Qiskit for practical demonstrations and also tasks given to us.

Contents

  • project.ipynb: A Jupyter notebook which demonstrates research/learning and representation of Basic Quantum Computing and Deutsch’s Algorithm.
  • tasks.ipynb: A Jupyter notebook encompassing various tasks associated with each topic covered in the module. This includes setup instructions, theoretical explanations.
  • README.md: Provides an overview of the project and instructions for setup and usage.

Getting Started

Prerequisites

Before starting, ensure you have the following installed:

  • Python 3.x
  • Jupyter Notebook
  • Qiskit

Installing Python 3.x

Python 3.x can be installed from the official Python website. Here's how you can do it:

For Windows:

  1. Visit the official Python website.
  2. Download the latest version of Python 3.x for Windows.
  3. Run the installer. Ensure that you check the box that says "Add Python 3.x to PATH" before you click "Install Now".

For macOS:

  1. Visit the official Python website.
  2. Download the latest version of Python 3.x for macOS.
  3. Open the downloaded file and follow the installation instructions.

Installing Jupyter Notebook

Once Python is installed, you can install Jupyter Notebook using pip, Python's package manager. Here's how to do it:

  1. Open your command line or terminal.

  2. Install Jupyter Notebook by running:

    pip install notebook
  3. Run Notebook

    jupyter notebook
    

Installing Qiskit

Qiskit is an open-source quantum computing software development framework. Follow these steps to install Qiskit:

  1. Ensure that Python 3.x is already installed on your system.

  2. Open your command line or terminal.

  3. Install Qiskit by running:

    pip install qiskit
    pip install matplotlib
    pip install qiskit-ibmq-provider
    

Installation

  1. Clone the repository to your local machine:
    git clone https://github.com/rohansikder/DeutschsAlgorithm.git
    

Credits

This project was created by Rohan Sikder for ATU as a part of the Emerging Technologies Module.

deutschsalgorithm's People

Contributors

rohansikder avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.