Skip to content

Commit

Permalink
Merge branch 'castep-docs:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
jryates committed Sep 17, 2024
2 parents 65d89c4 + 0af8cc7 commit 9e57e26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions docs/workshop/02_bands_dos.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ First you will look at the CASTEP input files (.cell and .param) used to produce

Next you will use the perl script dispersion.pl which can be used to take CASTEP output and plot band structure diagrams.

Then you will use orbitals2bands. A tool which provides more information about the orbitals that contribute to different bands in your band structure diagram.
<!-- Then you will use orbitals2bands. A tool which provides more information about the orbitals that contribute to different bands in your band structure diagram. -->

Finally you will look at the band structure of iron, to show how magnetic systems can be studied using CASTEP, you will also plot the density of states of iron using dos.pl.

Expand Down Expand Up @@ -72,13 +72,14 @@ $ dispersion.pl -np -xg -bs -symmetry hexagonal graphite.bands | xmgrace -
```
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.

When you view this band structure plot you will notice the bands are coloured from lowest to highest energy. Using information about the wavefunction CASTEP can improve this band structure plot, so bands are coloured due to the orbitals that contribute. The `orbitals2bands` tool can be used to alter the `Si.bands` file represent the orbitals that contribute to the bands. This tool can be run in the same directory that you ran CASTEP in.
<!-- When you view this band structure plot you will notice the bands are coloured from lowest to highest energy. Using information about the wavefunction CASTEP can improve this band structure plot, so bands are coloured due to the orbitals that contribute. The `orbitals2bands` tool can be used to alter the `Si.bands` file represent the orbitals that contribute to the bands. This tool can be run in the same directory that you ran CASTEP in.
The program `orbitals2bands` overwrites your `Si.bands` file, so it's best to copy it to another file to preserve it
```
$ cp graphite.bands graphite.bands.orig
$ orbitals2bands graphite
```
```
-->


## Example 2 - Silicon and Aluminium.
Expand Down
2 changes: 1 addition & 1 deletion docs/workshop/optados/6a_dos.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The tarball for the tutorial files for all of the optados tutorials are here: [o
Perform an optados calculation.

```
$ optados.mpi Si2
$ optados Si2
```

This generates 3 files:
Expand Down

0 comments on commit 9e57e26

Please sign in to comment.