radial wavefunctions

DFT for an atom

Introduction I have a new project on GitHub1. The project is using Density Functional Theory to do calculations for an atom. The project is actually not so new, I’ve put it on GitHub more than three months ago, but it had some issues I had to solve and also I did not have patience until … Read more

H-Kr Cross Section

Quantum Scattering

Introduction I have a project on GitHub about Quantum Scattering1 on a Lennard-Jones potential. The idea is from chapter 2 of a book2 I already mentioned on this blog. For this project I won’t put theory here, but refer you to the book instead. It’s a very good book, it’s worth having. I don’t know … Read more

Diamond band structure

Tight Binding

Introduction There are many methods to calculate band structures of crystals. I implemented the Empirical Pseudopotential project, some of the code can be reused for other methods. One of the methods is simple and fast, the tight binding method, so I simply took the code from the last project, cut a part out and modified … Read more

Ge band structure

Empirical Pseudopotential

Introduction I did not write anything on the blog for a long time. I was very busy, I had less time for it. Nevertheless, I did some work on some projects related with it. One of them, a DFT program that calculates a molecule with the supercell method, was supposed to be the theme for … Read more

d orbital

DFT for a Quantum Dot

Introduction This post is describing another project that is leading (hopefully) towards something a little more serious: DFT Quantum Dot1. It will be a very short description because it’s Sunday. As usual, here is the program in action: It displays the quantum dot ‘orbitals’ with VTK volume rendering. Do not assign much physical reality to … Read more