摘要: Notation1 We use the convention that \(\Omega(x)\) means a function that is asymptotically \(\geq c_{1} x\) for a constant \(c_{1}>0, O(x)\) means \(\ 阅读全文
posted @ 2022-04-22 22:04 narip 阅读(21) 评论(0) 推荐(0)
摘要: Theorem Any n qubtis state can be represented by combination of product of pauli matrix of 2 qubtis, that is \(\{I,X,Y,Z\}^{\otimes n}\). Further, any 阅读全文
posted @ 2022-04-22 22:03 narip 阅读(41) 评论(0) 推荐(0)
摘要: In Nielsen and Chuang's QCQI, there are three kinds of measurement: general measurement, projective measurement, positive operator valued measurement( 阅读全文
posted @ 2022-04-22 22:02 narip 阅读(55) 评论(0) 推荐(0)
摘要: Quasi Probability method clear all; clc; theta = pi/4; p = 0.3; % initial state psi = 1/sqrt(2)*[1;exp(1j*theta)]; rho = psi*psi'; sx = [0 1;1 0]; sy 阅读全文
posted @ 2022-04-22 22:02 narip 阅读(60) 评论(0) 推荐(0)