Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/workshop/02_bands_dos.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ $ mpirun -np 16 castep.mpi graphite
Once the CASTEP calculation has finished a `graphite.bands` file will be present in the directory. A band structure plot can be viewed by using the dispersion.pl tool.

```
$ dispersion.pl -np -xg -bs -symmetry hexagonal graphite.bands | xmgrace -
$ dispersion.pl -xg -bs -symmetry hexagonal graphite.bands
```
The `-xg` option tells dispersion.pl that you are using grace to plot the band structure, the `-bs` option tells the script that you want to plot using CASTEP output files, the `-symmetry hexagonal` option labels the high symmetry points on the bands structure plot.

Expand Down