Problem set 4#
Short guidelines#
Description#
Today you will be working on a specific challenge related to quantum physics or quantum computing. In groups, your task is to develop a solution using the concepts and tools you’ve learned throughout the course. You can use any modules or libraries you find useful, such as NumPy, SciPy or QuTiP.
We will be using AI copilots to assist you in coding and problem-solving. The focus will be on collaboration, creativity, and critical thinking.
The final part of the session will involve a short presentation (15’), where each group will share their approach, solution, and reflections on the use of AI tools in their process.
Objectives#
Understand the problem statement and requirements.
Collaborate with your team to brainstorm ideas and approaches.
Develop a solution using Python or Mathematica. You can use AI tools to assist you in coding and problem-solving.
Prepare a presentation to share your findings and reflect on the use of AI in your process.
Resources you can use#
Access to AI copilots/tools for coding assistance. Some examples include GenAI, ChatGPT, or other similar tools.
Documentation and resources from previous weeks.
Short presentation outline (15’)#
Background:
What was the question?
How did you approach it?
Solution development and implementation
Implementation (mathematical and coding)
Critical reflection on the use of AI copilots. Eg:
Which AI tool/s did you use?
Was it helpful, misleading, or counterproductive?
What resources did you need other than AI?
How confident are you in your solution?
Which parts are less clear or hard to verify?
Coding skills evaluation
To what extent do you understand the code generated with AI assistance?
Were there functions or code constructs used that you didn’t know before? Do you understand them now?
Problem 4. Coherent states#
A coherent state of a one-dimensional simple harmonic oscillator is defined to be an eigenstate of the non-Hermitian (i.e. \(a \neq a^{\dagger}\)) annihilation operator \(a\).
where \(\alpha\), because of the non-Hermiticity of \(a\), is a complex number. Coherent states are specific linear combinations of harmonic oscillator eigenfunction that produce Gaussian wave packets that do not spread in time. Moreover, if the uncertainties in position and time are equal, then the resulting wave packet would be as close a representation of a classical particle as could be obtained whithin the bounds of the uncertainty principle.
Show that a coherent state can also be obtained by appliying the translation (finite displacement) operator :
Show that such a state satisifies the minimum uncertainty relation, i.e.
where, \(\hbar =1\), and,
Jaynes-Cummings model.
Consider the two-level system interacting with a cavity. The Hamiltonian is given by:
The initial state of the system is given by
where the spin is in the ground state and the cavity in the coherent state.
Calculate \(\langle \sigma_{z}(t)\rangle\), and show that oscillations reappear some time after.
Hint: Use the case in which \(\omega = \omega_{c}\)
Phase-space distribution
The Wigner function is a way to visualize and analyze quantum states in a manner similar to classical probability distributions and calculate observables as,
Plot \(W( \alpha )\) dynamics at different times.
(Bonus)#
Try to repeat exercise 3 by using the Quantum Rabi model hamiltonian:
Explore the behavior by changing the parameters \(\omega\), \(\omega_{c}\), and \(g\).
For the curious readers: