You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This python module calculates the topological invarint of 2 dimensional quantum hall systems in a computationally efficient way. Addionaly it also gives the edge states. Bulk boundary correspondence can be varified.
mu=field.field(Nky, Nth, U1,U2)
if (gap>0.01):
muf=muelse:
muf=0.0print('Z2 invariant %5.3f.'%muf)
About
This python module calculates the topological invariant of 2 dimensional quantum hall systems in a computationally efficient way. Additionally, it also gives the edge states. Bulk boundary correspondence can be verified.