Skip to content

Instantly share code, notes, and snippets.

""" Optical conductivity of disordered graphene lattice
Lattice : Monolayer graphene;
Disorder : Disorder class Gaussian at different sublattices;
Configuration : size of the system 512x512, without domain decomposition (nx=ny=1), periodic boundary conditions,
double precision, manual scaling;
Calculation : dos;
Modification : magnetic field is off;
"""
""" Twisted bilayer graphene, loading a predefined lattice
Lattice : Twisted bilayer graphene;
Disorder : None;
Configuration : size of the system flexible, with domain decomposition, periodic boundary conditions,
double precision, automatic scaling;
Calculation : dos;
Modification : magnetic field is off;
"""
Get the script and the folder for setting up the system in the repository