diff --git a/dev/.documenter-siteinfo.json b/dev/.documenter-siteinfo.json
index 004c2ab..f160a0f 100644
--- a/dev/.documenter-siteinfo.json
+++ b/dev/.documenter-siteinfo.json
@@ -1 +1 @@
-{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-07T13:40:37","documenter_version":"1.8.0"}}
\ No newline at end of file
+{"documenter":{"julia_version":"1.11.2","generation_timestamp":"2024-12-31T14:51:15","documenter_version":"1.8.0"}}
\ No newline at end of file
diff --git a/dev/examples/HomobilayerTMD/10ad1162.svg b/dev/examples/HomobilayerTMD/0ac11608.svg
similarity index 97%
rename from dev/examples/HomobilayerTMD/10ad1162.svg
rename to dev/examples/HomobilayerTMD/0ac11608.svg
index 169338d..cb32d3a 100644
--- a/dev/examples/HomobilayerTMD/10ad1162.svg
+++ b/dev/examples/HomobilayerTMD/0ac11608.svg
@@ -1,462 +1,462 @@
diff --git a/dev/examples/HomobilayerTMD/2454506a.svg b/dev/examples/HomobilayerTMD/33e6b5be.svg
similarity index 86%
rename from dev/examples/HomobilayerTMD/2454506a.svg
rename to dev/examples/HomobilayerTMD/33e6b5be.svg
index ce93ff4..12e0273 100644
--- a/dev/examples/HomobilayerTMD/2454506a.svg
+++ b/dev/examples/HomobilayerTMD/33e6b5be.svg
@@ -1,45 +1,45 @@
+
diff --git a/dev/examples/HomobilayerTMD/3449f051.svg b/dev/examples/HomobilayerTMD/3736f7df.svg
similarity index 97%
rename from dev/examples/HomobilayerTMD/3449f051.svg
rename to dev/examples/HomobilayerTMD/3736f7df.svg
index 7fcf546..6655188 100644
--- a/dev/examples/HomobilayerTMD/3449f051.svg
+++ b/dev/examples/HomobilayerTMD/3736f7df.svg
@@ -1,464 +1,464 @@
diff --git a/dev/examples/HomobilayerTMD/efc3dbe5.svg b/dev/examples/HomobilayerTMD/47f067c3.svg
similarity index 86%
rename from dev/examples/HomobilayerTMD/efc3dbe5.svg
rename to dev/examples/HomobilayerTMD/47f067c3.svg
index 01b2ab9..05818ce 100644
--- a/dev/examples/HomobilayerTMD/efc3dbe5.svg
+++ b/dev/examples/HomobilayerTMD/47f067c3.svg
@@ -1,45 +1,45 @@
+
diff --git a/dev/examples/HomobilayerTMD/345a97b0.svg b/dev/examples/HomobilayerTMD/c40686f5.svg
similarity index 96%
rename from dev/examples/HomobilayerTMD/345a97b0.svg
rename to dev/examples/HomobilayerTMD/c40686f5.svg
index 9da0190..7460e83 100644
--- a/dev/examples/HomobilayerTMD/345a97b0.svg
+++ b/dev/examples/HomobilayerTMD/c40686f5.svg
@@ -1,330 +1,330 @@
diff --git a/dev/examples/HomobilayerTMD/58bc35a4.svg b/dev/examples/HomobilayerTMD/f6663c1c.svg
similarity index 97%
rename from dev/examples/HomobilayerTMD/58bc35a4.svg
rename to dev/examples/HomobilayerTMD/f6663c1c.svg
index 6ba8765..391eb4e 100644
--- a/dev/examples/HomobilayerTMD/58bc35a4.svg
+++ b/dev/examples/HomobilayerTMD/f6663c1c.svg
@@ -1,462 +1,462 @@
diff --git a/dev/examples/HomobilayerTMD/index.html b/dev/examples/HomobilayerTMD/index.html
index 1e4ae41..3718674 100644
--- a/dev/examples/HomobilayerTMD/index.html
+++ b/dev/examples/HomobilayerTMD/index.html
@@ -24,14 +24,14 @@
emin, emax = -100.0, 30.0
plt = plot()
plot!(plt, bands₁, ylim=(emin, emax), color="blue", title="")
-plot!(plt, bands₂, ylim=(emin, emax), color="blue", title="")
The bands are two-fold degenerate due to the valley degrees of freedom. Note that due to the spin-valley lock in WSe₂, such a degeneracy can also be viewed as the spin degeneracy.
Then we compute the Berry curvature and Chern number of the topmost moire band:
The bands are two-fold degenerate due to the valley degrees of freedom. Note that due to the spin-valley lock in WSe₂, such a degeneracy can also be viewed as the spin degeneracy.
Then we compute the Berry curvature and Chern number of the topmost moire band:
With another set of parameters [Phys. Rev. Lett. 132, 036501 (2024)] that was proposed to be suitable for twisted bilayer MoTe₂, the top two moire bands have opposite Chern numbers.
First, we calculate the energy bands with such a set of parameters in a single valley:
using MoireSuperlattices
+plot!(plt, bands₃, ylim=(emin, emax), color="red", lw=4, alpha=0.3, title="")
With another set of parameters [Phys. Rev. Lett. 132, 036501 (2024)] that was proposed to be suitable for twisted bilayer MoTe₂, the top two moire bands have opposite Chern numbers.
First, we calculate the energy bands with such a set of parameters in a single valley:
using MoireSuperlattices
using Plots
using QuantumLattices
using TightBindingApproximation
@@ -52,7 +52,7 @@
)
recipls = MoTe₂.frontend.reciprocallattice.translations
bands = MoTe₂(:EB, EnergyBands(ReciprocalPath(recipls, hexagon"Γ-K₁-M₁-Γ", length=100)))
-plot(bands, ylim=(-50.0, 10.0), color="blue", title="")
Then we compute the Berry curvature and Chern numbers of the top two moire bands: