Skip to content

mariaprat/mubs-montecarlo

Repository files navigation

This is a Monte Carlo method that finds mutually unbiased bases using Bell inequalities.

Usage

To build the project:

make

To check the existence of 3 MUBs in dimension 2:

# ./main d n $epsilon $min_epsilon $acceptation_rate $n_attempts $min_beta $max_beta $num_beta $repetitions_beta_infinite filename
./main 2 3 1 1e-10 0.4 1e4 1 5000 1000 1e4 "d2n3" 

To plot the results:

python3 plot_results.py d2n3

About

A Monte Carlo method to find MUBs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published