Two exactly Coulomb interacting electrons in a finite quantum wire and an external magnetic field.

Size: px
Start display at page:

Download "Two exactly Coulomb interacting electrons in a finite quantum wire and an external magnetic field."

Transcription

1 University of Iceland Computational physics Two exactly Coulomb interacting electrons in a finite quantum wire and an external magnetic field. Author: Ólafur Jónasson Supervisor: Viðar Guðmundsson January 19, 2010

2 Contents 1 Introduction 1 2 The theory and program The many-particle basis and Fermi operators Making the MES basis Calculating the matrix elements Calculating the charge density Bottlenecks in calculations The program Convergence Effects of limited MES basis Effects of limited grid Choosing a suitable η Conclusion on convergence Physical results Energy spectrum General behavior Effects of magnetic field on lowest states Energy splitting Charge density Conclusions 19 i

3 1 Introduction The system I m investigating consists of a GaAs-wire (200nm long) in a constant homogeneous magnetic field. I modified a program which calculated the eigenvalues and eigenvectors of the Hamiltonian of the system without Coulomb interaction. I modified the program in such a way that the calculations include the Coulomb interaction for two or three electrons. Without the interaction the system is not physically interesting because the Coulomb interaction can drastically change quantities of interest. In this thesis I will explain the methods and results of my modification to the program. My approach to the problem will be similar to that in the non-interacting case, but obviously, some things need to be done differently. I will use second quantization reformulation of the Schrödinger equation [1]. One of the advantages of second quantization for these calculations is that it incorporates the Fermi particle statistics so there is no need for the computationally/memory expensive task of dealing directly with antisymmetric products of single-particle wave functions or many-particle wave functions. The calculations will be done exactly, that is, the only approximation is the truncation of the single-electron states (SES) and many-electron states (MES) basis, the finite grid used to store the SES wave functions and the error in the numerical integration. How these errors effect the accuracy of the calculations will be investigated by varying the size of the basis, grid and other external parameters. 2 The theory and program 2.1 The many-particle basis and Fermi operators For the calculations we need a MES basis. We will construct it from the noninteracting single-electron states. The MES are time-independent abstract state vectors n 1 n 2 n 3 n = Ψ 1 Ψ 2 Ψ 3 Ψ, (2.1) where n 1 denotes how many-electrons are in SES 1, n 2 how many in SES 2 etc. and Ψ i are single-electron states. Obviously the MES basis fulfills the orthogonality and completeness conditions. We are only considering fermions (electrons) so n i = 0 or n i = 1 (the Pauli inclusion principle). We will also use the Fermi creation and destruction operators ĉ k and ĉ k with the properties 1

