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: powers combined

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

Are you tired yet of all the different kinds of topology? If no, this assignment is for you 😃

By now you should have a feel for how to make new topological phases. Your task now is to combine the two systems you've learned about and to create a Floquet crystalline topological insulator. If you want even more challenge, create also a gapless Floquet topological material.

Take care however: if you take a topologically nontrivial system and just apply rapid driving, you'll still get a topological one. This cheating way is prohibited: at any moment during the driving cycle the Hamiltonian of your system should remain gapped.

MoocSelfAssessment()

Now share your results:

MoocDiscussion('Labs', 'Floquet and crystalline')

Review assignment

display_html(PreprintReference('1010.6126', description="Computes topological edge states from floquet Hamiltonian.")) display_html(PreprintReference('1212.3324', description="Points out and explains why the floquet Hamiltonian in momentum space " "does not capture the presence of floquet edge states.")) display_html(PreprintReference('1202.1003', description="Theoretical prediction of topological crystalline insulator")) display_html(PreprintReference('1212.6191', description="Are topological crystalline surface states stable against " "disorder?"))

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()

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

MoocDiscussion("Reviews", "Floquet and crystalline")