Kraus Matrices and Unitary Matrix

Henriamaa
Messages
14
Reaction score
1
I am having trouble getting the kraus matrices(E_k)) from a unitary matrix. This task is trivial if one uses dirac notation. But supposing I was coding, I can't put in bras and kets in my code so I need a systematic way of getting kraus matrices from a unitary matrix(merely using matrices). So supposing, the environment was in the |0> and my unitary matrix was the controlled not gate. I expect my kraus matrices to be to the projection operators |0><0| and |1><1|. The system and the environment are of course 2 dimensional.

P.S I do know about this definition E_k = <e_k|U|0>. It is not really helpful. |e_k> is a basis for the environment.
 
Physics news on Phys.org
The problem of decomposing a unitary matrix into kraus matrices is known as the Kraus decomposition problem. Unfortunately, there is no known general solution to this problem. However, for some simple unitary matrices, such as the controlled-NOT gate, it is possible to find the Kraus matrices explicitly. For the controlled-NOT gate, the Kraus matrices can be obtained by first writing the unitary matrix in its Pauli decomposition form:U = (I × X) + (X × I)Where I is the identity matrix and X is the Pauli X matrix. The Kraus matrices can then be easily obtained as:E1 = (I × |0><0|) + (X × |1><1|)E2 = (I × |1><1|) + (X × |0><0|)These two Kraus matrices are the projectors onto the |0> and |1> states of the environment, respectively.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!
Back
Top