Skip to content

Commit 50c75d3

Browse files
committed
fix docs typo
1 parent 5b06693 commit 50c75d3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ We can easily set up a more interesting situation, however, by incorporating mor
147147
cbr′ = @composite brs[5] + brs[1]
148148
tbm′ = tb_hamiltonian(cbr′)
149149
ptbm′ = tbm′([-4, -0, -0.1, 0.0, 1.0, -1.0, 1.0])
150-
plot(kpi, spectrum(ptbm′, kpi); annotations = collect_irrep_annotations(ptbm))
150+
plot(kpi, spectrum(ptbm′, kpi); annotations = collect_irrep_annotations(ptbm))
151151
```
152152
The band structures features two connected groups of bands. We can obtain the same result (via a compatibility-analysis involving only the high-symmetry **k**-points) via `collect_compatible`:
153153
```@example basic-use

0 commit comments

Comments
 (0)