Skip to content

Commit

Permalink
spectral task in .param files
Browse files Browse the repository at this point in the history
  • Loading branch information
jkshenton committed Sep 16, 2024
1 parent 10a6db7 commit 7abd87e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion docs/workshop/02_bands_dos.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ Move into the graphite directory, look at the CASTEP .cell and .param files and

To the .param file the task (which lets CASTEP know what you want it to do) needs to be changed to:
```
task : bandstructure
task spectral
spectral_task bandstructure
```

The .cell file requires a path through the Brillouin Zone along which you want the bandstructure to be plotted:

```
Expand Down
3 changes: 2 additions & 1 deletion docs/workshop/07_xc.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ In this first exercise, we shall explore how to use different XC functionals to
Amend this to say:

```
task : bandstructure
task spectral
spectral_task bandstructure
```

3. We can also choose the XC functional that we wish to employ in the param file. If we set
Expand Down
Binary file modified docs/workshop/bandstructure.tgz
Binary file not shown.

0 comments on commit 7abd87e

Please sign in to comment.