Semidefinite approximations of the matrix logarithm

Size: px
Start display at page:

Download "Semidefinite approximations of the matrix logarithm"

Transcription

1 1/26 Semidefinite approximations of the matrix logarithm Hamza Fawzi DAMTP, University of Cambridge Joint work with James Saunderson (Monash University) and Pablo Parrilo (MIT) April 5, 2018

2 2/26 Logarithm Concave function Information theory: Entropy H(p) = n i=1 p i log p i (Concave). Kullback-Leibler divergence (or relative entropy) D(p q) = n p i log(p i /q i ) i=1 Convex jointly in (p, q).

3 3/26 Matrix logarithm function X symmetric matrix with positive eigenvalues (positive definite) ( λ1 X = U... U log(x ) = U λ n ) ( log(λ1)... log(λn) ) U where U orthogonal.

4 3/26 Matrix logarithm function X symmetric matrix with positive eigenvalues (positive definite) ( λ1 X = U... U log(x ) = U λ n ) ( log(λ1)... log(λn) ) U where U orthogonal. von Neumann Entropy of X : H(X ) = Tr[X log X ]. Concave in X. Quantum relative entropy: D(X Y ) = Tr[X (log X log Y )] Convex in (X, Y ) [Lieb-Ruskai, 1973].

5 4/26 Concavity of matrix logarithm Matrix logarithm is operator concave: log(λa + (1 λ)b) λ log(a) + (1 λ) log(b) where A, B 0 and λ [0, 1] X Y means X Y positive semidefinite (Löwner order)

6 5/26 Convex optimisation How can we solve convex optimisation problems involving matrix logarithm? CVX modeling tool developed by M. Grant and S. Boyd at Stanford % Maximum entropy problem cvx_begin variable p(n) maximize sum(entr(p)) subject to p >= 0; sum(p) == 1; A*p == b; cvx_end For scalar logarithm, CVX uses a successive approximation heuristic. Works good in practice but: sometimes fails (no guarantees) slow for large problems does not work for matrix logarithm.

7 6/26 Semidefinite programming This talk: New method to treat matrix logarithm and derived functions using symmetric cone solvers (semidefinite programming) Based on accurate rational approximations of logarithm Much faster than successive approximation heuristic for scalars

8 7/26 Outline Semidefinite representations Approximating matrix logarithm Numerical examples, comparison with successive approximation (for scalars) and other matrix examples

9 8/26 Semidefinite programming Problem data: C, A, b minimize C, X s.t. A(X ) = b, X 0 X S n Available solvers: SeDuMi, SDPT3, Mosek, SDPA, etc. (e.g., sedumi(a,b,c)) Generalization of linear programming where S n + x R n X S n x 0 X 0 A(X) = b

10 9/26 Semidefinite formulation Not all optimisation problems are given in semidefinite form... Example: maximise x,y R 2x + y s.t. x 2 + y 2 1

11 9/26 Semidefinite formulation Not all optimisation problems are given in semidefinite form... Example: maximise x,y R 2x + y s.t. x 2 + y 2 1 Formulate as semidefinite optimisation using the fact that: [ ] x 2 + y 2 1 x y 1 0 y 1 + x

12 10/26 Examples of semidefinite formulation [ ] x t x t 0 t 1 t x

13 10/26 Examples of semidefinite formulation [ ] x t x t 0 t 1 t x t 1 x t [ ] x t x

14 11/26 Semidefinite representations Concave function f has a semidefinite representation if: f (x) t S(x, t) 0 for some affine function S : R n+1 S d Key fact: if f has a semidefinite representation then can solve optimisation problems involving f using semidefinite solvers.

15 11/26 Semidefinite representations Concave function f has a semidefinite representation if: f (x) t u R m : S(x, t, u) 0 for some affine function S : R n+1+m S d Key fact: if f has a semidefinite representation then can solve optimisation problems involving f using semidefinite solvers.

16 11/26 Semidefinite representations Concave function f has a semidefinite representation if: f (x) t u R m : S(x, t, u) 0 for some affine function S : R n+1+m S d Key fact: if f has a semidefinite representation then can solve optimisation problems involving f using semidefinite solvers. Book by Ben-Tal and Nemirovski gives semidefinite representations of many convex/concave functions.

17 12/26 Back to logarithm function Goal: find a semidefinite representation of logarithm. t log(x) t x Logarithm is not semialgebraic! We have to resort to approximations.

18 13/26 Integral representation of log Starting point of approximation is: log(x) = 1 0 x s(x 1) ds

19 13/26 Integral representation of log Starting point of approximation is: log(x) = 1 0 x s(x 1) ds Key fact: integrand is concave and semidefinite rep. for any fixed s! [ ] x s(x 1) s(x 1) t st

20 13/26 Integral representation of log Starting point of approximation is: log(x) = 1 0 x s(x 1) ds Key fact: integrand is concave and semidefinite rep. for any fixed s! [ ] x s(x 1) s(x 1) t st Get semidefinite approximation of log using quadrature: log(x) m j=1 Right-hand side is semidefinite representable w j x s j (x 1)

