Blog

Semidefinite programming in quantum information

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 …

Read more

CVXPY vs. PICOS: performance comparison for linear programs

CVXPY and PICOS are two frequently used optimization program modelling tools for Python. I compare their performance in modelling simple random linear programs.

Read more

panda2lrs: user-friendly polytope representation in lrs

An user-friendly way to write *PANDA*-like polytope inequalities and run in *lrs*.

Read more

Parallelizing simple loops in Python

Parallelizing loops with no iteration interdependence using Pythons' concurrent.futures module.

Read more