Skip to content

A quantum random number generator built in Python using the Google Cirq library.

Notifications You must be signed in to change notification settings

akshaypal123/python-quantum-random-number-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Random Number Generator

Introduction

This project is a small foray into the world of quantum computing in Python using the using the Cirq library. I have built a quantum random number generator largely following tutorials and documentation written by the Cirq team at Google, published here deepening both my theoretical quantum computng knowledge and my Python coding ability!

Tech Stack 🛠️

  • Python
  • Cirq
  • Matplotlib

Prerequisites

Before you begin, ensure you have the following prerequisites installed:

  • Python 3.x
  • Pip

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/quantum-algorithms.git
  2. Change into the project directory:

    cd quantum-algorithms
  3. Install the required dependencies:

    pip install -r requirements.txt
  4. Run the script:

    python qrng/qrng.py

Contact 📧

About

A quantum random number generator built in Python using the Google Cirq library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages