From 11b773f677079975dd2dcb64dacc20116acabfb6 Mon Sep 17 00:00:00 2001
From: Anton Akhmerov <anton.akhmerov@gmail.com>
Date: Wed, 21 Mar 2018 00:12:09 +0100
Subject: [PATCH] ...also run the code :-)

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

diff --git a/code/band_structures.py b/code/band_structures.py
index 614a40bc..5f82bd8a 100644
--- a/code/band_structures.py
+++ b/code/band_structures.py
@@ -125,3 +125,6 @@ def main():
     phonons_1d_2masses()
     meff_1d_tb()
     tight_binding_1d()
+
+if __name__ == "__main__":
+    main()
-- 
GitLab