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.

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 and Mathematica.

August 8, 2022 · 20 min · 4249 words · Carlos de Gois

"Other Minds" by Peter Godfrey-Smith

A short review on a layman science book about octopuses and philosophy of mind.

February 20, 2021 · 4 min · 673 words · Carlos de Gois

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.

January 10, 2021 · 7 min · 1415 words · Carlos de Gois

panda2lrs: user-friendly polytope representation in lrs

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

October 4, 2020 · 5 min · 918 words · Carlos de Gois

Parallelizing simple loops in Python

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

September 26, 2020 · 6 min · 1239 words · Carlos de Gois