Skip to content
Snippets Groups Projects
Commit 6317dda8 authored by Hachem Kadri's avatar Hachem Kadri
Browse files

Update README.md

parent 7b51bb01
No related branches found
No related tags found
No related merge requests found
......@@ -22,6 +22,8 @@ The repo contains code & dataset accompanying the paper "Large-Scale Quantum Sep
### Pipeline
The library is organised around the "Pipeline" class. It is based on sampling density matrices and defining a number of transformations on them.
The Pipeline class works with 3 types of functions: **sample**, **transform** and **model**. These are detailed below.
#### Example: PPT entagled density matrices
......@@ -51,7 +53,6 @@ In this example, the following procedure is repeated until we obtain 1000 densit
- We add the nearest separable approximation of each density matrix using the Frank-Wolfe (FW) algorithm.
- We only select the sampled density matrices at a distance from their nearest FW approximation greater than 0.01.
The pipeline class works with 3 types of functions: sample, transform and model. These are detailed below.
#### DMStack
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment