Skip to content

Jupyter notebook quantum algorithm using quantum phase estimation to estimate values of pi, increasing in accuracy for each additional qubit

Notifications You must be signed in to change notification settings

RedFlame2112/pi-quantum-phase-estimation-algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

Pi Quantum Phase Estimation Algorithm

Table of Contents

General Info

This project is a Jupyter Notebook quantum algorithm using quantum phase estimation to estimate the value of pi, increasing in accuracy for each additional qubit

Technologies

Qiskit version table:

Qiskit Software Version Used
qiskit-terra 0.18.2
qiskit-aer 0.8.2
qiskit-ignis 0.6.0
qiskit-ibmq-provider 0.16.0
qiskit-aqua 0.9.5
qiskit 0.29.1
System Information Version Used
python 3.8.8
OS Darwin
CPUs 8
Memory (Gb) 8.0
LAST UPDATED: Tue Nov 02 20:01:12 2021 CDT
  • conda 4.10.3
  • jupyter-notebook 6.3.0

Setup

As you may already tell, this project requires the installation of Qiskit, which is an open-source SDK. You can find the setup instructions to download Qiskit here Setting up Jupyter Notebooks could be done using the terminal command

$ conda install -c conda-forge jupyterlab

or

$ mamba install -c conda-forge jupyterlab

if you have either conda or mamba installed.

About

Jupyter notebook quantum algorithm using quantum phase estimation to estimate values of pi, increasing in accuracy for each additional qubit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published