4 ĉ k c k n k = n k n k { n = 0, 1 (2.2) ( 1) γ k 0 if nk = 1 ĉ k n k = 0 if n k = 0 { (2.3) ĉ k n 0 if n k = 1 k = ( 1) γ k 1 if nk = 0 (2.4) where k 1 γ k = n i. (2.5) Using (2.1) - (2.5) the Hamiltonian of the system has been transformed into: Ĥ = a i=1 E a ĉ rĉ s + 1 ĉ 2 aĉ b ab V coul cd ĉ d ĉ c, (2.6) abcd where V coul is the Coulomb potential and E a the energy of the non-interacting MES defined by E a = i n i E i, (2.7) where E i is the energy of the i-th single-electron state. Of course (2.6) is equivalent to the original Schrödinger equation in first quantization but with this formalism the anti-symmetry of the MES wave-functions are incorporated into the Hamiltonian, making calculations much easier. 2.2 Making the MES basis At this point we have already calculated the SES s, so the task of making the the basis is only a book-keeping problem. This is best explained with an example. Suppose we have two electrons and 5 single-electron states. There are ( 5 2) = 10 ways of ordering these two electrons (the electrons are indistinguishable). An example how to order them is shown in table 1 The pattern is obvious and is easy to generalize to a MES with N SES singleelectron states. A similar method can be used for more than two electrons but the number of many-electron states N MES grows very fast with increasing number of electrons according to (2.8) ( ) NSES N MES =, (2.8) N e 2

5 Table 1: Many-electron states for N e = 2 and N SES = 5 # State where N e is the number of electrons. This can be seen in table 2. There is one problem with this method of making the MES s. The energy of state number i is not generally lower than that of state number i + 1. We can, however, number the states any way we like after the energy of each state has been determined. All that matters is that we have a consistent method of making all possible states. Table 2: N MES for some values of N e and N SES N e \ N SES Calculating the matrix elements So far we have denoted the single-electron states as i, in order to make a distinction between many- and single-electron states we denote many-electron states by i). Now we need the matrix elements H µν = abcd ab V coul cd (µ ĉ aĉ bĉdĉ c ν). (2.9) The right term is easy to calculate using the properties of the Fermi operators in (2.2) through (2.4). For the left term we need to do a 4-dimensional integral [2] ab V coul cd = dr dr Ψ a(r)ψ b(r )V coul (r r )Ψ c (r )Ψ d (r), (2.10) 3

6 where Ψ i (r) is the SES wave-function of state i and V Coul (r r ) = e 2 κ (x x ) 2 + (y y ) 2 + η, (2.11) with e 2 κ = Ω ω a ω a 0, a 0 = 2 κ = 9.79 nm. (2.12) m e2 It is convenient to write ab V coul cd = drψ a(r)i bc (r)ψ d (r), (2.13) where I bc (r) = dr Ψ b(r )V coul (r r )Ψ c (r ). (2.14) The η in (2.11) is a positive real number who purpose is to prevent the singularity when r = r. To find a suitable value for η we need to experiment a bit with it. This will be done later. 2.4 Calculating the charge density One of the most interesting observables in our system is the charge density Q s. To calculate it I use ˆQ s (x) = e φ aφ b ĉ aĉ b ˆQ s (x) = e φ aφ b µ ˆρĉ a ĉ b µ nm nm µ = e ab φ aφ b ρ µν ν ĉ a ĉ b µ, (2.15) µν where the φ i are single-electron states. 2.5 Bottlenecks in calculations One of the bottlenecks in the calculations is the right term on the right side of (2.6) we have to do a quadruple sum for N 2 mes matrix elements so the time it takes to compute the sum (given that all the integrals ab V coul cd have been calculated) is proportional to N 2 MESN 4 SES = ( NSES N e ) 2 N 4 SES. (2.16) 4

7 Another bottleneck is the 4-dimensional integral ab V cd, which we have to do for all combinations of a,b,c and d. The integral is split into two parts, (2.13) and (2.14) of which (2.14) is is much more expensive to calculate with a reasonable choice of grid size and N SES. The time it takes to compute I bc (r) for all combinations of b and c is proportional to N 2 SESN 2 xn 2 y, (2.17) where N x and N y are the number of points in the x- and y-grid. This means that if we double the amount of points in both x- and y-grid, the execution time is multiplied by 16. We will later investigate how the grid size effects the accuracy of the calculations. The biggest bottleneck is calculating the charge density (see eq. (2.15)). The computation amount is proportional to ( ) 2 NSES N x N y NSES 2. (2.18) N e Luckily we are only interested in plotting the lowest states and ρ µν 0 for large µ and ν so work can be saved without losing much precision by only summing over the first µ and ν. It is important to find a good balance between the choice of N SES and the grid size. For example there is no point in having N SES huge if the error introduced because of the finite grid is much larger than the error due to the limited N SES and vice versa. 2.6 The program The program for these calculations works exactly the same as for the non-interacting case until after the single-electron states with the effects of the magnetic field and geometry of the system have been calculated. Here, I will therefore just explain the part of the program that is used only in the interacting case. I will begin listing the functions and subroutines used and explain their function. Fermi4CStructure: This function calculates (µ ĉ aĉ bĉdĉ c ν). It has input parameters µ, ν, a, b, c, d. Implementing this as a function is efficient because each combination of the input parameters is only used once, so saving the values to a rank 6 matrix would both be pointless and impossible due to finite RAM. Inside this function I have defined two internal functions (the Fermi destruction and creation operators). make_coef: This subroutine uses the method explained in table 1 to make the many-electron states for two electrons. The states are saved in a matrix 5

8 called coef whose rows are many-electron states. The rows are of length N SES + 2. The two extra elements are the sign of the state (element number 1) and existence (element number 0). If existance = 0 in a MES that means a raising operator has been applied to an occupied state or destruction operator to an empty state. make_coef3: Same as make_coef except it creates the states for 3 electrons. MatElCoul: This subroutine has input parameters V Coul and η. It calculates the 4-dimensional Coulomb integral (2.13) for all values of a,b,c and d and saves it to the rank 4 matrix abvcd. CoulInt: This subroutine calculates the quadruple sum in (2.9). It must be called after MetElCoul because it uses its result. make_gamma: This subroutines makes a rank 2 matrix whose elements gamma(i,k) = γ k for state i), see (2.5). This matrix is used when calculating the charge density. Del_Qn2: This subroutine uses (2.15) to compute and write to a file the charge density of a chosen number of many-electron states with and without e-e interaction. 3 Convergence Like mentioned in section 1, no theoretical approximation has been done. In this section we will investigate how the finite MES basis (limited N SES ) and grid size affects the accuracy of the calculations. We will also investigate the effects of varying the size of η in (2.11). When one of those parameters is varied, all the others will be held constant. 3.1 Effects of limited MES basis If we have N MES many-electron states in our basis we will obtain N MES energy (eigen) values from the calculations. The accuracy is highest for the ground state and decreases as we go up in energy. This is a very convenient behavior for us because we are only interested in the first 200 or so excited states. I ran the program for two electrons and varied the value of N SES (see figure 1). To get an idea of the precision of the first 200 states I plotted the relative difference between the energy spectrum of the N SES = 48 case and all the other values, that is E 48 E 40 E 4, E 48 E 32 0 E 4 etc. (see figure 2). From this data we can estimate that the error is at most 0.6% if we use N ses = 48 for the first 200 states, 8 less than 0.01% for the first 20 states and less than 0.001% for the ground state. 6

9 Figure 1: Comparison of the energy spectrum for a few values of N SES. The energy spectrum of the non-interacting basis is also plotted for comparison. Although the energy spectrum is discrete, I drew lines between the values for easier comparison. 3.2 Effects of limited grid The effects of the limited grid come into play when doing the Gaussian integration. Unlike the error due to the limited MES-basis, the grid error affects all the states equally. We would therefore definitely not want the error to be higher than 0.6% (that s the maximum error due to the limited basis) but we also don t want to lose precision on the ground state so we are not gonna settle with error of more than 0.001%. I ran the program for varying grid size namely 80x40 (grid 1), 160x80 (grid 2), 320x160 (grid 3), 480x240 (grid 4) and 640x320 (grid 5) and plotted the relative difference between the resulting energies from grid 5 and all the other ones (see figure 3). From the data we see that grid 2 is sufficiently large but the difference is computational time for grid 2 and grid 3 is very small so we might as well use grid 3 (calculating the matrix elements is still a much more expensive procedure for these grid sizes). 3.3 Choosing a suitable η The effects of the choice of η are a little more complicated to assess, for, in my experience it is also highly dependent on grid size and therefore requires special 7

10 (a) N ses = 16 (b) N ses = 24 (c) N ses = 32 (d) N ses = 40 Figure 2: Relative error plotted as a function of state number for multiple values of N ses (a) Grid 1 (b) Grid 2 (c) Grid 3 (d) Grid 4 Figure 3: Relative error plotted as a function of state number for multiple grids. 8

11 attention. I ran my program for 5 values of η (0.1, 0.01, 0.001, and ) and two grid sizes (grid 2 and grid 4). Like before I will calculate the relative difference of the obtained energy values but I will begin by investigating how the choice of η affects the integral (2.14) by plotting it for a chosen combination of b and c (see figure 4). For the smaller grid we start seeing some irregularities in I bc when η is 10 4 or less while it looks fine with the bigger grid. These irregularities I call η-artifacts. These η-artifacts don t start showing up on the bigger grid until η 10 5 and even then the artifacts are barely noticeable. These artifacts obviously decrease with bigger grid but unfortunately grid 4 is as big as we can have it without drasticly increasing the program execution time. I therefore conclude that the best choice of η is 10 4 along with grid 4. Now we investigate the convergence of the energy spectrum with decreasing η. We saw earlier that η = 10 4 with grid 4 gave the best resulting I bc so I will calculate and plot E η=10 4 E η=ηi E (3.1) η=10 4 for η i = 10 1, 10 2 and 10 3 (see figure 5). These results show that the error due to the finite η is less than 0.001%, which is not much, but it it still the largest cause of error. 3.4 Conclusion on convergence We have investigated the convergence of the program s results for all our numerical approximations and the results were positive (otherwise the program would be worthless). We found that we have at least 5 correct significant figures on our energy spectrum (0.001%relative error). Getting better precision would require us to use a bigger grid which is not practical as we preferably want the calculations to be over in our lifetime. 9

12 (a) η = 10 2, grid 2 (b) η = 10 2, grid 4 (c) η = 10 3, grid 2 (d) η = 10 3, grid 4 (e) η = 10 4, grid 2 (f) η = 10 4, grid 4 (g) η = 10 5, grid 2 (h) η = 10 5, grid 4 Figure 4: Ibc plotted with a = 1, b = 2 for a few η s. 10

13 (a) η i = 10 1 (b) η i = 10 2 (c) η i = 10 3 Figure 5: Relative error plotted as a function of state number for a few values of η i. 11

14 4 Physical results Now that we have gotten all the boring (but necessary) convergence calculations out of the way we can finally start to look at the physically relevant data. We will start by looking at how the e-e interaction affects the energy spectrum, especially the energetically lowest 10 states. We will also investigate how the charge density changes and compare it with the non-interacting case. 4.1 Energy spectrum General behavior We will start by investigating the energy spectrum of the lowest 10 states for a broad range of magnetic field and comparing the results with the non-interacting case. I did the calculations for a magnetic field in the range T in increments of 0.1 up to 1.0 T and 0.5 up to 4.0 T. I used N SES = 40, η = 10 4 and the grid size was Each run took about 40 hours on Sol, running on 8 cores (practically) the entire time. On figure 6 we can see the effects of the magnetic field on the energy spectrum. Without the magnetic field the energy increases very evenly (exept for the first two states), but with increasing magnetic field the states tend to group into groups with similar energy. The energy spectrum begins to look more like a step function, rather than continuous. This effect does not show up in the non-interacting case. As expected, including the interaction raises the energy by about 1.5meV. To see better the the grouping of the energy states I plotted the energy of the 20 lowest states as a function of magnetic field (see figure 7). On figure 7a we can clearly see how the states tend to group together in higher magnetic field while without the interaction (figure 7b) we see no such effects Effects of magnetic field on lowest states Now let s investigate the effects of the magnetic field on the lowest states by plotting the energy of state n as a function of magnetic field. The results are in figure 8. As we can see from the figure the energy increases with increasing magnetic field, as expected (we are pumping energy into the system by applying a magnetic field to it). We also see that the separation in the energy spectrum between the interacting and non-interacting case stays practicly constant with increasing magnetic field but the energy of the states increases. This means the interaction plays a lesser role with increasing magnetic field. For example the seperation of the ground state for B = 0.0 T is about 90% but only 14% for B = 4.0 T. 12

15 (a) B = 0.0 T (b) B = 0.2 T (c) B = 0.4 T (d) B = 0.8 T (e) B = 1.0 T (f) B = 2.0 T Figure 6: Comparison of the energy of the 10 lowest states with the non-interacting case. With interaction is in red and without in blue. 13

16 (a) With interaction. (b) Without interaction. Figure 7: Energy of the 20 lowest states as a function of magnetic field with and without interaction. 14

17 (a) Ground state (state 1) (b) First excited state (state 2) Figure 8: Comparison of the energetically lowest 3 states as a function of magnetic field. With interaction is in red and without in blue. 15

18 (c) Second excited state (state 3) (d) Third excited state (state 4) Figure 8: Comparison of the energeticly lowest 3 states as a function of magnetic field. With interaction is in red and without in blue. 16

19 4.1.3 Energy splitting Now let s investigate how the system responds to excitation by calculating how much energy is required to excite the system from a state to a higher one. The higher this energy is, the harder it is to excite the system. I did this by calculating the difference in energy between a few selected states as a function of magnetic field, that is 1 = E 2 E 1, 2 = E 3 E 2, 3 = E 4 E 3. (4.1) See figure 9. From figure 9a we see that for B 0.25 T, 1 is biggest and then decreases with increasing magnetic field, converging at around 0.2 mev. The effect is similar for the non interacting case, but the energy is shifted. From figure 9b we see a different behaviour. There is a maximum of 2 for no magnetic field and then it decreases rapidly and goes very close to zero. This means the states E 2 and E 3 are close to being degenerate for large B. (This grouping of energy states has been mentioned earlier in this section). This effect is not apparent without the interaction. For 3 we see a similar behaviour as for 1, there is a maximum around 0.5 T and then 3 converges to around 0.15 mev while the behaviour without the interaction is very different. 17

20 (a) E 2 E 1 (b) E 3 E 2 (c) E 4 E 3 Figure 9: Energy splitting as a function of magnetic field. Red is for the interacting case and blue for the non-interacting one 18

21 4.2 Charge density We will start by looking at the charge density of the ground state for a few values of magnetic field (see figure 10). From the figure we see that the charge density is not strongly affected by the magnetic field as long it is lower than 0.5 T. In strong magnetic field the charge density tends to smear out in the ±y-direction (forming of edge states). Let s now how the first and second excited states are affected (see figures 11 and 12). From these figures we can see that the effects of the interaction is much greater, especially in higher magnetic field. The first and second excited states are not greatly modified in zero magnetic field but they is distinctively different in a modest 0.2 T magnetic field. The hump in the middle of figure 11d disappears when the interaction is included. This is because of the electron electron repulsion which makes areas of high charge density energetically unfavorable. The magnetic field seems to have very different effects on the interacting case compared to the non-interacting one. For examples on figure 12 we see that without the magnetic field both the interacting and non-interacting charge densities have areas of high density. With increasing magnetic field the interacting density seems to smear out and spread more uniformly while the non-interacting case retains its areas of high density. 5 Conclusions We have used numerical techniques to calculate the energy spectrum and charge distribution of two electrons in a 200nm GaAs wire in a constant homogeneous magnetic field including the Coulomb interaction between the electrons and compared the results with the non-interacting case. According to section 3 the results converged very nicely when the basis/grid was enlarged and the biggest cause of error was the non-zero value of η (see section 3.3). In section 4 we saw how the lowest states are not greatly affected by the magnetic field nor the Coulomb interaction but when we go higher in energy the system is highly sensitive to the interaction and magnetic field. There is a lot more to be studied in this system. One example is adding the third electron. The program is capable of doing the calculations for three electrons (and it is easy to generalize it to any number of electrons) but the basis has to be shrunk considerably (see table 2) so calculations beyond 4-7 electrons are not very practical. Another example is adding a time dependent perturbation which would force us to truncate the many-electron basis from a few thousand states to a few hundred to make numerical calculations possible. 19

22 (a) With interaction, B = 0.0 T (b) Without interaction, B = 0.0 T (c) With interaction, B = 0.5 T (d) Without interaction, B = 0.5 T (e) With interaction, B = 2.0 T (f) Without interaction, B = 2.0 T (g) With interaction, B = 4.0 T (h) Without interaction, B = 4.0 T Figure 10: Plot of charge density of the ground state for a few values of magnetic field, with and without interaction. 20

23 (a) With interaction, B = 0.0 T (b) Without interaction, B = 0.0 T (c) With interaction, B = 0.2 T (d) Without interaction, B = 0.2 T (e) With interaction, B = 0.5 T (f) Without interaction, B = 0.5 T (g) With interaction, B = 4.0 T (h) Without interaction, B = 4.0 T Figure 11: Plot of the charge density of the first excited state for a few values of magnetic field, with and without interaction. 21

24 (a) With interaction, B = 0.0 T (b) Without interaction, B = 0.0 T (c) With interaction, B = 0.2 T (d) Without interaction, B = 0.2 T (e) With interaction, B = 0.5 T (f) Without interaction, B = 0.5 T (g) With interaction, B = 4.0 T (h) Without interaction, B = 4.0 T Figure 12: Plot of the charge density of the second excited state for a few values of magnetic field, with and without interaction. 22

25 References [1] Fetter and Walecka. Quantum Theory of Many-particle Systems, pages McGRAW-HILL BOOK COMPANY, [2] Viðar Guðmundsson. Gme, interaction in the system,

Brief review of Quantum Mechanics (QM)

Brief review of Quantum Mechanics (QM) Brief review of Quantum Mechanics (QM) Note: This is a collection of several formulae and facts that we will use throughout the course. It is by no means a complete discussion of QM, nor will I attempt

More information

The general solution of Schrödinger equation in three dimensions (if V does not depend on time) are solutions of time-independent Schrödinger equation

The general solution of Schrödinger equation in three dimensions (if V does not depend on time) are solutions of time-independent Schrödinger equation Lecture 17 Page 1 Lecture 17 L17.P1 Review Schrödinger equation The general solution of Schrödinger equation in three dimensions (if V does not depend on time) is where functions are solutions of time-independent

More information

We can instead solve the problem algebraically by introducing up and down ladder operators b + and b

We can instead solve the problem algebraically by introducing up and down ladder operators b + and b Physics 17c: Statistical Mechanics Second Quantization Ladder Operators in the SHO It is useful to first review the use of ladder operators in the simple harmonic oscillator. Here I present the bare bones

More information

Intermission: Let s review the essentials of the Helium Atom

Intermission: Let s review the essentials of the Helium Atom PHYS3022 Applied Quantum Mechanics Problem Set 4 Due Date: 6 March 2018 (Tuesday) T+2 = 8 March 2018 All problem sets should be handed in not later than 5pm on the due date. Drop your assignments in the

More information

LS coupling. 2 2 n + H s o + H h f + H B. (1) 2m

LS coupling. 2 2 n + H s o + H h f + H B. (1) 2m LS coupling 1 The big picture We start from the Hamiltonian of an atomic system: H = [ ] 2 2 n Ze2 1 + 1 e 2 1 + H s o + H h f + H B. (1) 2m n e 4πɛ 0 r n 2 4πɛ 0 r nm n,m Here n runs pver the electrons,

More information

Systems of Identical Particles

Systems of Identical Particles qmc161.tex Systems of Identical Particles Robert B. Griffiths Version of 21 March 2011 Contents 1 States 1 1.1 Introduction.............................................. 1 1.2 Orbitals................................................

More information

Solutions Final exam 633

Solutions Final exam 633 Solutions Final exam 633 S.J. van Enk (Dated: June 9, 2008) (1) [25 points] You have a source that produces pairs of spin-1/2 particles. With probability p they are in the singlet state, ( )/ 2, and with

More information

Identical Particles in Quantum Mechanics

Identical Particles in Quantum Mechanics Identical Particles in Quantum Mechanics Chapter 20 P. J. Grandinetti Chem. 4300 Nov 17, 2017 P. J. Grandinetti (Chem. 4300) Identical Particles in Quantum Mechanics Nov 17, 2017 1 / 20 Wolfgang Pauli

More information

III. Particle Physics and Isospin

III. Particle Physics and Isospin . Particle Physics and sospin Up to now we have concentrated exclusively on actual, physical rotations, either of coordinates or of spin states, or both. n this chapter we will be concentrating on internal

More information

Lecture 5. Hartree-Fock Theory. WS2010/11: Introduction to Nuclear and Particle Physics

Lecture 5. Hartree-Fock Theory. WS2010/11: Introduction to Nuclear and Particle Physics Lecture 5 Hartree-Fock Theory WS2010/11: Introduction to Nuclear and Particle Physics Particle-number representation: General formalism The simplest starting point for a many-body state is a system of

More information

v(r i r j ) = h(r i )+ 1 N

v(r i r j ) = h(r i )+ 1 N Chapter 1 Hartree-Fock Theory 1.1 Formalism For N electrons in an external potential V ext (r), the many-electron Hamiltonian can be written as follows: N H = [ p i i=1 m +V ext(r i )]+ 1 N N v(r i r j

More information

Sommerfeld-Drude model. Ground state of ideal electron gas

Sommerfeld-Drude model. Ground state of ideal electron gas Sommerfeld-Drude model Recap of Drude model: 1. Treated electrons as free particles moving in a constant potential background. 2. Treated electrons as identical and distinguishable. 3. Applied classical

More information

Magnets, 1D quantum system, and quantum Phase transitions

Magnets, 1D quantum system, and quantum Phase transitions 134 Phys620.nb 10 Magnets, 1D quantum system, and quantum Phase transitions In 1D, fermions can be mapped into bosons, and vice versa. 10.1. magnetization and frustrated magnets (in any dimensions) Consider

More information

Preliminary Quantum Questions

Preliminary Quantum Questions Preliminary Quantum Questions Thomas Ouldridge October 01 1. Certain quantities that appear in the theory of hydrogen have wider application in atomic physics: the Bohr radius a 0, the Rydberg constant

More information

Lecture 19: Building Atoms and Molecules

Lecture 19: Building Atoms and Molecules Lecture 19: Building Atoms and Molecules +e r n = 3 n = 2 n = 1 +e +e r ψ even Lecture 19, p 1 Today Nuclear Magnetic Resonance Using RF photons to drive transitions between nuclear spin orientations in

More information

only two orbitals, and therefore only two combinations to worry about, but things get

only two orbitals, and therefore only two combinations to worry about, but things get 131 Lecture 1 It is fairly easy to write down an antisymmetric wavefunction for helium since there are only two orbitals, and therefore only two combinations to worry about, but things get complicated

More information

Physics 221A Fall 2017 Notes 27 The Variational Method

Physics 221A Fall 2017 Notes 27 The Variational Method Copyright c 2018 by Robert G. Littlejohn Physics 221A Fall 2017 Notes 27 The Variational Method 1. Introduction Very few realistic problems in quantum mechanics are exactly solvable, so approximation methods

More information

Hartree-Fock-Roothan Self-Consistent Field Method

Hartree-Fock-Roothan Self-Consistent Field Method Hartree-Fock-Roothan Self-Consistent Field Method 1. Helium Here is a summary of the derivation of the Hartree-Fock equations presented in class. First consider the ground state of He and start with with

More information

PHYSICS 721/821 - Spring Semester ODU. Graduate Quantum Mechanics II Midterm Exam - Solution

PHYSICS 721/821 - Spring Semester ODU. Graduate Quantum Mechanics II Midterm Exam - Solution PHYSICS 72/82 - Spring Semester 2 - ODU Graduate Quantum Mechanics II Midterm Exam - Solution Problem ) An electron (mass 5, ev/c 2 ) is in a one-dimensional potential well as sketched to the right (the

More information

Multi-Electron Atoms II

Multi-Electron Atoms II Multi-Electron Atoms II LS Coupling The basic idea of LS coupling or Russell-Saunders coupling is to assume that spin-orbit effects are small, and can be neglected to a first approximation. If there is

More information

Physics 221A Fall 1996 Notes 16 Bloch s Theorem and Band Structure in One Dimension

Physics 221A Fall 1996 Notes 16 Bloch s Theorem and Band Structure in One Dimension Physics 221A Fall 1996 Notes 16 Bloch s Theorem and Band Structure in One Dimension In these notes we examine Bloch s theorem and band structure in problems with periodic potentials, as a part of our survey

More information

Attempts at relativistic QM

Attempts at relativistic QM Attempts at relativistic QM based on S-1 A proper description of particle physics should incorporate both quantum mechanics and special relativity. However historically combining quantum mechanics and

More information

Lecture 32: The Periodic Table

Lecture 32: The Periodic Table Lecture 32: The Periodic Table (source: What If by Randall Munroe) PHYS 2130: Modern Physics Prof. Ethan Neil (ethan.neil@colorado.edu) Announcements Homework #9 assigned, due next Wed. at 5:00 PM as usual.

More information

a = ( a σ )( b σ ) = a b + iσ ( a b) mω 2! x + i 1 2! x i 1 2m!ω p, a = mω 2m!ω p Physics 624, Quantum II -- Final Exam

a = ( a σ )( b σ ) = a b + iσ ( a b) mω 2! x + i 1 2! x i 1 2m!ω p, a = mω 2m!ω p Physics 624, Quantum II -- Final Exam Physics 624, Quantum II -- Final Exam Please show all your work on the separate sheets provided (and be sure to include your name). You are graded on your work on those pages, with partial credit where

More information

Chemistry 120A 2nd Midterm. 1. (36 pts) For this question, recall the energy levels of the Hydrogenic Hamiltonian (1-electron):

Chemistry 120A 2nd Midterm. 1. (36 pts) For this question, recall the energy levels of the Hydrogenic Hamiltonian (1-electron): April 6th, 24 Chemistry 2A 2nd Midterm. (36 pts) For this question, recall the energy levels of the Hydrogenic Hamiltonian (-electron): E n = m e Z 2 e 4 /2 2 n 2 = E Z 2 /n 2, n =, 2, 3,... where Ze is

More information

Quantum Field Theory

Quantum Field Theory Quantum Field Theory PHYS-P 621 Radovan Dermisek, Indiana University Notes based on: M. Srednicki, Quantum Field Theory 1 Attempts at relativistic QM based on S-1 A proper description of particle physics

More information

Quantum Field Theory

Quantum Field Theory Quantum Field Theory PHYS-P 621 Radovan Dermisek, Indiana University Notes based on: M. Srednicki, Quantum Field Theory 1 Attempts at relativistic QM based on S-1 A proper description of particle physics

More information

1 Rayleigh-Schrödinger Perturbation Theory

1 Rayleigh-Schrödinger Perturbation Theory 1 Rayleigh-Schrödinger Perturbation Theory All perturbative techniques depend upon a few simple assumptions. The first of these is that we have a mathematical expression for a physical quantity for which

More information

Interacting Fermi Gases

Interacting Fermi Gases Interacting Fermi Gases Mike Hermele (Dated: February 11, 010) Notes on Interacting Fermi Gas for Physics 7450, Spring 010 I. FERMI GAS WITH DELTA-FUNCTION INTERACTION Since it is easier to illustrate

More information

Requirements for scaleable QIP

Requirements for scaleable QIP p. 1/25 Requirements for scaleable QIP These requirements were presented in a very influential paper by David Divincenzo, and are widely used to determine if a particular physical system could potentially

More information

Notes on Spin Operators and the Heisenberg Model. Physics : Winter, David G. Stroud

Notes on Spin Operators and the Heisenberg Model. Physics : Winter, David G. Stroud Notes on Spin Operators and the Heisenberg Model Physics 880.06: Winter, 003-4 David G. Stroud In these notes I give a brief discussion of spin-1/ operators and their use in the Heisenberg model. 1. Spin

More information

which implies that we can take solutions which are simultaneous eigen functions of

which implies that we can take solutions which are simultaneous eigen functions of Module 1 : Quantum Mechanics Chapter 6 : Quantum mechanics in 3-D Quantum mechanics in 3-D For most physical systems, the dynamics is in 3-D. The solutions to the general 3-d problem are quite complicated,

More information

Topological insulator part II: Berry Phase and Topological index

Topological insulator part II: Berry Phase and Topological index Phys60.nb 11 3 Topological insulator part II: Berry Phase and Topological index 3.1. Last chapter Topological insulator: an insulator in the bulk and a metal near the boundary (surface or edge) Quantum

More information

1 Quantum field theory and Green s function

1 Quantum field theory and Green s function 1 Quantum field theory and Green s function Condensed matter physics studies systems with large numbers of identical particles (e.g. electrons, phonons, photons) at finite temperature. Quantum field theory

More information

Harmonic Oscillator with raising and lowering operators. We write the Schrödinger equation for the harmonic oscillator in one dimension as follows:

Harmonic Oscillator with raising and lowering operators. We write the Schrödinger equation for the harmonic oscillator in one dimension as follows: We write the Schrödinger equation for the harmonic oscillator in one dimension as follows: H ˆ! = "!2 d 2! + 1 2µ dx 2 2 kx 2! = E! T ˆ = "! 2 2µ d 2 dx 2 V ˆ = 1 2 kx 2 H ˆ = ˆ T + ˆ V (1) where µ is

More information

The general solution of Schrödinger equation in three dimensions (if V does not depend on time) are solutions of time-independent Schrödinger equation

The general solution of Schrödinger equation in three dimensions (if V does not depend on time) are solutions of time-independent Schrödinger equation Lecture 27st Page 1 Lecture 27 L27.P1 Review Schrödinger equation The general solution of Schrödinger equation in three dimensions (if V does not depend on time) is where functions are solutions of time-independent

More information

Green Functions in Many Body Quantum Mechanics

Green Functions in Many Body Quantum Mechanics Green Functions in Many Body Quantum Mechanics NOTE This section contains some advanced material, intended to give a brief introduction to methods used in many body quantum mechanics. The material at the

More information

Landau-Fermi liquid theory

Landau-Fermi liquid theory Landau- 1 Chennai Mathematical Institute April 25, 2011 1 Final year project under Prof. K. Narayan, CMI Interacting fermion system I Basic properties of metals (heat capacity, susceptibility,...) were

More information

Introduction to Electronic Structure Theory

Introduction to Electronic Structure Theory Introduction to Electronic Structure Theory C. David Sherrill School of Chemistry and Biochemistry Georgia Institute of Technology June 2002 Last Revised: June 2003 1 Introduction The purpose of these

More information

Chm 331 Fall 2015, Exercise Set 4 NMR Review Problems

Chm 331 Fall 2015, Exercise Set 4 NMR Review Problems Chm 331 Fall 015, Exercise Set 4 NMR Review Problems Mr. Linck Version.0. Compiled December 1, 015 at 11:04:44 4.1 Diagonal Matrix Elements for the nmr H 0 Find the diagonal matrix elements for H 0 (the

More information

Advanced Quantum Mechanics, Notes based on online course given by Leonard Susskind - Lecture 8

Advanced Quantum Mechanics, Notes based on online course given by Leonard Susskind - Lecture 8 Advanced Quantum Mechanics, Notes based on online course given by Leonard Susskind - Lecture 8 If neutrinos have different masses how do you mix and conserve energy Mass is energy. The eigenstates of energy

More information

Harmonic Oscillator I

Harmonic Oscillator I Physics 34 Lecture 7 Harmonic Oscillator I Lecture 7 Physics 34 Quantum Mechanics I Monday, February th, 008 We can manipulate operators, to a certain extent, as we would algebraic expressions. By considering

More information

Fermi Liquid and BCS Phase Transition

Fermi Liquid and BCS Phase Transition Fermi Liquid and BCS Phase Transition Yu, Zhenhua November 2, 25 Abstract Landau fermi liquid theory is introduced as a successful theory describing the low energy properties of most fermi systems. Besides

More information

CHAPTER 8 The Quantum Theory of Motion

CHAPTER 8 The Quantum Theory of Motion I. Translational motion. CHAPTER 8 The Quantum Theory of Motion A. Single particle in free space, 1-D. 1. Schrodinger eqn H ψ = Eψ! 2 2m d 2 dx 2 ψ = Eψ ; no boundary conditions 2. General solution: ψ

More information

Atomic Structure, Periodic Table, and Other Effects: Chapter 8 of Rex and T. Modern Physics

Atomic Structure, Periodic Table, and Other Effects: Chapter 8 of Rex and T. Modern Physics Atomic Structure, Periodic Table, and Other Effects: Chapter 8 of Rex and T Modern Physics 11/16 and 11/19/2018 1 Introduction In Chapter 7, we studied the hydrogen atom. What about other elements, e.g.,

More information

2.5 Time dependent density functional theory

2.5 Time dependent density functional theory .5 Time dependent density functional theory The main theorems of Kohn-Sham DFT state that: 1. Every observable is a functional of the density (Hohenger-Kohn theorem).. The density can be obtained within

More information

in-medium pair wave functions the Cooper pair wave function the superconducting order parameter anomalous averages of the field operators

in-medium pair wave functions the Cooper pair wave function the superconducting order parameter anomalous averages of the field operators (by A. A. Shanenko) in-medium wave functions in-medium pair-wave functions and spatial pair particle correlations momentum condensation and ODLRO (off-diagonal long range order) U(1) symmetry breaking

More information

Introduction to Computational Chemistry

Introduction to Computational Chemistry Introduction to Computational Chemistry Vesa Hänninen Laboratory of Physical Chemistry Chemicum 4th floor vesa.hanninen@helsinki.fi September 10, 2013 Lecture 3. Electron correlation methods September

More information

Atomic Systems (PART I)

Atomic Systems (PART I) Atomic Systems (PART I) Lecturer: Location: Recommended Text: Dr. D.J. Miller Room 535, Kelvin Building d.miller@physics.gla.ac.uk Joseph Black C407 (except 15/1/10 which is in Kelvin 312) Physics of Atoms

More information

Models in condensed matter physics

Models in condensed matter physics 1 CM Theory of everything Models in condensed matter physics Let us consider how to write a Hamiltonian for a system that has N A atoms. For simplicity, let us assume they are all identical (generalization

More information

Exchange-Correlation Functional

Exchange-Correlation Functional Exchange-Correlation Functional Aiichiro Nakano Collaboratory for Advanced Computing & Simulations Depts. of Computer Science, Physics & Astronomy, Chemical Engineering & Materials Science, and Biological

More information

conventions and notation

conventions and notation Ph95a lecture notes, //0 The Bloch Equations A quick review of spin- conventions and notation The quantum state of a spin- particle is represented by a vector in a two-dimensional complex Hilbert space

More information

Quantum Physics & From Ideas to Implementation. Underlying concepts in the syllabus

Quantum Physics & From Ideas to Implementation. Underlying concepts in the syllabus Quantum Physics & From Ideas to Implementation Underlying concepts in the syllabus 1 1 What is Quantum Physics? Wave-particle duality Tells us that energy comes in packets, particles are wave-like. Systems

More information

Introduction to Quantum Mechanics PVK - Solutions. Nicolas Lanzetti

Introduction to Quantum Mechanics PVK - Solutions. Nicolas Lanzetti Introduction to Quantum Mechanics PVK - Solutions Nicolas Lanzetti lnicolas@student.ethz.ch 1 Contents 1 The Wave Function and the Schrödinger Equation 3 1.1 Quick Checks......................................

More information

10 Time-Independent Perturbation Theory

10 Time-Independent Perturbation Theory S.K. Saiin Oct. 6, 009 Lecture 0 0 Time-Independent Perturbation Theory Content: Non-degenerate case. Degenerate case. Only a few quantum mechanical problems can be solved exactly. However, if the system

More information

Last Time. x + 3y = 6 x + 2y = 1. x + 3y = 6 y = 1. 2x + 4y = 8 x 2y = 1. x + 3y = 6 2x y = 7. Lecture 2

Last Time. x + 3y = 6 x + 2y = 1. x + 3y = 6 y = 1. 2x + 4y = 8 x 2y = 1. x + 3y = 6 2x y = 7. Lecture 2 January 9 Last Time 1. Last time we ended with saying that the following four systems are equivalent in the sense that we can move from one system to the other by a special move we discussed. (a) (b) (c)

More information

Second quantization. Emmanuel Fromager

Second quantization. Emmanuel Fromager Institut de Chimie, Strasbourg, France Page 1 Emmanuel Fromager Institut de Chimie de Strasbourg - Laboratoire de Chimie Quantique - Université de Strasbourg /CNRS M2 lecture, Strasbourg, France. Institut

More information

Page 404. Lecture 22: Simple Harmonic Oscillator: Energy Basis Date Given: 2008/11/19 Date Revised: 2008/11/19

Page 404. Lecture 22: Simple Harmonic Oscillator: Energy Basis Date Given: 2008/11/19 Date Revised: 2008/11/19 Page 404 Lecture : Simple Harmonic Oscillator: Energy Basis Date Given: 008/11/19 Date Revised: 008/11/19 Coordinate Basis Section 6. The One-Dimensional Simple Harmonic Oscillator: Coordinate Basis Page

More information

Final Examination. Tuesday December 15, :30 am 12:30 pm. particles that are in the same spin state 1 2, + 1 2

Final Examination. Tuesday December 15, :30 am 12:30 pm. particles that are in the same spin state 1 2, + 1 2 Department of Physics Quantum Mechanics I, Physics 57 Temple University Instructor: Z.-E. Meziani Final Examination Tuesday December 5, 5 :3 am :3 pm Problem. pts) Consider a system of three non interacting,

More information

Chapter 10: Multi- Electron Atoms Optical Excitations

Chapter 10: Multi- Electron Atoms Optical Excitations Chapter 10: Multi- Electron Atoms Optical Excitations To describe the energy levels in multi-electron atoms, we need to include all forces. The strongest forces are the forces we already discussed in Chapter

More information

Lecture 6. Fermion Pairing. WS2010/11: Introduction to Nuclear and Particle Physics

Lecture 6. Fermion Pairing. WS2010/11: Introduction to Nuclear and Particle Physics Lecture 6 Fermion Pairing WS2010/11: Introduction to Nuclear and Particle Physics Experimental indications for Cooper-Pairing Solid state physics: Pairing of electrons near the Fermi surface with antiparallel

More information

Time-Independent Perturbation Theory

Time-Independent Perturbation Theory 4 Phys46.nb Time-Independent Perturbation Theory.. Overview... General question Assuming that we have a Hamiltonian, H = H + λ H (.) where λ is a very small real number. The eigenstates of the Hamiltonian

More information

1 Introduction. 2 The hadronic many body problem

1 Introduction. 2 The hadronic many body problem Models Lecture 18 1 Introduction In the next series of lectures we discuss various models, in particluar models that are used to describe strong interaction problems. We introduce this by discussing the

More information

L11.P1 Lecture 11. Quantum statistical mechanics: summary

L11.P1 Lecture 11. Quantum statistical mechanics: summary Lecture 11 Page 1 L11.P1 Lecture 11 Quantum statistical mechanics: summary At absolute zero temperature, a physical system occupies the lowest possible energy configuration. When the temperature increases,

More information

Chancellor Phyllis Wise invites you to a birthday party!

Chancellor Phyllis Wise invites you to a birthday party! Chancellor Phyllis Wise invites you to a birthday party! 50 years ago, Illinois alumnus Nick Holonyak Jr. demonstrated the first visible light-emitting diode (LED) while working at GE. Holonyak returned

More information

Solution of Second Midterm Examination Thursday November 09, 2017

Solution of Second Midterm Examination Thursday November 09, 2017 Department of Physics Quantum Mechanics II, Physics 570 Temple University Instructor: Z.-E. Meziani Solution of Second Midterm Examination Thursday November 09, 017 Problem 1. (10pts Consider a system

More information

Same idea for polyatomics, keep track of identical atom e.g. NH 3 consider only valence electrons F(2s,2p) H(1s)

Same idea for polyatomics, keep track of identical atom e.g. NH 3 consider only valence electrons F(2s,2p) H(1s) XIII 63 Polyatomic bonding -09 -mod, Notes (13) Engel 16-17 Balance: nuclear repulsion, positive e-n attraction, neg. united atom AO ε i applies to all bonding, just more nuclei repulsion biggest at low

More information

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Spring Semester 2006 Christopher J. Cramer. Lecture 22, March 20, 2006

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Spring Semester 2006 Christopher J. Cramer. Lecture 22, March 20, 2006 Chem 350/450 Physical Chemistry II Quantum Mechanics 3 Credits Spring Semester 006 Christopher J. Cramer Lecture, March 0, 006 Some material in this lecture has been adapted from Cramer, C. J. Essentials

More information

+ 1. which gives the expected number of Fermions in energy state ɛ. The expected number of Fermions in energy range ɛ to ɛ + dɛ is then dn = n s g s

+ 1. which gives the expected number of Fermions in energy state ɛ. The expected number of Fermions in energy range ɛ to ɛ + dɛ is then dn = n s g s Chapter 8 Fermi Systems 8.1 The Perfect Fermi Gas In this chapter, we study a gas of non-interacting, elementary Fermi particles. Since the particles are non-interacting, the potential energy is zero,

More information

Mean-field concept. (Ref: Isotope Science Facility at Michigan State University, MSUCL-1345, p. 41, Nov. 2006) 1/5/16 Volker Oberacker, Vanderbilt 1

Mean-field concept. (Ref: Isotope Science Facility at Michigan State University, MSUCL-1345, p. 41, Nov. 2006) 1/5/16 Volker Oberacker, Vanderbilt 1 Mean-field concept (Ref: Isotope Science Facility at Michigan State University, MSUCL-1345, p. 41, Nov. 2006) 1/5/16 Volker Oberacker, Vanderbilt 1 Static Hartree-Fock (HF) theory Fundamental puzzle: The

More information

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Spring Semester 2006 Christopher J. Cramer. Lecture 20, March 8, 2006

Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Spring Semester 2006 Christopher J. Cramer. Lecture 20, March 8, 2006 Chem 3502/4502 Physical Chemistry II (Quantum Mechanics) 3 Credits Spring Semester 2006 Christopher J. Cramer Lecture 20, March 8, 2006 Solved Homework We determined that the two coefficients in our two-gaussian

More information

2 Electronic structure theory

2 Electronic structure theory Electronic structure theory. Generalities.. Born-Oppenheimer approximation revisited In Sec..3 (lecture 3) the Born-Oppenheimer approximation was introduced (see also, for instance, [Tannor.]). We are

More information

Angular Momentum Quantization: Physical Manifestations and Chemical Consequences

Angular Momentum Quantization: Physical Manifestations and Chemical Consequences Angular Momentum Quantization: Physical Manifestations and Chemical Consequences Michael Fowler, University of Virginia 7/7/07 The Stern-Gerlach Experiment We ve established that for the hydrogen atom,

More information

Relativistic Dirac fermions on one-dimensional lattice

Relativistic Dirac fermions on one-dimensional lattice Niodem Szpa DUE, 211-1-2 Relativistic Dirac fermions on one-dimensional lattice Niodem Szpa Universität Duisburg-Essen & Ralf Schützhold Plan: 2 Jan 211 Discretized relativistic Dirac fermions (in an external

More information

Chemistry 3502/4502. Exam III. All Hallows Eve/Samhain, ) This is a multiple choice exam. Circle the correct answer.

Chemistry 3502/4502. Exam III. All Hallows Eve/Samhain, ) This is a multiple choice exam. Circle the correct answer. B Chemistry 3502/4502 Exam III All Hallows Eve/Samhain, 2003 1) This is a multiple choice exam. Circle the correct answer. 2) There is one correct answer to every problem. There is no partial credit. 3)

