Skip to content

charmerDark/quantumMonteCarlo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monte Carlo Simulator for Commision Modelling with Quantum Random Number Generator

The project aims to set up a simple monte carlo simutor that models univariate functions with the help of a quantum random generator. The code is set up to allow the user to select between the default numpy RNG or a QRNG using the IBMQ quantum computing network.

Development plan

  • Setup simple Monte Carlo Simulator (MCS) on python[DONE]
  • Setp simple QRNG[DONE]
  • link QRNG to MCS{DONE}
  • enable QRNG with probablity distributions<[DONE]
  • Study effects of QRNG on montecarlo accuracy and efficieny

Sources

Instructions for use

  1. first time users can use python3 -m pip install -r requirements.txt
  2. Enter target function as a function of x in the functions.py in python language
  3. call montecarlo.py --h for help on how to use the simulator

About

Simple Monte Carlo simulator with QRNG

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages