Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
476 views
Kernel: Python 3
import sys sys.path.append('../code') from init_mooc_nb import * init_notebook()
Populated the namespace with: np, matplotlib, kwant, holoviews, init_notebook, interact, display_html, plt, pf, SimpleNamespace, pprint_matrix, scientific_number, pretty_fmt_complex from code/edx_components: MoocVideo, PreprintReference, MoocDiscussion, MoocCheckboxesAssessment, MoocMultipleChoiceAssessment, MoocPeerAssessment, MoocSelfAssessment from code/functions: spectrum, hamiltonian_array, h_k, pauli

Simulations: Disorder, butterflies, and honeycombs

As usual, start by grabbing the notebooks of this week (w3_pump_QHE). They are once again over here.

There are really plenty of things that one can study with the quantum Hall effect and pumps. Remember, that you don't need to do everything at once (but of course all of the simulations are quite fun!)

Pumping with disorder

Grab the simulations of the Thouless pump, and see what happens to the pump when you add disorder. Try both the winding in a pump with reservoirs attached, and the spectrum of a closed pump. Can you explain what you observe?

Butterfly

Take a look at how we calculate numerically the spectrum of Landau levels in the Laughlin argument chapter. We were always careful to only take weak fields so that the flux per unit cell of the tight binding lattice is small. This is done to avoid certain notorious insects, but nothing should prevent you from cranking up the magnetic field and seeing this beautiful phenomenon.

Plot the spectrum of a quantum Hall layer rolled into a cylinder at a fixed momentum as a function of BB as BB goes to one flux quantum per unit cell, so in lattice units B=2Ï€B = 2\pi. Bonus (requires more work): attach a lead to the cylinder, calculate pumping, and color the butterfly according to the pumped charge.

Graphene

Take a look at how to implement a honeycomb lattice in Kwant tutorials, and modify the Hall bar from the Laughlin argument notebook to be made of graphene. Observe the famous unconventional quantum Hall effect.

Bonus: See what happens to the edge states as you introduce a constriction in the middle of the Hall bar. This is an extremely useful experimental tool used in making quantum Hall interferometers (also check out the density of states using the code from the edge states notebook).

MoocSelfAssessment(due=4*7, review_due=5*7)

Now share your results:

MoocDiscussion('Labs', 'Quantum Hall effect')

Review assignment

For the third week we have these papers:

display_html(PreprintReference('1109.5983', description="Topological pumping can be used to characterize quasicrystals too! " "Whether this is really unique to quasicrystals is debated though <a href=http://arxiv.org/abs/1307.2577v2>" "http://arxiv.org/abs/1307.2577v2</a>")) display_html(PreprintReference('cond-mat/0602645', description="Quantum Hall effect applies beyond parabolic dispersions with interesting twists. " "Figure out what different features arise from other cases. ")) display_html(PreprintReference('1201.4167', description="An experiment detecting the interesting consequences of " "coexistence of quantum Hall and ferromagnetism in graphene.")) display_html(PreprintReference('0710.2806', description="Aharonov-Bohm interference using quantum hall edge" "quasiparticles."))

Bonus: Find your own paper to review!

Do you know of another paper that fits into the topics of this week, and you think is good? Then you can get bonus points by reviewing that paper instead!

MoocPeerAssessment(due=4*7, review_due=5*7)

Do you have questions about what you read? Would you like to suggest other papers? Tell us:

MoocDiscussion("Reviews", "Quantum Hall effect")