Distillable entanglement of quantum state

Alice and Bob start from n copies of a Quantum_state: ρ^⊗n.
They apply a LOCC Λ to distill entanglement.
How many bottles of distilled entanglement can they fill up?
import LOCC

def distillable_entanglement [quantum_state ρ] : ℝ :=
sup {r | lim n→∞ inf {∥Λ(ρ^⊗n) - Φ^⊗(r*n)∥₁ | LOCC Λ} = 0}

References