States
Quantum states are the key mathematical objects in quantum theory. Quantum states are states of knowledge, representing uncertainty about the real physical state of the system.
Last updated
Quantum states are the key mathematical objects in quantum theory. Quantum states are states of knowledge, representing uncertainty about the real physical state of the system.
Last updated
Quantum mechanics is the backbone for quantum information processing, and many aspects of it cannot be explained by classical reasoning.
For example, there is no strong classical analogue for pure quantum states or entanglement, and this leads to stark differences between what is possible in the classical and quantum worlds.
However, at the same time, it is important to emphasize that all of classical information theory is subsumed by quantum information theory, so that whatever is possible with classical information processing is also possible with quantum information processing. As such, quantum information subsumes classical information while allowing for richer possibilities.
A quantum system is associated with a . The state of the system is described by a density operator, which is a unit-trace, positive semi-definite linear operator acting on .
For distinct quantum systems and with associated and , the composite system is associated with the . This joint state is described by a bipartite quantum state . For brevity, the joint of the composite system is denoted by .
The measurement of a is described by a , which is defined to be a collection of positive semi-definite operators indexed by a finite alphabet satisfying .
If the system is in the state , then the probability of obtaining the outcome is given by the Born rule as .
The evolution of the state of a quantum system is described by a quantum channel, which is a linear, completely positive, and trace-preserving map acting on the state of the system.
A is a mathematical entity that provides a probability distribution for the outcomes of each possible measurement on a . The of a is described by a acting on the underlying of the . Knowledge of the together with the rules for the system's exhausts all that can be predicted about the system's behavior.
QuTIpy contains the definitions of these states, inside the states
sub-module, and can be imported as such
Generating a singlet state is as easy as writing a single word,
We typically use the Greek letters , , , or to denote .
A pure state , for two systems and of the same dimension , is called Maximally Entangled if the Schmidt coefficients of are all equal to , with being the Schmidt rank of .
In other words, is called maximally entangled if has the Schmidt decomposition, for some orthonormal sets and .
In simple terms, the Maximally Entangled can be written as and can be created using the MaxEnt_state
function.
A is defined as a of two qubits. It can be described as one of four entangled two qubit quantum states, known collectively as the four "".
A generalized version of the above is explained below,
Using the operators , , and , we define the following set of four entangled two-qubit state vectors for .
To generates a -dimensional Bell State with , , we can simply call the module Bell_state
that was imported above.
A singlet state is defined as where is a Swap Operator.