Skip to content

Commit

Permalink
Fix typos and small update to notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
kavanase committed Jan 11, 2024
1 parent 19b55ac commit dea07fb
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 48 deletions.
4 changes: 2 additions & 2 deletions docs/examples/example_mgo.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ Hole effective masses:
Unfolded band structure can be ambiguous, please cross-check with the spectral function plot.
```

If detected band extremas are not consistent with the band structure, one should adjust the `--intensity-tol` and `--extrema-detect-tol`.
If detected band extrema are not consistent with the band structure, one should adjust the `--intensity-tol` and `--extrema-detect-tol`.
Increasing the value of `--intensity-tol` will filter away bands with very small spectral weights.
On the other hand, increasing `--extrema-detect-tol` will increase the energy window with respect
to the VBM or CBM to assign extrema points.
One can also inspect if the defected bands makes sense by using the `--plot` option.
One can also inspect if the detected bands makes sense by using the `--plot` option.
A Jupyter Notebook example can be found [here](../../examples/MgO/effective-mass.ipynb).


Expand Down
Loading

0 comments on commit dea07fb

Please sign in to comment.