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!
- Python
- Cirq
- Matplotlib
Before you begin, ensure you have the following prerequisites installed:
- Python 3.x
- Pip
-
Clone the repository to your local machine:
git clone https://github.com/your-username/quantum-algorithms.git
-
Change into the project directory:
cd quantum-algorithms
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the script:
python qrng/qrng.py
- Email: akshay.anu@gmail.com