More information

Quantum Physics III (8.06) Spring 2007 FINAL EXAMINATION Monday May 21, 9:00 am You have 3 hours.

Quantum Physics III (8.06) Spring 2007 FINAL EXAMINATION Monday May 21, 9:00 am You have 3 hours. Quantum Physics III (8.06) Spring 2007 FINAL EXAMINATION Monday May 21, 9:00 am You have 3 hours. There are 10 problems, totalling 180 points. Do all problems. Answer all problems in the white books provided.

More information

Many Body Quantum Mechanics

Many Body Quantum Mechanics Many Body Quantum Mechanics In this section, we set up the many body formalism for quantum systems. This is useful in any problem involving identical particles. For example, it automatically takes care

More information

Landau-Fermi liquid theory

Landau-Fermi liquid theory Landau-Fermi liquid theory Shreyas Patankar Chennai Mathematical Institute Abstract We study the basic properties of Landau s theory of a system of interacting fermions (a Fermi liquid). The main feature

More information

Spontaneous breaking of supersymmetry

Spontaneous breaking of supersymmetry Spontaneous breaking of supersymmetry Hiroshi Suzuki Theoretical Physics Laboratory Nov. 18, 2009 @ Theoretical science colloquium in RIKEN Hiroshi Suzuki (TPL) Spontaneous breaking of supersymmetry Nov.

