exercises:2017_uzh_cmest:stm
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
exercises:2017_uzh_cmest:stm [2017/11/08 09:58] – tmueller | exercises:2017_uzh_cmest:stm [2020/08/21 10:15] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 9: | Line 9: | ||
* On the server is a package for you to unpack (hohoho ;-)), containing a number of input files. Run the following in a new and empty directory: < | * On the server is a package for you to unpack (hohoho ;-)), containing a number of input files. Run the following in a new and empty directory: < | ||
- | * The scripts are contained in yet another python package: < | + | * The scripts are contained in yet another python package: < |
===== Geometry optimization ===== | ===== Geometry optimization ===== | ||
Line 26: | Line 26: | ||
===== Calculating the nanoribbon ===== | ===== Calculating the nanoribbon ===== | ||
- | To get the actual electron density, we are now going to run a full DFT calculation using a large basis set ('' | + | To get the actual electron density, we are now going to run a full DFT calculation using a large basis set ('' |
This calculation will take a while to finish: run it in parallel using 4 processes ('' | This calculation will take a while to finish: run it in parallel using 4 processes ('' | ||
Line 37: | Line 37: | ||
===== Generating the STM image ===== | ===== Generating the STM image ===== | ||
+ | |||
To get an actual STM image, we now have to combine the wavefunctions into a single one: | To get an actual STM image, we now have to combine the wavefunctions into a single one: | ||
<code bash> | <code bash> | ||
# use your output file of the full DFT calculation as your levelsfile! | # use your output file of the full DFT calculation as your levelsfile! | ||
- | cp2k-sumbias.py | + | cp2k-sumbias.py --cubes *WFN*.cube --levelsfile nanoribbon.out --vmin -2.0 --vmax 2.0 --vstep 0.5 | tee sumbias.out |
- | | + | # and pipe the output to the file sumbias.out and the screen simultaneously by using ' |
- | | + | |
- | | + | |
- | | + | |
</ | </ | ||
+ | |||
+ | The parameters '' | ||
+ | |||
+ | It is important to note that for a given bias voltage, for example −2.0 (current goes from the substrate/ | ||
+ | |||
+ | At this point you should have a new set of combined CUBE files: '' | ||
+ | |||
+ | From these we can finally generate the actual STM images, which should give you a set of files '' | ||
+ | |||
+ | <code bash> | ||
+ | # zcut is the minimum z-height | ||
+ | stm.py --stmcubes stm_*.cube --isovalues 1.0e-7 --zcut 22 --plot | ||
+ | </ | ||
+ | |||
+ | Why are there no images for certain bias voltages? Would you expect the same for a metallic substrate? |
exercises/2017_uzh_cmest/stm.1510135135.txt.gz · Last modified: 2020/08/21 10:15 (external edit)