Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
6042 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

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

Kane-Mele model

The first known implementation of quantum spin Hall effect is the Kane-Mele model, introduced in this paper. It is a doubled copy of the Haldane model (get that one from the previous week's notebooks), with spin up and spin down having next-nearest neighbor hoppings complex conjugate of each other due to spin-orbit coupling.

Implement the Kane-Mele model and add a staggered onsite potential to also be able to create a trivial gap. Calculate the scattering matrix topological invariant of that model.

How would you add disorder and calculate the topological invariant? (Hint: you need to add disorder to the scattering region, and make leads on both sides conducting)

Quantum Hall regime

The helical edge states of quantum spin Hall effect survive for some time when a magnetic field is added. Make a Hall bar out of the BHZ model. Can you reproduce the experimental results? What do you see? Are the inversion symmetry breaking terms important?

What about conductance in a two terminal geometry: can you see the crossover from quantum spin Hall regime to quantum Hall regime?

MoocSelfAssessment(due=9, review_due=16)

Now share your results:

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

Review assignment

display_html(PreprintReference('1306.1925', description="A better material?")) display_html(PreprintReference('0808.1723', description="What happens when edge states meet")) display_html(PreprintReference('1104.3282', description="A completely different approach")) display_html(PreprintReference('1312.2559', description="Adding superconductors")) display_html(PreprintReference('1303.1766', description="Sources of back-scattering in QSHE edge"))

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=9, review_due=16)

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

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