More information

14. Structure of Nuclei

14. Structure of Nuclei 14. Structure of Nuclei Particle and Nuclear Physics Dr. Tina Potter Dr. Tina Potter 14. Structure of Nuclei 1 In this section... Magic Numbers The Nuclear Shell Model Excited States Dr. Tina Potter 14.

More information

A Brief Introduction to Linear Response Theory with Examples in Electromagnetic Response

A Brief Introduction to Linear Response Theory with Examples in Electromagnetic Response A Brief Introduction to Linear Response Theory with Examples in Electromagnetic Response Robert Van Wesep May 3, 2013 In order to gain information about any physical system, it is necessary to probe the

More information

Quantum mechanics of many-fermion systems

Quantum mechanics of many-fermion systems Quantum mechanics of many-fermion systems Kouichi Hagino Tohoku University, Sendai, Japan 1. Identical particles: Fermions and Bosons 2. Simple examples: systems with two identical particles 3. Pauli principle

More information

MIT Final Exam Solutions, Spring 2017

MIT Final Exam Solutions, Spring 2017 MIT 8.6 Final Exam Solutions, Spring 7 Problem : For some real matrix A, the following vectors form a basis for its column space and null space: C(A) = span,, N(A) = span,,. (a) What is the size m n of

More information

Light-Cone Quantization of Electrodynamics

