{ "cells": [ { "cell_type": "code", "execution_count": null, "metadata": {}, "outputs": [], "source": [ "import numpy as np\n", "import sisl as si\n", "import matplotlib.pyplot as plt\n", "\n", "%matplotlib inline" ] }, { "cell_type": "markdown", "metadata": {}, "source": [ "# Anomalous Hall conductivity (AHC) for graphene\n", "\n", "This tutorial will describe a complete walk-through of how to calculate the anomalous Hall conductivity for graphene.\n", "\n", "
Warning
\n", "\n", " This tutorial is not meant for publication ready results. \n", " Numbers, such as the $k$-point sampling should always be converged before publication is made. The number of $k$-points used here are too small! \n", "