Entropy as a function of a density operator?

Click For Summary
SUMMARY

The discussion focuses on calculating the entropy S(ρ) of a density operator ρ = |ψ⟩⟨ψ| for a harmonic oscillator, where |ψ⟩ is defined as |ψ⟩ = (1/cosh r)∑ₙ tanhⁿ r |n⟩. The user is guided to express S(ρ) in terms of the eigenvalues of ρ, which requires deriving the matrix representation of ρ. The matrix representation is established by selecting a vector representation for the states |n⟩, leading to ρ = (1/cosh² r) * [[1, tanh r, ...], [tanh r, tanh² r, ...], ...]. The user is encouraged to explore the eigenvalue equation and the trace calculation for S(ρ).

PREREQUISITES
  • Understanding of quantum mechanics, specifically harmonic oscillators and energy eigenstates.
  • Familiarity with density operators and their properties in quantum mechanics.
  • Knowledge of eigenvalue problems and matrix representations in linear algebra.
  • Basic understanding of entropy in quantum systems, particularly the von Neumann entropy.
NEXT STEPS
  • Learn how to derive eigenvalues and eigenstates for density operators in quantum mechanics.
  • Study the properties of the von Neumann entropy and its applications in quantum information theory.
  • Explore matrix diagonalization techniques and their relevance in quantum mechanics.
  • Investigate the implications of non-orthonormal eigenvectors in quantum state representations.
USEFUL FOR

Quantum physicists, students studying quantum mechanics, and researchers working on quantum information theory who need to understand entropy calculations in quantum systems.

jeebs
Messages
314
Reaction score
5
I've got this problem about a harmonic oscillator with energy eigenstates |n>, which is prepared in the state

[tex]|\psi> = \frac{1}{cosh r}\sum_n tanh^nr|n\rangle[/tex] where r is any real number and the sum is from n=0 to infinity.

I'm asked to calculate the entropy [tex]S(\rho) = -Tr(\rho ln\rho)[/tex] if [tex]\rho = |\psi\rangle\langle \psi|[/tex].
I'm given the hint that I should write [tex]S(\rho)[/tex] in terms of the eigenvalues of [tex]\rho[/tex].

So, the first thing I've done is written out my density operator more explicitly:

[tex]\rho = |\psi\rangle\langle \psi| = \frac{1}{cosh^2r}\sum\tanh^2^nr|n\rangle\langle n|[/tex]

but I'm not even sure about this because, when I've written out the bra I wasn't sure what happens with the complex conjugates of cosh and tanh, so I don't even know if I'm justified in simply squaring them.

Anyway, I come to the hint now, "write S in terms of the eigenvalues of the density operator".
However, when I've been asked to calculate eigenvalues before I've always been given a matrix, say X, and done [tex]X|\phi\rangle = \lambda|\phi\rangle[/tex] with [tex]|\phi\rangle = \left(\begin{array}{c}\phi_1&\phi_2\end{array}\right)[/tex]
to find the eigenvalues and eigenstates.
I'm not sure how to get an eigenvalue equation set up in the first place to find my eigenvalues here, since I'm not told what the matrix representation of [tex]\rho[/tex] is.

The one thing I've tried, but I'm not sure about, is saying
[tex]\rho|\phi\rangle = \lambda|\phi\rangle = \frac{1}{cosh^2r}\sum_n\tanh^2^nr|n\rangle\langle n|\phi\rangle[/tex]

and if I say [tex]\langle n|\phi\rangle = \delta\_n_\phi[/tex]

then I get [tex]\frac{1}{cosh^2r}\sum_n\tanh^2^nr|n\rangle = \lambda|n\rangle[/tex]
so I can cancel the |n> off both sides. I'm not too confident in this though...although it does give me infinite numbers of eigenvalues, which is nice...

Assuming all this is somehow correct though, I'm at the trace part and not sure how to work all that into [tex]Tr(\rho ln\rho) = \sum_j\langle\phi_j|\rho ln\rho|\phi_j\rangle[/tex].

Not sure how to tackle this...
 
Last edited:
Physics news on Phys.org
jeebs said:
I've got this problem about a harmonic oscillator with energy eigenstates |n>, which is prepared in the state

[tex]|\psi> = \frac{1}{cosh r}\sum_n tanh^nr|n\rangle[/tex] where r is any real number and the sum is from n=0 to infinity.

I'm asked to calculate the entropy [tex]S(\rho) = -Tr(\rho ln\rho)[/tex] if [tex]\rho = |\psi\rangle\langle \psi|[/tex].
I'm given the hint that I should write [tex]S(\rho)[/tex] in terms of the eigenvalues of [tex]\rho[/tex].

So, the first thing I've done is written out my density operator more explicitly:

[tex]\rho = |\psi\rangle\langle \psi| = \frac{1}{cosh^2r}\sum\tanh^2^nr|n\rangle\langle n|[/tex]

There are two sums involved:

[tex]|\psi\rangle\langle \psi| = \frac{1}{cosh^2r}\sum_{n,n'} \tanh^{n+n'}r|n\rangle\langle n'|.[/tex]
but I'm not even sure about this because, when I've written out the bra I wasn't sure what happens with the complex conjugates of cosh and tanh, so I don't even know if I'm justified in simply squaring them.

Remember that r is real.

Anyway, I come to the hint now, "write S in terms of the eigenvalues of the density operator".
However, when I've been asked to calculate eigenvalues before I've always been given a matrix, say X, and done [tex]X|\phi\rangle = \lambda|\phi\rangle[/tex] with [tex]|\phi\rangle = \left(\begin{array}{c}\phi_1&\phi_2\end{array}\right)[/tex]
to find the eigenvalues and eigenstates.
I'm not sure how to get an eigenvalue equation set up in the first place to find my eigenvalues here, since I'm not told what the matrix representation of [tex]\rho[/tex] is.

You find the matrix representation by choosing a vector representation for the states [tex]|n\rangle[/tex]

[tex]|0\rangle = \begin{pmatrix} 1 \\ 0 \\ \vdots \\ 0 \end{pmatrix}, <br /> |1\rangle = \begin{pmatrix}0\\ 1 \\ 0 \\ \vdots \\ 0 \end{pmatrix}, \ldots[/tex]

Then

[tex]\rho = \frac{1}{\cosh^2r} \begin{pmatrix} 1 & \tanh r & \cdots \\ \tanh r & \tanh^2 r & \cdots \\ \vdots & \vdots & \cdots \end{pmatrix}.[/tex]

The one thing I've tried, but I'm not sure about, is saying

[tex]\rho|\phi\rangle = \lambda|\phi\rangle = \frac{1}{cosh^2r}\sum_n\tanh^2^nr|n\rangle\langle n|\phi\rangle[/tex]

and if I say [tex]\langle n|\phi\rangle = \delta\_n_\phi[/tex]

The eigenvectors are certainly not orthonormal to the [tex]|n\rangle[/tex].

Looking at 2x2 and 3x3 matrices of this form, it looks like there's only one nonzero eigenvalue. If you can somehow show this for the general case, you can formally introduce the matrix that diagonalizes [tex]\rho[/tex] into the trace to use the hint.
 

Similar threads

Replies
10
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
1
Views
2K
Replies
1
Views
2K
Replies
3
Views
2K