Light-Cone Quantization of Electrodynamics Light-Cone Quantization of Electrodynamics David G. Robertson Department of Physics, The Ohio State University Columbus, OH 43210 Abstract Light-cone quantization of (3+1)-dimensional electrodynamics is

More information

Harmonic Oscillator. Robert B. Griffiths Version of 5 December Notation 1. 3 Position and Momentum Representations of Number Eigenstates 2

Harmonic Oscillator. Robert B. Griffiths Version of 5 December Notation 1. 3 Position and Momentum Representations of Number Eigenstates 2 qmd5 Harmonic Oscillator Robert B. Griffiths Version of 5 December 0 Contents Notation Eigenstates of the Number Operator N 3 Position and Momentum Representations of Number Eigenstates 4 Coherent States

More information

The 3 dimensional Schrödinger Equation

The 3 dimensional Schrödinger Equation Chapter 6 The 3 dimensional Schrödinger Equation 6.1 Angular Momentum To study how angular momentum is represented in quantum mechanics we start by reviewing the classical vector of orbital angular momentum

More information

129 Lecture Notes More on Dirac Equation

129 Lecture Notes More on Dirac Equation 19 Lecture Notes More on Dirac Equation 1 Ultra-relativistic Limit We have solved the Diraction in the Lecture Notes on Relativistic Quantum Mechanics, and saw that the upper lower two components are large

