Hi there 👋
I’m a PhD student doing some quantum information stuff at Universität Siegen. I’ll post about some things I learn and do in here.
A tutorial with a bunch of examples of using SDP in quantum information problems (entanglement, joint measurability, violation of Bell inequalities…), written in Python, Julia and Mathematica.
A short review on a layman science book about octopuses and philosophy of mind.
CVXPY and PICOS are two frequently used optimization program modelling tools for Python. I compare their performance in modelling simple random linear programs.
An user-friendly way to write PANDA-like polytope inequalities and run in lrs.
Parallelizing loops with no iteration interdependence using Pythons’ concurrent.futures module.