This program contains an efficient algorithm for the calculation of the anisotropic coefficients of thermal expansion. User input is minimal for the standard calculation and the script itself is adaptable to any supercomputing infrastructure.
A copy of this program can be obtained, with this readme file, from Github. After downloading, the user should modify the supercomputer requirements and point the script to the vasp and tdep executables.
A more detailed description of what is needed to run this script is found in the user manual. See USER_MANUAL.pdf for additional details.
This program requires python version 3.0+. Additionally, this program requires several numpy packages:
- numpy
- subprocess
- matplotlib
- mendeleev
Each of these can be installed from the python depository using pip install
.
Installation is easy!
You only need to place this program into the root folder where the calculations take place.
Before using this program it is important that the program, and systems running this program, be set up.
This requires:
- Structured file and folder system
- This folder system is outlined using
python ACTE.py --help
- This folder system is outlined using
- VASP
- VASP should be downloaded, installed, and the VASP executable linked in the program.
- TDEP
- TDEP should be downloaded, installed, and the TDEP bin folder needs to be linked.
There are currently no contributors to this program. However, if anyone would like to make changes to the code please send an email to the author, Nicholas Pike. Changes and suggestions are more than welcome.
0.0 - Initial production version of the program
- Nicholas Pike - Initial work - Please email (Nicholas.pike at smn.uio.no) if you have questions, comments, or ideas.
This project is licensed under the MIT License - see the LICENSE.md file for details