Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Documentation] this code demonstrate various quantum channels using clara lib. it perform operations on a quantum state, such as partial transpose, measurement channels application and entropy computation. `performChannelsOperations()`: - step process - create the initial state `|00⟩ + |11⟩` and display it - perform partial transpose on the first subsystem of the state and display eigen values - set up a measurement channels with two kraus operators (pauli Z operatios for `|0⟩` and `|11⟩`) - apply the measurement channels to first subsystem and display the resulting state - partially trace down the second subsystem and display the resulting state. -compute and diplasy the von-neummann entropy of the final state. Signed-off-by: slowy07 <[email protected]>
- Loading branch information