Lecture Notes

These lecture notes are for the use of PHYS741 students. Pointers to references and additional reading material is given below the links to lecture notes. The notes are being updated constantly so make sure to check back often.
Homework


Octave codes for DFT coding session on 25/05/09

Problem : One-dimensional system under a harmonic potential.
The XC funcional : Calmels and Gold, PRB 52 10841 (1995)
Practice example : Try to do the following

  octave:1> x=-10:0.01:10;
  octave:2> n=initialize_density(x,Ne);
  octave:3> norm=integrate(x,n) ## should give Ne
  octave:4> Vxc=get_Vxc(x,n,1000,3);
  octave:5> plot(x,n,x,Vxc);
  octave:6> [Hp,Hf]=hermite(x,5);
  octave:7> plot(x,Hf(1,:));

Take-home final : Due on 19/06/2009

Please read the instructions carefully before you start the final. Best of luck!
Download here .