Question(s) about Dirac notation

Click For Summary

Discussion Overview

The discussion revolves around the interpretation and conversion of Dirac notation, specifically the expression |\Psi'\rangle = |u\rangle |U\rangle. Participants explore the implications of this notation in terms of tensor products and matrix representations, addressing both theoretical and practical aspects of Dirac notation.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested

Main Points Raised

  • Some participants suggest that |\Psi'\rangle = |u\rangle |U\rangle is most likely interpreted as the tensor product of the two states, but the matrix representation depends on the original Hilbert spaces and the chosen tensor product basis.
  • One participant proposes a specific matrix representation based on the assumption that |u\rangle and |U\rangle represent spin states of two particles, leading to a particular column vector form.
  • Another participant argues against the utility of matrix notation, claiming it can often be more confusing than helpful.
  • There is a discussion about the outer product of vectors in linear algebra, with one participant noting that it is equivalent to the tensor product, while also distinguishing it from Dirac notation.
  • Some participants clarify that the outer product results in a matrix representation of a tensor, not a tensor data type itself.
  • Questions arise regarding the interpretation of |U\rangle, with one participant wondering if it represents a vector or an entire vector space, and how context sensitivity in Dirac notation complicates understanding.
  • A later reply confirms that all kets, including |U\rangle, are vectors in some vector space, and discusses the equivalence of different notations for the tensor product.

Areas of Agreement / Disagreement

Participants express multiple competing views regarding the interpretation of Dirac notation and its conversion to matrix notation. There is no consensus on the best approach to represent the states or the utility of matrix notation.

Contextual Notes

Participants note that the interpretation of Dirac notation can be context-sensitive, and there are unresolved questions about the definitions and representations of kets and their corresponding vector spaces.

mike1000
Messages
271
Reaction score
20
I promise that anytime I have question about Dirac notation I will ask it in this thread.

I do not know how to parse the following Dirac notation.

|\Psi'\rangle = |u\rangle |U\rangle

Can someone please convert the Dirac notation to matrix notation?
 
Physics news on Phys.org
It is most likely to be interpreted as the tensor product of the two states. How you would write it as a matrix depends on what the original Hilbert spaces are and on the tensor product basis you pick.
 
  • Like
Likes   Reactions: vanhees71
There's a lot of freedom in how you write it. If we take u to mean spin up of particle 1 and U to mean spin up of particle 2, then you could perhaps write it like
##\Psi' = \begin{pmatrix}
1 \\
0
\end{pmatrix}_1
\times
\begin{pmatrix}
1 \\
0\end{pmatrix}_2 =

\begin{pmatrix}
1 \\
0 \\
0 \\
0\end{pmatrix}
\begin{matrix}
uU \\
dU \\
uD \\
dD\end{matrix}##

The uU dU uD dD are just labels for the basis states in the column vector and aren't really part of the notation.
 
Forget about matrix notation. It's almost always more confusing than helpful, except in cases where it's a clever calculational tool.
 
Orodruin said:
It is most likely to be interpreted as the tensor product of the two states. How you would write it as a matrix depends on what the original Hilbert spaces are and on the tensor product basis you pick.
vanhees71 said:
Forget about matrix notation. It's almost always more confusing than helpful, except in cases where it's a clever calculational tool.

I will forget about it but first I have to get comfortable with Dirac notation, which, to me, is confusing.

I looked up a tensor product of two vectors and found in linear algeba that is the outer product of two vectors.( I use to call that the cartesian product)

Here is what I found. "In linear algebra, the outer product is the tensor product of two vectors" For example the outer product of two vectors is \begin{equation}u\otimes v = uv^T=\begin{pmatrix} \\ u_1\\ u_2 \\ u_3 \\ . \\ . \\ . \end{pmatrix}\begin{pmatrix}v_1 & v_2\end{pmatrix}=\begin{pmatrix}u_1v_1 & u_1v_2 & u_1v_3 & \dots \\ u_2v_1 & u_2v_2 & u_2v_3 & \dots \\ u_3v_1 & u_3v_2 & u_3v_3 & \dots\\ \dots & \dots & \dots &\ddots\end{pmatrix}\end{equation}
The tensor product (outer product) of two vectors enumerates all the possible combinations of the elements of each vector.

However, in Dirac notation the outer product is given by
$$A = |u\rangle\langle U|$$
which is not the same as this
$$|A\rangle = |u\rangle |U\rangle$$
 
Last edited:
mike1000 said:
In linear algebra, the outer product is the tensor product of two vectors" For example the outer product of two vectors is
You can't just throw in a transpose like that. You should enumerate the possible combinations and then represent each combination as a term in a column vector, which is what I did in post 3. Matrices are kind of clumsy for treating tensors since you have to play around with the dimensions to get things right.
 
Khashishi said:
You can't just throw in a transpose like that. You should enumerate the possible combinations and then represent each combination as a term in a column vector, which is what I did in post 3. Matrices are kind of clumsy for treating tensors since you have to play around with the dimensions to get things right.

Thanks. I understand what you just said. But let me ask you this, is the matrix I show in my previous post considered a tensor? In other words, does the outer product of two vectors result in a tensor data type?
 
Last edited:
mike1000 said:
is the matrix I show in my previous post considered a tensor?
No, it is a matrix representation of a tensor.

mike1000 said:
does the outer product of two vectors result in a tensor data type?
A tensor is not a data type, it is a mathematical object.
 
mike1000 said:
I bet I know what the problem is...##|U\rangle## does not represent a vector does it? Is it an entire vector space? If it is how does someone know that just by looking at the notation? Is it because is it capitalized? It seems that Dirac notation is very context sensitive and it is not easy finding a good reference on Dirac notation.
##|U\rangle## is a ket, and all kets are vectors in some vector space, so of course it is a vector. And of course ##|u\rangle|U\rangle## is also a ket, albeit one from a different vector space than either ##|U\rangle## or ##|u\rangle##, namely the product space of the two spaces (which may be the same) to which ##|U\rangle## and ##|u\rangle## belong. The following notations are all roughly equivalent, except in their capacity to annoy people who are annoyed by sloppy notation:
##|uU\rangle##
##|u\rangle|U\rangle##
##|u\rangle\otimes|U\rangle##

Do remember that the symbols inside the ket are just labels, chosen for convenience in whatever problem you're working with. If I write something like ##A|a\rangle=a|a\rangle##, the only significance of the ##a## inside the ##|a\rangle## is that I've decided that for whatever I happen to be working on at the moment the letter "a" will be a really convenient label to use for "that ket which is an eigenket of operator ##A## with eigenvalue ##a##".
 
  • Like
Likes   Reactions: mike1000

Similar threads

  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K