You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/nonhermitian.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ By default, the models returned by `tb_hamiltonian` are Hermitian. In addition t
4
4
5
5
## Hatano--Nelson model
6
6
7
-
The architypical non-Hermitian model is the 1D Hatano--Nelson model, consisting of a single site and nearest-neigbor hoppings, in a setting with only time-reversal symmetry.
7
+
The archetypical non-Hermitian model is the 1D Hatano--Nelson model, consisting of a single site and nearest-neighbor hoppings, in a setting with only time-reversal symmetry.
8
8
It is simple to build this model with SymmetricTightBinding.jl:
9
9
10
10
```@example hatano-nelson
11
11
brs = calc_bandreps(1, 1) # EBRs in plane group 1, with time-reversal symmetry
12
12
pin_free!(brs, [1=>[0]]) # the 1a Wyckoff position in plane group 1 has a free parameter: set to 0 for definiteness
The model is very simple: two different hopping terms, corresponding to right- and left-directed hopping terms. The absence of hermiticity allows the hopping amplitudes in either direction to differ, contrasting the Hermitian case:
The non-Hermitian model reduces to the Hermitian model when the left- and right-directed hopping amplitudes are equal. When the two are _not_ equal, the Hatano-Nelson model features exceptional points and spontaneous symmetry breaking of the real spectrum, as we can verify by example (using Brillouin.jl and GLMakie.jl for dispersion plotting):
23
23
24
-
```@example hatano-nelson¨
24
+
```@example hatano-nelson
25
25
ptbm = tbm([0.9, 1.1]) # a model with 0.9 hopping amplitude to right, 1.1 to the left
## A more complicated example: exceptional surfaces in p4
46
46
47
47
We can also construct more complicated examples where symmetry plays a role. Consider for example the following simple extension of the Hatano-Nelson model to a 2D lattice with p4 symmetry:
0 commit comments