From 8c2c3272536a458a95889f9f1a53df849c6cd904 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Wed, 21 Mar 2018 00:06:48 +0100
Subject: [PATCH] include more plots in code

---
 code/band_structures.py | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/code/band_structures.py b/code/band_structures.py
index c09ccd15..7789e63c 100644
--- a/code/band_structures.py
+++ b/code/band_structures.py
@@ -122,3 +122,7 @@ def phonons_1d_2masses():
 def main():
     os.chdir('figures')
     fermi_dirac()
+    phonons_1d()
+    phonons_1d_2masses()
+    meff_1d_tb()
+    tight_binding_1d()
-- 
GitLab