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

Simulation: tweaking the nanowire

We have two choices for your coding assignments of this week. Consider the task complete when you finish one of the two.

This is especially true since both of the assignments constitute a complete paper đŸ˜ƒ

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

Tilted magnetic field

Explore what happens when we change one the important knobs of the nanowire model, the external magnetic field. We studied what happens when BB is pointing along the zz direction. However, what happens when the magnetic field is tilted?

Generalize the Hamiltonian of the nanowire to the case of a magnetic field with three components Bx,By,BzB_x, B_y, B_z. How do the new terms look like?

Go into the nanowire notebook. Modify the nanowire_chain function to include the magnetic field pointing in general direction. Plot the band structure for different field directions, and compare to the original case of having only BzB_z. What changes?

Compare your results with what you find over here:

display_html(PreprintReference('1403.4464'))

From 4Ï€4\pi to 2Ï€2\pi.

Now let's switch to the signatures of Majoranas. The code for these is in the signatures notebook.

How does the 4Ï€4\pi-periodic Josephson effect disapper? We argued that we cannot just remove a single crossing. Also periodicity isn't a continuous variable and cannot just change. So what is happening?

Study the spectrum of a superconducting ring as a function of magnetic field, as you make a transition between the trivial and the topological regimes.

What do you see? Compare your results with the paper below.

PreprintReference("1210.3237")
MoocSelfAssessment(due=5*7, review_due=6*7)
MoocDiscussion('Labs', 'Majorana nanowire')

Review assignment

As we mentioned, there are really hundreds of papers that use the models and concepts that we used in the lecture.

Here is a small selection of the ones that you may find interesting.

display_html(PreprintReference('1204.2792', description="Welcome to the real world.")) display_html(PreprintReference('1101.5795', description="Majorana conductance with many modes.")) display_html(PreprintReference('1006.4395', description="To play a nice melody, you just need a keyboard. " "This paper first showed how Majoranas in wire networks can be moved around")) display_html(PreprintReference('1008.0629', description="Real nanowires are more complicated."))

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=5*7, review_due=6*7)
MoocDiscussion("Reviews", "Majoranas")