From 8cc5e8d909df3bed9817c68e37e6695044dac9ec Mon Sep 17 00:00:00 2001 From: Kane Shenton Date: Tue, 17 Sep 2024 12:43:22 +0100 Subject: [PATCH] comment out orbitals2bands guidance pending bugfix --- docs/workshop/02_bands_dos.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/workshop/02_bands_dos.md b/docs/workshop/02_bands_dos.md index 67c6621..e8c4ae9 100644 --- a/docs/workshop/02_bands_dos.md +++ b/docs/workshop/02_bands_dos.md @@ -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. + 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. @@ -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. + ## Example 2 - Silicon and Aluminium.