This repository contains the source code and notebooks for the low-rank approximation to the Lindlad master equation. This code was used to produce the results in the paper Leo Goutte and Vincenzo Savona, Low-rank optimal control of quantum devices.
The Low-Rank Approximation (LRA) consists of truncating the full
can be re-written as an equation of motion for
The notebook low_rank_readout.ipynb contains a minimal working example comparing the full, rotating-wave approximation (RWA), and LRA evolutions in the context of transmon readout. The relevant source code for the LRA is found in the src/low_rank.jl file.