21 14/26 Rational approximation log(x) m x 1 w j 1 + s j (x 1) j=1 }{{} r m(x) r m = m th diagonal Padé approximant of log at x = 1 (matches the first 2m + 1 Taylor coefficients) Log m=3

22 14/26 Rational approximation log(x) m x 1 w j 1 + s j (x 1) j=1 }{{} r m(x) r m = m th diagonal Padé approximant of log at x = 1 (matches the first 2m + 1 Taylor coefficients) Log m=3 Improve approximation by bringing x closer to 1 and using log(x) = 1 h log(x h ) (0 < h < 1): r m,h (x) := 1 h r m(x h )

23 14/26 Rational approximation log(x) m x 1 w j 1 + s j (x 1) j=1 }{{} r m(x) r m = m th diagonal Padé approximant of log at x = 1 (matches the first 2m + 1 Taylor coefficients) Log m=3 Improve approximation by bringing x closer to 1 and using log(x) = 1 h log(x h ) (0 < h < 1): r m,h (x) := 1 h r m(x h ) Remarkable fact: r m,h is still concave and semidefinite representable!

24 15/26 Quadrature + exponentiation r m,h (x) := 1 h r m(x h ) Semidefinite representation of r m,h (say h = 1/2 for concreteness): { x 1/2 y r m,1/2 (x) t y 0 s.t. r m (y) t/2 Uses fact that r m is monotone and x 1/2 is concave and semidefinite rep. Can do the case h = 1/2 k with iterative square-rooting.

25 16/26 Approximation error Approximation error r m,h log on [1/a, a] (h = 1/2 k ): 10 2 Approximation error m=2, k=2 m=3, k=3 m=4, k= a

26 16/26 Approximation error Approximation error r m,h log on [1/a, a] (h = 1/2 k ): 10 2 Approximation error m=2, k=2 m=3, k=3 m=4, k= a Recap: Two ingredients Rational approximation via quadrature Use log(x) = 1 h log(x h ) with small h to bring x closer to 1. Key fact: resulting approximation is concave and semidefinite representable.

27 17/26 Matrix logarithm What about matrix logarithm? Integral representation is valid for matrix log as well: log(x ) = 1 0 (X I )(I + s(x I )) 1 ds

28 17/26 Matrix logarithm What about matrix logarithm? Integral representation is valid for matrix log as well: log(x ) = 1 0 (X I )(I + s(x I )) 1 ds Key fact: integrand is operator concave and semidefinite rep. for any fixed s (use Schur complements) [ ] (X I )(I + s(x I )) 1 I + s(x I ) I T 0 I I st

29 17/26 Matrix logarithm What about matrix logarithm? Integral representation is valid for matrix log as well: log(x ) = 1 0 (X I )(I + s(x I )) 1 ds Key fact: integrand is operator concave and semidefinite rep. for any fixed s (use Schur complements) [ ] (X I )(I + s(x I )) 1 I + s(x I ) I T 0 I I st Get semidefinite approximation of matrix log using quadrature: log(x ) m j=1 Right-hand side is semidefinite representable w j X s j (X 1)

30 18/26 Exponentiation Exponentiation idea also works for matrices: r m,h (X ) := 1 h r m(x h ) (0 < h < 1) r m is not only monotone concave but operator monotone and operator concave. Also X X h is operator concave and semidefinite rep. [ ] X 1/2 X T T 0 T I

31 18/26 Exponentiation Exponentiation idea also works for matrices: r m,h (X ) := 1 h r m(x h ) (0 < h < 1) r m is not only monotone concave but operator monotone and operator concave. Also X X h is operator concave and semidefinite rep. [ ] X 1/2 X T T 0 T I Approximation log(x ) r m,h (X ) called inverse scaling and squaring method by Kenney-Laub, widely used in numerical computations. Remarkable that it preserves concavity and can be implemented in semidefinite programming.

32 19/26 From (matrix) logarithm to (matrix) relative entropy log(x) r m,h (x) Perspective transform (homogenization): f : R R concave g(x, y) := yf (x/y) also concave on R R ++

33 19/26 From (matrix) logarithm to (matrix) relative entropy log(x) r m,h (x) Perspective transform (homogenization): f : R R concave g(x, y) := yf (x/y) also concave on R R ++ Perspective of log is (x, y) y log(x/y) related to relative entropy. Can simply approximate with the perspective of r m,h : y log(x/y) yr m,h (x/y) Semidefinite representation is obtained by homogenization (replace 1 by y).

34 19/26 From (matrix) logarithm to (matrix) relative entropy log(x) r m,h (x) Perspective transform (homogenization): f : R R concave g(x, y) := yf (x/y) also concave on R R ++ Perspective of log is (x, y) y log(x/y) related to relative entropy. Can simply approximate with the perspective of r m,h : y log(x/y) yr m,h (x/y) Semidefinite representation is obtained by homogenization (replace 1 by y). What about for matrices? What is the perspective transform?

35 20/26 Matrix perspective Matrix perspective of f : g(x, Y ) = Y 1/2 f (Y 1/2 XY 1/2 )Y 1/2 Theorem [Effros, Ebadian et al.]: If f operator concave then matrix perspective of f is jointly operator concave in (X, Y ).

36 20/26 Matrix perspective Matrix perspective of f : g(x, Y ) = Y 1/2 f (Y 1/2 XY 1/2 )Y 1/2 Theorem [Effros, Ebadian et al.]: If f operator concave then matrix perspective of f is jointly operator concave in (X, Y ). For f = log matrix perspective is related to operator relative entropy D op (X Y ) = X 1/2 log(x 1/2 YX 1/2 )X 1/2 Approximate with the matrix perspective of r m,h : D op (X Y ) X 1/2 r m,h (X 1/2 YX 1/2 )X 1/2 Semidefinite representation obtained by homogenization

37 21/26 Quantum relative entropy (Umegaki) quantum relative entropy: D(X Y ) = Tr[X (log X log Y )] Operator relative entropy: D op (X Y ) = X 1/2 log(x 1/2 Y 1 X 1/2 )X 1/2 Get SDP approximation of Umegaki rel. entr. via D op : D(X Y ) = φ(d op (X I I Y )) where φ : R n2 n 2 R is the linear map that satisfies φ(a B) = Tr[A T B]. Note: SDP approximation of Umegaki rel. entr. has size n 2!

38 22/26 CVXQUAD New CVX functions: quantum entr ρ Tr[ρ log ρ] Concave trace logm ρ Tr[σ log ρ] Concave (σ 0 fixed) quantum rel entr (ρ, σ) Tr[ρ(log ρ log σ)] Convex lieb ando (ρ, σ) Tr[K ρ 1 t Kσ t ] Concave (t [0, 1]) op rel entr epi cone matrix geo mean hypo cone D op(ρ σ) T A# tb T

39 23/26 Numerical experiments: maximum entropy problem maximize subject to n i=1 x i log(x i ) Ax = b x 0 (A R l n, b R l )

40 23/26 Numerical experiments: maximum entropy problem maximize subject to n i=1 x i log(x i ) Ax = b x 0 (A R l n, b R l ) CVX s successive approx. Our approach m = 3, h = 1/8 n l time (s) accuracy time (s) accuracy s 6.635e s 2.767e s 2.662e s 1.164e s 2.927e s 2.743e s 1.067e s 1.469e-04 accuracy measured wrt specialized MOSEK routine CVX s successive approx.: Uses Taylor expansion of log instead of Padé approx + successively refine linearization point

41 24/26 Relative entropy of entanglement Quantify entanglement of a bipartite state ρ min D(ρ τ) s.t. τ Sep ρ n Cutting-plane [Zinchenko et al.] s 0.55 s s 0.51 s s 0.69 s s 0.82 s s 1.74 s s 5.55 s Our approach m = 3, h = 1/8 Sep = separable states cvx_begin sdp variable tau(na*nb,na*nb) hermitian; minimize (quantum_rel_entr(rho,tau)); subject to tau >= 0; trace(tau) == 1; Tx(tau,2,[na nb]) >= 0; % Positive partial transpose constraint cvx_end

42 25/26 Relative entropy of recovery (with Omar Fawzi) Question: Is it true that for any tripartite quantum state ρ ABC : I (A : C B)? 1.6 min Λ:B BC D(ρ ABC (id A Λ)(ρ AB )). Relative entropy of recovery vs. conditional mutual information D(ρABC (ida Λ opt )(ρab)) I(A : C B)

43 26/26 Conclusion Approximation theory with convexity Approach extends to other operator concave functions via their integral representation (Löwner theorem) Open questions: Dependence on n: Our SDP approximation for Umegaki relative entropy has size n 2. Is there a representation of size O(n)? Dependence on ɛ: Our approximation for scalar log has size (second-order cone rep.) log(1/ɛ) where ɛ error on [e 1, e]. Is this best possible? Paper: arxiv: Code:

44 26/26 Conclusion Approximation theory with convexity Approach extends to other operator concave functions via their integral representation (Löwner theorem) Open questions: Dependence on n: Our SDP approximation for Umegaki relative entropy has size n 2. Is there a representation of size O(n)? Dependence on ɛ: Our approximation for scalar log has size (second-order cone rep.) log(1/ɛ) where ɛ error on [e 1, e]. Is this best possible? Paper: arxiv: Code: Thank you!

arxiv: v2 [quant-ph] 8 Aug 2018

arxiv: v2 [quant-ph] 8 Aug 2018 Efficient optimization of the quantum relative entropy Hamza Fawzi Omar Fawzi September 3, 2017 arxiv:1705.06671v2 [quant-ph] 8 Aug 2018 Abstract Many quantum information measures can be written as an

More information

EE Applications of Convex Optimization in Signal Processing and Communications Dr. Andre Tkacenko, JPL Third Term

EE Applications of Convex Optimization in Signal Processing and Communications Dr. Andre Tkacenko, JPL Third Term EE 150 - Applications of Convex Optimization in Signal Processing and Communications Dr. Andre Tkacenko JPL Third Term 2011-2012 Due on Thursday May 3 in class. Homework Set #4 1. (10 points) (Adapted

More information

Positive semidefinite rank

Positive semidefinite rank 1/15 Positive semidefinite rank Hamza Fawzi (MIT, LIDS) Joint work with João Gouveia (Coimbra), Pablo Parrilo (MIT), Richard Robinson (Microsoft), James Saunderson (Monash), Rekha Thomas (UW) DIMACS Workshop

More information

Multivariate trace inequalities. David Sutter, Mario Berta, Marco Tomamichel

Multivariate trace inequalities. David Sutter, Mario Berta, Marco Tomamichel Multivariate trace inequalities David Sutter, Mario Berta, Marco Tomamichel What are trace inequalities and why we should care. Main difference between classical and quantum world are complementarity and

More information

1 Quantum states and von Neumann entropy

1 Quantum states and von Neumann entropy Lecture 9: Quantum entropy maximization CSE 599S: Entropy optimality, Winter 2016 Instructor: James R. Lee Last updated: February 15, 2016 1 Quantum states and von Neumann entropy Recall that S sym n n

More information

Some applications of matrix inequalities in Rényi entropy

Some applications of matrix inequalities in Rényi entropy Some applications of matrix inequalities in Rényi entropy arxiv:608.03362v [math-ph] Aug 206 Hadi Reisizadeh, and S. Mahmoud Manjegani 2, Department of Electrical and Computer Engineering, 2 Department

More information

Multivariate Trace Inequalities

Multivariate Trace Inequalities Multivariate Trace Inequalities Mario Berta arxiv:1604.03023 with Sutter and Tomamichel (to appear in CMP) arxiv:1512.02615 with Fawzi and Tomamichel QMath13 - October 8, 2016 Mario Berta (Caltech) Multivariate

More information

Different quantum f-divergences and the reversibility of quantum operations

Different quantum f-divergences and the reversibility of quantum operations Different quantum f-divergences and the reversibility of quantum operations Fumio Hiai Tohoku University 2016, September (at Budapest) Joint work with Milán Mosonyi 1 1 F.H. and M. Mosonyi, Different quantum

More information

A Holevo-type bound for a Hilbert Schmidt distance measure

A Holevo-type bound for a Hilbert Schmidt distance measure Journal of Quantum Information Science, 205, *,** Published Online **** 204 in SciRes. http://www.scirp.org/journal/**** http://dx.doi.org/0.4236/****.204.***** A Holevo-type bound for a Hilbert Schmidt

More information

Universal recoverability in quantum information theory

Universal recoverability in quantum information theory Universal recoverability in quantum information theory Mark M. Wilde Hearne Institute for Theoretical Physics, Department of Physics and Astronomy, Center for Computation and Technology, Louisiana State

More information

Recoverability in quantum information theory

Recoverability in quantum information theory Recoverability in quantum information theory Mark M. Wilde Hearne Institute for Theoretical Physics, Department of Physics and Astronomy, Center for Computation and Technology, Louisiana State University,

More information

6.1 Main properties of Shannon entropy. Let X be a random variable taking values x in some alphabet with probabilities.

6.1 Main properties of Shannon entropy. Let X be a random variable taking values x in some alphabet with probabilities. Chapter 6 Quantum entropy There is a notion of entropy which quantifies the amount of uncertainty contained in an ensemble of Qbits. This is the von Neumann entropy that we introduce in this chapter. In

More information

Semidefinite programming lifts and sparse sums-of-squares

Semidefinite programming lifts and sparse sums-of-squares 1/15 Semidefinite programming lifts and sparse sums-of-squares Hamza Fawzi (MIT, LIDS) Joint work with James Saunderson (UW) and Pablo Parrilo (MIT) Cornell ORIE, October 2015 Linear optimization 2/15

More information

Lecture 19 October 28, 2015

Lecture 19 October 28, 2015 PHYS 7895: Quantum Information Theory Fall 2015 Prof. Mark M. Wilde Lecture 19 October 28, 2015 Scribe: Mark M. Wilde This document is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike

More information

Linear and non-linear programming

Linear and non-linear programming Linear and non-linear programming Benjamin Recht March 11, 2005 The Gameplan Constrained Optimization Convexity Duality Applications/Taxonomy 1 Constrained Optimization minimize f(x) subject to g j (x)

More information

Lecture Note 5: Semidefinite Programming for Stability Analysis

Lecture Note 5: Semidefinite Programming for Stability Analysis ECE7850: Hybrid Systems:Theory and Applications Lecture Note 5: Semidefinite Programming for Stability Analysis Wei Zhang Assistant Professor Department of Electrical and Computer Engineering Ohio State

More information

3. Convex functions. basic properties and examples. operations that preserve convexity. the conjugate function. quasiconvex functions

3. Convex functions. basic properties and examples. operations that preserve convexity. the conjugate function. quasiconvex functions 3. Convex functions Convex Optimization Boyd & Vandenberghe basic properties and examples operations that preserve convexity the conjugate function quasiconvex functions log-concave and log-convex functions

More information

Dimension reduction for semidefinite programming

Dimension reduction for semidefinite programming 1 / 22 Dimension reduction for semidefinite programming Pablo A. Parrilo Laboratory for Information and Decision Systems Electrical Engineering and Computer Science Massachusetts Institute of Technology

More information

15. Conic optimization

15. Conic optimization L. Vandenberghe EE236C (Spring 216) 15. Conic optimization conic linear program examples modeling duality 15-1 Generalized (conic) inequalities Conic inequality: a constraint x K where K is a convex cone

More information

Telescopic Relative Entropy

Telescopic Relative Entropy Telescopic Relative Entropy Koenraad M.R. Audenaert Department of Mathematics, Royal Holloway, University of London, Egham TW2 EX, United Kingdom Abstract. We introduce the telescopic relative entropy

More information

Convex Functions. Daniel P. Palomar. Hong Kong University of Science and Technology (HKUST)

Convex Functions. Daniel P. Palomar. Hong Kong University of Science and Technology (HKUST) Convex Functions Daniel P. Palomar Hong Kong University of Science and Technology (HKUST) ELEC5470 - Convex Optimization Fall 2017-18, HKUST, Hong Kong Outline of Lecture Definition convex function Examples

More information

An Introduction to Quantum Computation and Quantum Information

An Introduction to Quantum Computation and Quantum Information An to and Graduate Group in Applied Math University of California, Davis March 13, 009 A bit of history Benioff 198 : First paper published mentioning quantum computing Feynman 198 : Use a quantum computer

More information

Optimization Methods. Lecture 23: Semidenite Optimization

Optimization Methods. Lecture 23: Semidenite Optimization 5.93 Optimization Methods Lecture 23: Semidenite Optimization Outline. Preliminaries Slide 2. SDO 3. Duality 4. SDO Modeling Power 5. Barrier lgorithm for SDO 2 Preliminaries symmetric matrix is positive

More information

Real Symmetric Matrices and Semidefinite Programming

Real Symmetric Matrices and Semidefinite Programming Real Symmetric Matrices and Semidefinite Programming Tatsiana Maskalevich Abstract Symmetric real matrices attain an important property stating that all their eigenvalues are real. This gives rise to many

More information

Lecture 6: Conic Optimization September 8

Lecture 6: Conic Optimization September 8 IE 598: Big Data Optimization Fall 2016 Lecture 6: Conic Optimization September 8 Lecturer: Niao He Scriber: Juan Xu Overview In this lecture, we finish up our previous discussion on optimality conditions

More information

Entanglement in Quantum Field Theory

Entanglement in Quantum Field Theory Entanglement in Quantum Field Theory John Cardy University of Oxford DAMTP, December 2013 Outline Quantum entanglement in general and its quantification Path integral approach Entanglement entropy in 1+1-dimensional

More information

Equivariant semidefinite lifts and sum of squares hierarchies

Equivariant semidefinite lifts and sum of squares hierarchies Equivariant semidefinite lifts and sum of squares hierarchies Pablo A. Parrilo Laboratory for Information and Decision Systems Electrical Engineering and Computer Science Massachusetts Institute of Technology

More information

Agenda. Interior Point Methods. 1 Barrier functions. 2 Analytic center. 3 Central path. 4 Barrier method. 5 Primal-dual path following algorithms

Agenda. Interior Point Methods. 1 Barrier functions. 2 Analytic center. 3 Central path. 4 Barrier method. 5 Primal-dual path following algorithms Agenda Interior Point Methods 1 Barrier functions 2 Analytic center 3 Central path 4 Barrier method 5 Primal-dual path following algorithms 6 Nesterov Todd scaling 7 Complexity analysis Interior point

More information

3. Convex functions. basic properties and examples. operations that preserve convexity. the conjugate function. quasiconvex functions

3. Convex functions. basic properties and examples. operations that preserve convexity. the conjugate function. quasiconvex functions 3. Convex functions Convex Optimization Boyd & Vandenberghe basic properties and examples operations that preserve convexity the conjugate function quasiconvex functions log-concave and log-convex functions

More information

Acyclic Semidefinite Approximations of Quadratically Constrained Quadratic Programs

Acyclic Semidefinite Approximations of Quadratically Constrained Quadratic Programs Acyclic Semidefinite Approximations of Quadratically Constrained Quadratic Programs Raphael Louca & Eilyan Bitar School of Electrical and Computer Engineering American Control Conference (ACC) Chicago,

More information

Attempting to reverse the irreversible in quantum physics

Attempting to reverse the irreversible in quantum physics Attempting to reverse the irreversible in quantum physics Mark M. Wilde Hearne Institute for Theoretical Physics, Department of Physics and Astronomy, Center for Computation and Technology, Louisiana State

More information

On self-concordant barriers for generalized power cones

On self-concordant barriers for generalized power cones On self-concordant barriers for generalized power cones Scott Roy Lin Xiao January 30, 2018 Abstract In the study of interior-point methods for nonsymmetric conic optimization and their applications, Nesterov

More information

Convex sets, conic matrix factorizations and conic rank lower bounds

Convex sets, conic matrix factorizations and conic rank lower bounds Convex sets, conic matrix factorizations and conic rank lower bounds Pablo A. Parrilo Laboratory for Information and Decision Systems Electrical Engineering and Computer Science Massachusetts Institute

More information

13. Convex programming

13. Convex programming CS/ISyE/ECE 524 Introduction to Optimization Spring 2015 16 13. Convex programming Convex sets and functions Convex programs Hierarchy of complexity Example: geometric programming Laurent Lessard (www.laurentlessard.com)

More information

MP 472 Quantum Information and Computation

MP 472 Quantum Information and Computation MP 472 Quantum Information and Computation http://www.thphys.may.ie/staff/jvala/mp472.htm Outline Open quantum systems The density operator ensemble of quantum states general properties the reduced density

More information

Fast Algorithms for SDPs derived from the Kalman-Yakubovich-Popov Lemma

Fast Algorithms for SDPs derived from the Kalman-Yakubovich-Popov Lemma Fast Algorithms for SDPs derived from the Kalman-Yakubovich-Popov Lemma Venkataramanan (Ragu) Balakrishnan School of ECE, Purdue University 8 September 2003 European Union RTN Summer School on Multi-Agent

More information

Capacity Estimates of TRO Channels

Capacity Estimates of TRO Channels Capacity Estimates of TRO Channels arxiv: 1509.07294 and arxiv: 1609.08594 Li Gao University of Illinois at Urbana-Champaign QIP 2017, Microsoft Research, Seattle Joint work with Marius Junge and Nicholas

More information

Module 04 Optimization Problems KKT Conditions & Solvers

Module 04 Optimization Problems KKT Conditions & Solvers Module 04 Optimization Problems KKT Conditions & Solvers Ahmad F. Taha EE 5243: Introduction to Cyber-Physical Systems Email: ahmad.taha@utsa.edu Webpage: http://engineering.utsa.edu/ taha/index.html September

More information

Means, Covariance, Fisher Information:

Means, Covariance, Fisher Information: Vienna Erwin Schrödinger Institute Means, Covariance, Fisher Information: the quantum theory and uncertainty relations Paolo Gibilisco Department of Economics and Finance University of Rome Tor Vergata

More information

III. Applications in convex optimization

III. Applications in convex optimization III. Applications in convex optimization nonsymmetric interior-point methods partial separability and decomposition partial separability first order methods interior-point methods Conic linear optimization

More information

HW3 - Due 02/06. Each answer must be mathematically justified. Don t forget your name. 1 2, A = 2 2

HW3 - Due 02/06. Each answer must be mathematically justified. Don t forget your name. 1 2, A = 2 2 HW3 - Due 02/06 Each answer must be mathematically justified Don t forget your name Problem 1 Find a 2 2 matrix B such that B 3 = A, where A = 2 2 If A was diagonal, it would be easy: we would just take

More information

Nullity of Measurement-induced Nonlocality. Yu Guo

Nullity of Measurement-induced Nonlocality. Yu Guo Jul. 18-22, 2011, at Taiyuan. Nullity of Measurement-induced Nonlocality Yu Guo (Joint work with Pro. Jinchuan Hou) 1 1 27 Department of Mathematics Shanxi Datong University Datong, China guoyu3@yahoo.com.cn

More information

minimize x x2 2 x 1x 2 x 1 subject to x 1 +2x 2 u 1 x 1 4x 2 u 2, 5x 1 +76x 2 1,

minimize x x2 2 x 1x 2 x 1 subject to x 1 +2x 2 u 1 x 1 4x 2 u 2, 5x 1 +76x 2 1, 4 Duality 4.1 Numerical perturbation analysis example. Consider the quadratic program with variables x 1, x 2, and parameters u 1, u 2. minimize x 2 1 +2x2 2 x 1x 2 x 1 subject to x 1 +2x 2 u 1 x 1 4x

More information

Structure of Unital Maps and the Asymptotic Quantum Birkhoff Conjecture. Peter Shor MIT Cambridge, MA Joint work with Anand Oza and Dimiter Ostrev

Structure of Unital Maps and the Asymptotic Quantum Birkhoff Conjecture. Peter Shor MIT Cambridge, MA Joint work with Anand Oza and Dimiter Ostrev Structure of Unital Maps and the Asymptotic Quantum Birkhoff Conjecture Peter Shor MIT Cambridge, MA Joint work with Anand Oza and Dimiter Ostrev The Superposition Principle (Physicists): If a quantum

More information

Quantum Entanglement and Measurement

Quantum Entanglement and Measurement Quantum Entanglement and Measurement Haye Hinrichsen in collaboration with Theresa Christ University of Würzburg, Germany 2nd Workhop on Quantum Information and Thermodynamics Korea Institute for Advanced

More information

LMI MODELLING 4. CONVEX LMI MODELLING. Didier HENRION. LAAS-CNRS Toulouse, FR Czech Tech Univ Prague, CZ. Universidad de Valladolid, SP March 2009

LMI MODELLING 4. CONVEX LMI MODELLING. Didier HENRION. LAAS-CNRS Toulouse, FR Czech Tech Univ Prague, CZ. Universidad de Valladolid, SP March 2009 LMI MODELLING 4. CONVEX LMI MODELLING Didier HENRION LAAS-CNRS Toulouse, FR Czech Tech Univ Prague, CZ Universidad de Valladolid, SP March 2009 Minors A minor of a matrix F is the determinant of a submatrix

More information

A Hierarchy of Information Quantities for Finite Block Length Analysis of Quantum Tasks

A Hierarchy of Information Quantities for Finite Block Length Analysis of Quantum Tasks A Hierarchy of Information Quantities for Finite Block Length Analysis of Quantum Tasks Marco Tomamichel, Masahito Hayashi arxiv: 1208.1478 Also discussing results of: Second Order Asymptotics for Quantum

More information

APPENDIX A. Background Mathematics. A.1 Linear Algebra. Vector algebra. Let x denote the n-dimensional column vector with components x 1 x 2.

APPENDIX A. Background Mathematics. A.1 Linear Algebra. Vector algebra. Let x denote the n-dimensional column vector with components x 1 x 2. APPENDIX A Background Mathematics A. Linear Algebra A.. Vector algebra Let x denote the n-dimensional column vector with components 0 x x 2 B C @. A x n Definition 6 (scalar product). The scalar product

More information

Relaxations and Randomized Methods for Nonconvex QCQPs

Relaxations and Randomized Methods for Nonconvex QCQPs Relaxations and Randomized Methods for Nonconvex QCQPs Alexandre d Aspremont, Stephen Boyd EE392o, Stanford University Autumn, 2003 Introduction While some special classes of nonconvex problems can be

More information

AQI: Advanced Quantum Information Lecture 6 (Module 2): Distinguishing Quantum States January 28, 2013

AQI: Advanced Quantum Information Lecture 6 (Module 2): Distinguishing Quantum States January 28, 2013 AQI: Advanced Quantum Information Lecture 6 (Module 2): Distinguishing Quantum States January 28, 2013 Lecturer: Dr. Mark Tame Introduction With the emergence of new types of information, in this case

More information

A Quick Tour of Linear Algebra and Optimization for Machine Learning

A Quick Tour of Linear Algebra and Optimization for Machine Learning A Quick Tour of Linear Algebra and Optimization for Machine Learning Masoud Farivar January 8, 2015 1 / 28 Outline of Part I: Review of Basic Linear Algebra Matrices and Vectors Matrix Multiplication Operators

More information

Asymptotic Pure State Transformations

Asymptotic Pure State Transformations Asymptotic Pure State Transformations PHYS 500 - Southern Illinois University April 18, 2017 PHYS 500 - Southern Illinois University Asymptotic Pure State Transformations April 18, 2017 1 / 15 Entanglement

More information

Entanglement Measures and Monotones

Entanglement Measures and Monotones Entanglement Measures and Monotones PHYS 500 - Southern Illinois University March 30, 2017 PHYS 500 - Southern Illinois University Entanglement Measures and Monotones March 30, 2017 1 / 11 Quantifying

More information

INSTITUT FOURIER. Quantum correlations and Geometry. Dominique Spehner

INSTITUT FOURIER. Quantum correlations and Geometry. Dominique Spehner i f INSTITUT FOURIER Quantum correlations and Geometry Dominique Spehner Institut Fourier et Laboratoire de Physique et Modélisation des Milieux Condensés, Grenoble Outlines Entangled and non-classical

More information

Strong converse theorems using Rényi entropies

Strong converse theorems using Rényi entropies Strong converse theorems using Rényi entropies Felix Leditzky joint work with Mark M. Wilde and Nilanjana Datta arxiv:1506.02635 5 January 2016 Table of Contents 1 Weak vs. strong converse 2 Rényi entropies

More information

1 Positive and completely positive linear maps

1 Positive and completely positive linear maps Part 5 Functions Matrices We study functions on matrices related to the Löwner (positive semidefinite) ordering on positive semidefinite matrices that A B means A B is positive semi-definite. Note that

More information

Entanglement: concept, measures and open problems

Entanglement: concept, measures and open problems Entanglement: concept, measures and open problems Division of Mathematical Physics Lund University June 2013 Project in Quantum information. Supervisor: Peter Samuelsson Outline 1 Motivation for study

More information

Tutorial on Convex Optimization: Part II

Tutorial on Convex Optimization: Part II Tutorial on Convex Optimization: Part II Dr. Khaled Ardah Communications Research Laboratory TU Ilmenau Dec. 18, 2018 Outline Convex Optimization Review Lagrangian Duality Applications Optimal Power Allocation

More information

6-1 The Positivstellensatz P. Parrilo and S. Lall, ECC

6-1 The Positivstellensatz P. Parrilo and S. Lall, ECC 6-1 The Positivstellensatz P. Parrilo and S. Lall, ECC 2003 2003.09.02.10 6. The Positivstellensatz Basic semialgebraic sets Semialgebraic sets Tarski-Seidenberg and quantifier elimination Feasibility

More information

Mutual Information in Conformal Field Theories in Higher Dimensions

Mutual Information in Conformal Field Theories in Higher Dimensions Mutual Information in Conformal Field Theories in Higher Dimensions John Cardy University of Oxford Conference on Mathematical Statistical Physics Kyoto 2013 arxiv:1304.7985; J. Phys. : Math. Theor. 46

More information

Tutorial on Convex Optimization for Engineers Part II

Tutorial on Convex Optimization for Engineers Part II Tutorial on Convex Optimization for Engineers Part II M.Sc. Jens Steinwandt Communications Research Laboratory Ilmenau University of Technology PO Box 100565 D-98684 Ilmenau, Germany jens.steinwandt@tu-ilmenau.de

More information

Course Outline. FRTN10 Multivariable Control, Lecture 13. General idea for Lectures Lecture 13 Outline. Example 1 (Doyle Stein, 1979)

Course Outline. FRTN10 Multivariable Control, Lecture 13. General idea for Lectures Lecture 13 Outline. Example 1 (Doyle Stein, 1979) Course Outline FRTN Multivariable Control, Lecture Automatic Control LTH, 6 L-L Specifications, models and loop-shaping by hand L6-L8 Limitations on achievable performance L9-L Controller optimization:

More information

On Composite Quantum Hypothesis Testing

On Composite Quantum Hypothesis Testing University of York 7 November 207 On Composite Quantum Hypothesis Testing Mario Berta Department of Computing with Fernando Brandão and Christoph Hirche arxiv:709.07268 Overview Introduction 2 Composite

More information

From Convex Optimization to Linear Matrix Inequalities

From Convex Optimization to Linear Matrix Inequalities Dep. of Information Engineering University of Pisa (Italy) From Convex Optimization to Linear Matrix Inequalities eng. Sergio Grammatico grammatico.sergio@gmail.com Class of Identification of Uncertain

More information

Lecture 3. Optimization Problems and Iterative Algorithms

Lecture 3. Optimization Problems and Iterative Algorithms Lecture 3 Optimization Problems and Iterative Algorithms January 13, 2016 This material was jointly developed with Angelia Nedić at UIUC for IE 598ns Outline Special Functions: Linear, Quadratic, Convex

More information

Ensembles and incomplete information

Ensembles and incomplete information p. 1/32 Ensembles and incomplete information So far in this course, we have described quantum systems by states that are normalized vectors in a complex Hilbert space. This works so long as (a) the system

More information

The maximal stable set problem : Copositive programming and Semidefinite Relaxations

The maximal stable set problem : Copositive programming and Semidefinite Relaxations The maximal stable set problem : Copositive programming and Semidefinite Relaxations Kartik Krishnan Department of Mathematical Sciences Rensselaer Polytechnic Institute Troy, NY 12180 USA kartis@rpi.edu

More information

Quantum entropy and source coding

Quantum entropy and source coding 5 Quantum entropy and source coding The von Neumann entropy of a quantum state is an information-theoretic measure of the amount of randomness or uncertainty that is inherent to that state, and the quantum

More information

HYPERBOLIC POLYNOMIALS, INTERLACERS AND SUMS OF SQUARES

HYPERBOLIC POLYNOMIALS, INTERLACERS AND SUMS OF SQUARES HYPERBOLIC POLYNOMIALS, INTERLACERS AND SUMS OF SQUARES DANIEL PLAUMANN Universität Konstanz joint work with Mario Kummer (U. Konstanz) Cynthia Vinzant (U. of Michigan) Out[121]= POLYNOMIAL OPTIMISATION

More information

Robust and Optimal Control, Spring 2015

Robust and Optimal Control, Spring 2015 Robust and Optimal Control, Spring 2015 Instructor: Prof. Masayuki Fujita (S5-303B) D. Linear Matrix Inequality D.1 Convex Optimization D.2 Linear Matrix Inequality(LMI) D.3 Control Design and LMI Formulation

More information

Chapter 13. Convex and Concave. Josef Leydold Mathematical Methods WS 2018/19 13 Convex and Concave 1 / 44

Chapter 13. Convex and Concave. Josef Leydold Mathematical Methods WS 2018/19 13 Convex and Concave 1 / 44 Chapter 13 Convex and Concave Josef Leydold Mathematical Methods WS 2018/19 13 Convex and Concave 1 / 44 Monotone Function Function f is called monotonically increasing, if x 1 x 2 f (x 1 ) f (x 2 ) It

More information

Introduction to Semidefinite Programming I: Basic properties a

Introduction to Semidefinite Programming I: Basic properties a Introduction to Semidefinite Programming I: Basic properties and variations on the Goemans-Williamson approximation algorithm for max-cut MFO seminar on Semidefinite Programming May 30, 2010 Semidefinite

More information

Application of Structural Physical Approximation to Partial Transpose in Teleportation. Satyabrata Adhikari Delhi Technological University (DTU)

Application of Structural Physical Approximation to Partial Transpose in Teleportation. Satyabrata Adhikari Delhi Technological University (DTU) Application of Structural Physical Approximation to Partial Transpose in Teleportation Satyabrata Adhikari Delhi Technological University (DTU) Singlet fraction and its usefulness in Teleportation Singlet

More information

Convex Optimization. (EE227A: UC Berkeley) Lecture 6. Suvrit Sra. (Conic optimization) 07 Feb, 2013

Convex Optimization. (EE227A: UC Berkeley) Lecture 6. Suvrit Sra. (Conic optimization) 07 Feb, 2013 Convex Optimization (EE227A: UC Berkeley) Lecture 6 (Conic optimization) 07 Feb, 2013 Suvrit Sra Organizational Info Quiz coming up on 19th Feb. Project teams by 19th Feb Good if you can mix your research

More information

COURSE ON LMI PART I.2 GEOMETRY OF LMI SETS. Didier HENRION henrion

COURSE ON LMI PART I.2 GEOMETRY OF LMI SETS. Didier HENRION   henrion COURSE ON LMI PART I.2 GEOMETRY OF LMI SETS Didier HENRION www.laas.fr/ henrion October 2006 Geometry of LMI sets Given symmetric matrices F i we want to characterize the shape in R n of the LMI set F

More information

Rational Sums of Squares and Applications

Rational Sums of Squares and Applications f ΣR[X] 2 " f ΣQ[X] 2 Rational Sums of Squares and Applications Christopher Hillar (MSRI & Berkeley) A 2008 study found that adding a picture of a brain scan to a scientific argument about human nature

More information

The proximal mapping

The proximal mapping The proximal mapping http://bicmr.pku.edu.cn/~wenzw/opt-2016-fall.html Acknowledgement: this slides is based on Prof. Lieven Vandenberghes lecture notes Outline 2/37 1 closed function 2 Conjugate function

More information

Compression and entanglement, entanglement transformations

Compression and entanglement, entanglement transformations PHYSICS 491: Symmetry and Quantum Information April 27, 2017 Compression and entanglement, entanglement transformations Lecture 8 Michael Walter, Stanford University These lecture notes are not proof-read

More information

Numerical Linear Algebra Primer. Ryan Tibshirani Convex Optimization /36-725

Numerical Linear Algebra Primer. Ryan Tibshirani Convex Optimization /36-725 Numerical Linear Algebra Primer Ryan Tibshirani Convex Optimization 10-725/36-725 Last time: proximal gradient descent Consider the problem min g(x) + h(x) with g, h convex, g differentiable, and h simple

More information

Lecture 4: Convex Functions, Part I February 1

Lecture 4: Convex Functions, Part I February 1 IE 521: Convex Optimization Instructor: Niao He Lecture 4: Convex Functions, Part I February 1 Spring 2017, UIUC Scribe: Shuanglong Wang Courtesy warning: These notes do not necessarily cover everything

More information

SEMIDEFINITE PROGRAM BASICS. Contents

SEMIDEFINITE PROGRAM BASICS. Contents SEMIDEFINITE PROGRAM BASICS BRIAN AXELROD Abstract. A introduction to the basics of Semidefinite programs. Contents 1. Definitions and Preliminaries 1 1.1. Linear Algebra 1 1.2. Convex Analysis (on R n

More information

Contraction Coefficients for Noisy Quantum Channels

Contraction Coefficients for Noisy Quantum Channels Contraction Coefficients for Noisy Quantum Channels Mary Beth Ruskai ruskai@member.ams.org joint work with F. Hiai Daejeon February, 2016 1 M. B. Ruskai Contraction of Quantum Channels Recall Relative

More information

The Q Method for Symmetric Cone Programmin

The Q Method for Symmetric Cone Programmin The Q Method for Symmetric Cone Programming The Q Method for Symmetric Cone Programmin Farid Alizadeh and Yu Xia alizadeh@rutcor.rutgers.edu, xiay@optlab.mcma Large Scale Nonlinear and Semidefinite Progra

More information

EE364 Review Session 4

EE364 Review Session 4 EE364 Review Session 4 EE364 Review Outline: convex optimization examples solving quasiconvex problems by bisection exercise 4.47 1 Convex optimization problems we have seen linear programming (LP) quadratic

More information

Entanglement Measures and Monotones Pt. 2

Entanglement Measures and Monotones Pt. 2 Entanglement Measures and Monotones Pt. 2 PHYS 500 - Southern Illinois University April 8, 2017 PHYS 500 - Southern Illinois University Entanglement Measures and Monotones Pt. 2 April 8, 2017 1 / 13 Entanglement

More information

Numerical Linear Algebra Primer. Ryan Tibshirani Convex Optimization

Numerical Linear Algebra Primer. Ryan Tibshirani Convex Optimization Numerical Linear Algebra Primer Ryan Tibshirani Convex Optimization 10-725 Consider Last time: proximal Newton method min x g(x) + h(x) where g, h convex, g twice differentiable, and h simple. Proximal

More information

Majorization-preserving quantum channels

Majorization-preserving quantum channels Majorization-preserving quantum channels arxiv:1209.5233v2 [quant-ph] 15 Dec 2012 Lin Zhang Institute of Mathematics, Hangzhou Dianzi University, Hangzhou 310018, PR China Abstract In this report, we give

More information

Minimum Ellipsoid Bounds for Solutions of Polynomial Systems via Sum of Squares

Minimum Ellipsoid Bounds for Solutions of Polynomial Systems via Sum of Squares Journal of Global Optimization (2005) 33: 511 525 Springer 2005 DOI 10.1007/s10898-005-2099-2 Minimum Ellipsoid Bounds for Solutions of Polynomial Systems via Sum of Squares JIAWANG NIE 1 and JAMES W.

More information

EE 227A: Convex Optimization and Applications October 14, 2008

EE 227A: Convex Optimization and Applications October 14, 2008 EE 227A: Convex Optimization and Applications October 14, 2008 Lecture 13: SDP Duality Lecturer: Laurent El Ghaoui Reading assignment: Chapter 5 of BV. 13.1 Direct approach 13.1.1 Primal problem Consider

More information

Fast ADMM for Sum of Squares Programs Using Partial Orthogonality

Fast ADMM for Sum of Squares Programs Using Partial Orthogonality Fast ADMM for Sum of Squares Programs Using Partial Orthogonality Antonis Papachristodoulou Department of Engineering Science University of Oxford www.eng.ox.ac.uk/control/sysos antonis@eng.ox.ac.uk with

More information

Relative entropy optimization and its applications

Relative entropy optimization and its applications Math. Program., Ser. A (2017) 161:1 32 DOI 10.1007/s10107-016-0998-2 FULL LENGTH PAPER Relative entropy optimization and its applications Venkat Chandrasekaran 1 Parikshit Shah 2 Received: 14 January 2015

More information

Estimation of Optimal Singlet Fraction (OSF) and Entanglement Negativity (EN)

Estimation of Optimal Singlet Fraction (OSF) and Entanglement Negativity (EN) Estimation of Optimal Singlet Fraction (OSF) and Entanglement Negativity (EN) Satyabrata Adhikari Delhi Technological University satyabrata@dtu.ac.in December 4, 2018 Satyabrata Adhikari (DTU) Estimation

More information

Monotone Function. Function f is called monotonically increasing, if. x 1 x 2 f (x 1 ) f (x 2 ) x 1 < x 2 f (x 1 ) < f (x 2 ) x 1 x 2

Monotone Function. Function f is called monotonically increasing, if. x 1 x 2 f (x 1 ) f (x 2 ) x 1 < x 2 f (x 1 ) < f (x 2 ) x 1 x 2 Monotone Function Function f is called monotonically increasing, if Chapter 3 x x 2 f (x ) f (x 2 ) It is called strictly monotonically increasing, if f (x 2) f (x ) Convex and Concave x < x 2 f (x )

More information

INTERIOR-POINT METHODS ROBERT J. VANDERBEI JOINT WORK WITH H. YURTTAN BENSON REAL-WORLD EXAMPLES BY J.O. COLEMAN, NAVAL RESEARCH LAB

INTERIOR-POINT METHODS ROBERT J. VANDERBEI JOINT WORK WITH H. YURTTAN BENSON REAL-WORLD EXAMPLES BY J.O. COLEMAN, NAVAL RESEARCH LAB 1 INTERIOR-POINT METHODS FOR SECOND-ORDER-CONE AND SEMIDEFINITE PROGRAMMING ROBERT J. VANDERBEI JOINT WORK WITH H. YURTTAN BENSON REAL-WORLD EXAMPLES BY J.O. COLEMAN, NAVAL RESEARCH LAB Outline 2 Introduction

More information

OR MSc Maths Revision Course

OR MSc Maths Revision Course OR MSc Maths Revision Course Tom Byrne School of Mathematics University of Edinburgh t.m.byrne@sms.ed.ac.uk 15 September 2017 General Information Today JCMB Lecture Theatre A, 09:30-12:30 Mathematics revision

More information

MATRIX INEQUALITIES IN STATISTICAL MECHANICS

MATRIX INEQUALITIES IN STATISTICAL MECHANICS Pré-Publicações do Departamento de Matemática Universidade de Coimbra Preprint Number 03 22 MATRIX INEQUALITIES IN STATISTICAL MECHANICS N. BEBIANO, J. DA PROVIDÊNCIA JR. AND R. LEMOS Abstract: Some matrix

More information

Lecture: Examples of LP, SOCP and SDP

Lecture: Examples of LP, SOCP and SDP 1/34 Lecture: Examples of LP, SOCP and SDP Zaiwen Wen Beijing International Center For Mathematical Research Peking University http://bicmr.pku.edu.cn/~wenzw/bigdata2018.html wenzw@pku.edu.cn Acknowledgement:

More information

Multi-stage convex relaxation approach for low-rank structured PSD matrix recovery

Multi-stage convex relaxation approach for low-rank structured PSD matrix recovery Multi-stage convex relaxation approach for low-rank structured PSD matrix recovery Department of Mathematics & Risk Management Institute National University of Singapore (Based on a joint work with Shujun

More information

Continuous Optimisation, Chpt 9: Semidefinite Problems

Continuous Optimisation, Chpt 9: Semidefinite Problems Continuous Optimisation, Chpt 9: Semidefinite Problems Peter J.C. Dickinson DMMP, University of Twente p.j.c.dickinson@utwente.nl http://dickinson.website/teaching/2016co.html version: 21/11/16 Monday

More information

Correlation Detection and an Operational Interpretation of the Rényi Mutual Information

Correlation Detection and an Operational Interpretation of the Rényi Mutual Information Correlation Detection and an Operational Interpretation of the Rényi Mutual Information Masahito Hayashi 1, Marco Tomamichel 2 1 Graduate School of Mathematics, Nagoya University, and Centre for Quantum

More information