This repository contains the code implementating the semidefinite programs and the random states required to generate the numerical results presented in the master's thesis titled "A Semidefinite Programming Analysis of Quantum Bayesian Solutions to the Coarse-Graining Problem" and the paper Emergent Quantum Dynamics as a Bayesian Inference Problem: A Critical Analysis.
- Python 3
- cvxpy
- mosek
- qiskit
- typing
- pickle
- scipy
- pandas
- matplotlib
- seaborn
- latex
- numpy
Install the packages through the following command:
pip3 install -r requirements.txt