eaglelandsonce commited on
Commit
5397b24
·
verified ·
1 Parent(s): aec331b

Create PHY_615_Quantum_Mechanics_II.py

Browse files
Files changed (1) hide show
  1. pages/PHY_615_Quantum_Mechanics_II.py +217 -0
pages/PHY_615_Quantum_Mechanics_II.py ADDED
@@ -0,0 +1,217 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ import streamlit as st
2
+
3
+ # Set the page title
4
+ st.title("PHY 615: Quantum Mechanics II")
5
+
6
+ # Course Details
7
+ st.markdown("""
8
+ ## Course Details
9
+ - **Course Title**: Quantum Mechanics II
10
+ - **Credits**: 3
11
+ - **Prerequisites**: PHY 614
12
+ - **Instructor**: [Instructor Name]
13
+ - **Office Hours**: [Office Hours]
14
+
15
+ ## Course Description
16
+ This course builds on Quantum Mechanics I, delving deeper into perturbation theory, scattering theory, symmetry, and invariance. Students will explore time-dependent quantum phenomena and apply quantum mechanics to more complex systems.
17
+
18
+ ## Course Objectives
19
+ Upon completing this course, students will:
20
+ - Be proficient in time-dependent perturbation theory.
21
+ - Apply quantum mechanics to scattering problems.
22
+ - Understand the role of symmetry and invariance in quantum systems.
23
+ - Explore applications to atomic, molecular, and quantum field systems.
24
+
25
+ ---
26
+ """)
27
+
28
+ # Weekly Outline with Problems
29
+
30
+ # Week 1: Review of Quantum Mechanics I
31
+ with st.expander("**Week 1: Review of Quantum Mechanics I**"):
32
+ st.markdown("""
33
+ ### Topics Covered
34
+ - Review of key concepts from Quantum Mechanics I.
35
+ - Time-independent perturbation theory and the Schrödinger equation.
36
+ - Angular momentum and spin.
37
+
38
+ ### Problems
39
+ 1. Solve the time-independent Schrödinger equation for a particle in a finite potential well.
40
+ 2. Apply time-independent perturbation theory to a hydrogen-like atom in an external electric field (Stark effect).
41
+ 3. Compute the eigenvalues and eigenfunctions for a particle in a 3D box.
42
+ 4. Use the ladder operator approach to solve the quantum harmonic oscillator.
43
+ 5. Solve for the angular momentum eigenstates of a particle in a central potential.
44
+ 6. Derive the commutation relations between the components of the angular momentum operators.
45
+ 7. Solve for the spin-1/2 particle eigenstates using Pauli matrices.
46
+ 8. Calculate the energy shift in a two-level system under a weak magnetic field using first-order perturbation theory.
47
+ """)
48
+
49
+ # Week 2-3: Time-Dependent Perturbation Theory
50
+ with st.expander("**Week 2-3: Time-Dependent Perturbation Theory**"):
51
+ st.markdown("""
52
+ ### Topics Covered
53
+ - Time-dependent Schrödinger equation.
54
+ - Time-dependent perturbation theory and transition probabilities.
55
+ - Periodic perturbations and transition amplitudes.
56
+
57
+ ### Problems
58
+ 9. Solve the time-dependent Schrödinger equation for a two-level atom in an oscillating electric field.
59
+ 10. Apply time-dependent perturbation theory to a particle in a harmonic potential subjected to a time-varying force.
60
+ 11. Calculate the transition probability between two quantum states due to a sudden perturbation.
61
+ 12. Derive the transition amplitude for a system undergoing a periodic perturbation.
62
+ 13. Compute the probability of transition from the ground state to an excited state in a system subjected to a sinusoidal perturbation.
63
+ 14. Analyze the effect of a time-dependent perturbation on a particle in a potential well.
64
+ 15. Solve for the transition probabilities of a particle in a harmonic oscillator subjected to a weak time-dependent perturbation.
65
+ 16. Use the Dyson series to compute the evolution operator for a system under time-dependent perturbation.
66
+ 17. Derive the first-order transition amplitude for a particle in a potential subject to a weak time-dependent perturbation.
67
+ 18. Apply time-dependent perturbation theory to a quantum system interacting with an external electromagnetic field.
68
+ """)
69
+
70
+ # Week 4: Fermi’s Golden Rule and Transition Rates
71
+ with st.expander("**Week 4: Fermi’s Golden Rule and Transition Rates**"):
72
+ st.markdown("""
73
+ ### Topics Covered
74
+ - Fermi’s Golden Rule.
75
+ - Transition rates and weak perturbations.
76
+ - Applications in quantum systems.
77
+
78
+ ### Problems
79
+ 19. Derive Fermi’s Golden Rule for the transition rate of a quantum system subjected to a weak perturbation.
80
+ 20. Calculate the spontaneous emission rate of a photon from an excited atom using Fermi's Golden Rule.
81
+ 21. Solve for the transition rate of a particle scattering off a potential using Fermi's Golden Rule.
82
+ 22. Apply Fermi’s Golden Rule to calculate the decay rate of an unstable particle.
83
+ 23. Derive the absorption rate of radiation by an atom in an external field using Fermi’s Golden Rule.
84
+ 24. Solve for the transition rate of an electron in an atom interacting with a photon field.
85
+ 25. Use Fermi’s Golden Rule to compute the decay rate of a system in a potential well.
86
+ 26. Calculate the transition rate for an atom interacting with a laser field.
87
+ """)
88
+
89
+ # Week 5-6: Scattering Theory: Born Approximation, Partial Waves
90
+ with st.expander("**Week 5-6: Scattering Theory: Born Approximation, Partial Waves**"):
91
+ st.markdown("""
92
+ ### Topics Covered
93
+ - Quantum scattering theory.
94
+ - Born approximation for weak potentials.
95
+ - Partial wave expansion and phase shifts.
96
+
97
+ ### Problems
98
+ 27. Apply the Born approximation to a particle scattering off a delta-function potential.
99
+ 28. Solve for the scattering cross-section of a particle in a square potential using the Born approximation.
100
+ 29. Calculate the scattering amplitude for a particle interacting with a Yukawa potential using the Born approximation.
101
+ 30. Use the Born approximation to compute the differential cross-section for electron-atom scattering.
102
+ 31. Derive the scattering cross-section for a particle in a hard sphere potential using partial wave analysis.
103
+ 32. Apply partial wave expansion to solve the scattering problem for a spherical potential.
104
+ 33. Calculate the phase shift for a particle scattered by a central potential.
105
+ 34. Solve for the total cross-section of a particle scattering off a spherically symmetric potential.
106
+ 35. Analyze the low-energy scattering of a particle in a potential well using partial waves.
107
+ 36. Derive the phase shifts for scattering off a potential with a long-range tail.
108
+ 37. Solve for the scattering amplitude using the Lippmann-Schwinger equation and Born approximation.
109
+ 38. Compute the differential cross-section for neutron-proton scattering using the partial wave method.
110
+ """)
111
+
112
+ # Week 7: Symmetry and Conservation Laws
113
+ with st.expander("**Week 7: Symmetry and Conservation Laws**"):
114
+ st.markdown("""
115
+ ### Topics Covered
116
+ - Symmetry in quantum mechanics.
117
+ - Conservation laws derived from symmetries.
118
+ - Parity, time-reversal symmetry, and selection rules.
119
+
120
+ ### Problems
121
+ 39. Derive the conservation of angular momentum for a particle in a central potential.
122
+ 40. Use Noether’s theorem to show how symmetry leads to conservation laws in quantum mechanics.
123
+ 41. Apply parity symmetry to a quantum system and determine the selection rules for transitions.
124
+ 42. Calculate the consequences of time-reversal symmetry for a two-level quantum system.
125
+ 43. Solve for the energy eigenstates of a particle in a potential with reflection symmetry.
126
+ 44. Analyze the role of rotational symmetry in determining the degeneracy of energy levels in a quantum system.
127
+ 45. Use parity conservation to solve for the transition probabilities in an atomic system.
128
+ 46. Compute the effect of time-reversal symmetry breaking on the spin states of a particle in a magnetic field.
129
+ 47. Derive the selection rules for electric dipole transitions in atoms using symmetry arguments.
130
+ 48. Apply conservation laws to solve a problem involving the scattering of particles in a central potential.
131
+ """)
132
+
133
+ # Week 8-9: Quantum Mechanics of Identical Particles
134
+ with st.expander("**Week 8-9: Quantum Mechanics of Identical Particles**"):
135
+ st.markdown("""
136
+ ### Topics Covered
137
+ - Symmetrization and antisymmetrization of wavefunctions.
138
+ - Pauli exclusion principle and fermions.
139
+ - Exchange interactions and quantum statistics.
140
+
141
+ ### Problems
142
+ 49. Symmetrize the wavefunction of a system of two identical bosons in a 1D harmonic oscillator potential.
143
+ 50. Antisymmetrize the wavefunction of a system of two identical fermions in a potential well.
144
+ 51. Apply the Pauli exclusion principle to solve for the ground state configuration of the helium atom.
145
+ 52. Compute the exchange interaction energy for a system of two electrons in a hydrogen molecule.
146
+ 53. Analyze the effect of particle indistinguishability on the energy levels of a system of fermions.
147
+ 54. Solve for the wavefunction of a system of three identical fermions in a harmonic potential.
148
+ 55. Use the spin-statistics theorem to determine the behavior of identical particles in a quantum system.
149
+ 56. Calculate the ground state wavefunction of a system of identical bosons in a double well potential.
150
+ 57. Apply the symmetrization principle to solve for the energy levels of a multi-electron atom.
151
+ 58. Analyze the role of the Pauli exclusion principle in determining the structure of the periodic table.
152
+ """)
153
+
154
+ # Week 10-11: Applications to Atomic and Molecular Systems
155
+ with st.expander("**Week 10-11: Applications to Atomic and Molecular Systems**"):
156
+ st.markdown("""
157
+ ### Topics Covered
158
+ - Fine and hyperfine structure of atoms.
159
+ - Quantum mechanics of molecular bonding.
160
+ - Vibrational and rotational energy levels in
161
+ ### Topics Covered (continued)
162
+ - Vibrational and rotational energy levels in diatomic molecules.
163
+ - Born-Oppenheimer approximation and molecular orbitals.
164
+
165
+ ### Problems
166
+ 59. Calculate the fine structure of the hydrogen atom using perturbation theory.
167
+ 60. Analyze the hyperfine structure of the hydrogen atom and compute the energy shifts.
168
+ 61. Solve for the rotational energy levels of a diatomic molecule using quantum mechanics.
169
+ 62. Compute the vibrational energy levels of a diatomic molecule using the harmonic approximation.
170
+ 63. Apply the Born-Oppenheimer approximation to separate the nuclear and electronic motion in a molecule.
171
+ 64. Derive the energy levels of a hydrogen molecule using the quantum mechanical treatment of molecular bonding.
172
+ 65. Solve for the electronic structure of the helium atom using the Hartree-Fock approximation.
173
+ 66. Compute the rovibrational energy levels of a diatomic molecule using perturbation theory.
174
+ 67. Analyze the fine and hyperfine structure of alkali atoms using quantum mechanics.
175
+ 68. Apply quantum mechanics to solve for the molecular orbitals of a multi-atom molecule.
176
+ """)
177
+
178
+ # Week 12-13: Advanced Topics: Quantum Field Theory
179
+ with st.expander("**Week 12-13: Advanced Topics: Quantum Field Theory**"):
180
+ st.markdown("""
181
+ ### Topics Covered
182
+ - Introduction to quantum field theory (QFT).
183
+ - Second quantization and field operators.
184
+ - Applications of quantum field theory in particle interactions.
185
+
186
+ ### Problems
187
+ 69. Quantize the electromagnetic field using the second quantization formalism.
188
+ 70. Solve for the vacuum expectation value of the number operator in quantum electrodynamics (QED).
189
+ 71. Compute the scattering amplitude for electron-positron annihilation in QED.
190
+ 72. Analyze the creation and annihilation operators in a simple quantum field theory.
191
+ 73. Derive the Feynman rules for a scalar quantum field theory.
192
+ 74. Apply the second quantization method to solve for the energy levels of a quantum field.
193
+ 75. Compute the interaction energy between two particles using quantum field theory.
194
+ 76. Use Feynman diagrams to solve for the scattering amplitude of two particles in QED.
195
+ """)
196
+
197
+ # Week 14: Open Quantum Systems and Decoherence
198
+ with st.expander("**Week 14: Open Quantum Systems and Decoherence**"):
199
+ st.markdown("""
200
+ ### Topics Covered
201
+ - Open quantum systems and interaction with the environment.
202
+ - Decoherence and quantum coherence.
203
+ - Master equation and Lindblad equation for open quantum systems.
204
+
205
+ ### Problems
206
+ 77. Derive the master equation for an open quantum system interacting with its environment.
207
+ 78. Solve for the time evolution of a quantum system undergoing decoherence.
208
+ 79. Apply the Lindblad equation to compute the loss of coherence in a two-level quantum system.
209
+ 80. Analyze the effect of environmental interaction on the quantum states of a particle in a potential well.
210
+ 81. Solve for the steady-state solution of an open quantum system coupled to a thermal bath.
211
+ 82. Compute the decoherence time for a quantum system interacting with an external reservoir.
212
+ 83. Derive the density matrix for an open quantum system and solve for its time evolution.
213
+ 84. Analyze the role of decoherence in quantum computing and quantum information theory.
214
+ """)
215
+
216
+ # Week 15: Review and Final Exam Preparation
217
+ with st.expander("**Week 15: Review and Final Exam Preparation**"):