More information

Coupling of Angular Momenta Isospin Nucleon-Nucleon Interaction

Coupling of Angular Momenta Isospin Nucleon-Nucleon Interaction Lecture 5 Coupling of Angular Momenta Isospin Nucleon-Nucleon Interaction WS0/3: Introduction to Nuclear and Particle Physics,, Part I I. Angular Momentum Operator Rotation R(θ): in polar coordinates the

More information

Nuclear Physics Fundamental and Application Prof. H. C. Verma Department of Physics Indian Institute of Technology, Kanpur

Nuclear Physics Fundamental and Application Prof. H. C. Verma Department of Physics Indian Institute of Technology, Kanpur Nuclear Physics Fundamental and Application Prof. H. C. Verma Department of Physics Indian Institute of Technology, Kanpur Lecture - 5 Semi empirical Mass Formula So, nuclear radius size we talked and

More information

Iterative Methods for Solving A x = b

Iterative Methods for Solving A x = b Iterative Methods for Solving A x = b A good (free) online source for iterative methods for solving A x = b is given in the description of a set of iterative solvers called templates found at netlib: http

More information

Chem 467 Supplement to Lecture 19 Hydrogen Atom, Atomic Orbitals

Chem 467 Supplement to Lecture 19 Hydrogen Atom, Atomic Orbitals Chem 467 Supplement to Lecture 19 Hydrogen Atom, Atomic Orbitals Pre-Quantum Atomic Structure The existence of atoms and molecules had long been theorized, but never rigorously proven until the late 19

