Skip to content

Commit 34c3952

Browse files
authored
Update index.md
1 parent c855e8e commit 34c3952

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

docs/index.md

+17-8
Original file line numberDiff line numberDiff line change
@@ -229,15 +229,24 @@ from math import pi, sin, cos, sqrt
229229
Source: Haldane, F. D. M. (1988). Model for a quantum Hall effect without Landau levels: Condensed-matter realization of the" parity anomaly". Physical review letters, 61(18).
230230

231231
We denote $\{\mathbf{a}_i\}$ are the vectors from a B site to its three nearest-neighbor A sites, and $\{\mathbf{b}_i\}$ are next-nearest-neighbor distance vectors, then we have
232+
233+
$$
234+
{\mathbf{a}_1} = (0,a),
235+
$$
236+
$$
237+
{\mathbf{a}_2} = (\sqrt 3 a/2, - a/2),
238+
$$
239+
$$
240+
{\mathbf{a}_3} = ( - \sqrt 3 a/2, - a/2)
241+
$$
242+
$$
243+
{\mathbf{b}_1} = {\mathbf{a}_2} - {\mathbf{a}_3} = (\sqrt 3 a,0),
244+
$$
245+
$$
246+
{\mathbf{b}_2} = {\mathbf{a}_3} - {\mathbf{a}_1} = ( - \sqrt 3 a/2, - 3a/2),
247+
$$
232248
$$
233-
\begin{aligned}
234-
{\mathbf{a}_1} &= (0,a),\\
235-
{\mathbf{a}_2} &= (\sqrt 3 a/2, - a/2),\\
236-
{\mathbf{a}_3} &= ( - \sqrt 3 a/2, - a/2)\\
237-
{\mathbf{b}_1} &= {\mathbf{a}_2} - {\mathbf{a}_3} = (\sqrt 3 a,0),\\
238-
{\mathbf{b}_2} &= {\mathbf{a}_3} - {\mathbf{a}_1} = ( - \sqrt 3 a/2, - 3a/2),\\
239-
{\mathbf{b}_3} &= {\mathbf{a}_1} - {\mathbf{a}_2} = ( - \sqrt 3 a/2,3a/2)
240-
\end{aligned}
249+
{\mathbf{b}_3} = {\mathbf{a}_1} - {\mathbf{a}_2} = ( - \sqrt 3 a/2,3a/2)
241250
$$
242251

243252
Then the Haldane model on a hexagonal lattice can be written as

0 commit comments

Comments
 (0)