More information

Comparing and Improving Quark Models for the Triply Bottom Baryon Spectrum

Comparing and Improving Quark Models for the Triply Bottom Baryon Spectrum Comparing and Improving Quark Models for the Triply Bottom Baryon Spectrum A thesis submitted in partial fulfillment of the requirements for the degree of Bachelor of Science degree in Physics from the

More information

Electronic structure, plane waves and pseudopotentials

Electronic structure, plane waves and pseudopotentials Electronic structure, plane waves and pseudopotentials P.J. Hasnip Spectroscopy Workshop 2009 We want to be able to predict what electrons and nuclei will do from first principles, without needing to know

More information

MOLECULAR STRUCTURE. The general molecular Schrödinger equation, apart from electron spin effects, is. nn ee en

MOLECULAR STRUCTURE. The general molecular Schrödinger equation, apart from electron spin effects, is. nn ee en MOLECULAR STRUCTURE The Born-Oppenheimer Approximation The general molecular Schrödinger equation, apart from electron spin effects, is ( ) + + V + V + V =E nn ee en T T ψ ψ n e where the operators in

More information

Getting Started with Communications Engineering. Rows first, columns second. Remember that. R then C. 1

Getting Started with Communications Engineering. Rows first, columns second. Remember that. R then C. 1 1 Rows first, columns second. Remember that. R then C. 1 A matrix is a set of real or complex numbers arranged in a rectangular array. They can be any size and shape (provided they are rectangular). A

More information

Quantum Field Theory

Quantum Field Theory Quantum Field Theory PHYS-P 621 Radovan Dermisek, Indiana University Notes based on: M. Srednicki, Quantum Field Theory 1 Attempts at relativistic QM based on S-1 A proper description of particle physics

More information

Electrons in a periodic potential

Electrons in a periodic potential Chapter 3 Electrons in a periodic potential 3.1 Bloch s theorem. We consider in this chapter electrons under the influence of a static, periodic potential V (x), i.e. such that it fulfills V (x) = V (x

More information

Quantum Theory of Many-Particle Systems, Phys. 540

Quantum Theory of Many-Particle Systems, Phys. 540 Quantum Theory of Many-Particle Systems, Phys. 540 Questions about organization Second quantization Questions about last class? Comments? Similar strategy N-particles Consider Two-body operators in Fock

More information

Potentially useful reading Sakurai and Napolitano, sections 1.5 (Rotation), Schumacher & Westmoreland chapter 2

Potentially useful reading Sakurai and Napolitano, sections 1.5 (Rotation), Schumacher & Westmoreland chapter 2 Problem Set 2: Interferometers & Random Matrices Graduate Quantum I Physics 6572 James Sethna Due Friday Sept. 5 Last correction at August 28, 2014, 8:32 pm Potentially useful reading Sakurai and Napolitano,

More information

(1.1) In particular, ψ( q 1, m 1 ; ; q N, m N ) 2 is the probability to find the first particle

(1.1) In particular, ψ( q 1, m 1 ; ; q N, m N ) 2 is the probability to find the first particle Chapter 1 Identical particles 1.1 Distinguishable particles The Hilbert space of N has to be a subspace H = N n=1h n. Observables Ân of the n-th particle are self-adjoint operators of the form 1 1 1 1

More information