Surface Phase Diagram Plotting Tools
Project description
SurfinPy
This is the documentation for the open-source Python project - surfinpy
.
A library designed to facilitate the generation of publication ready phase diagrams from ab initio calculations for both surface and bulk materials.
surfinpy is built on existing Python packages that those in the solid state physics/chemistry community should already be familiar with.
It is hoped that this tool will bring some benfits to the solid state community and facilitate the generation of publication ready phase diagrams (powered by Matplotlib.)
The main features include:
-
Method to generate surface phase diagrams as a function of chemical potential.
- Generate a diagram as a function of the chemical potential of two adsorbing species e.g. water and carbon dioxide.
- Generate a diagram as a function of the chemical potential of one adsorbing species and a surface species e.g. water and oxygen vacancies.
- Use experimental data combined with ab initio data to generate a temperature dependent phase diagram.
-
Method to generate surface phase diagrams as a function of temperature and pressure.
- Use experimental data combined with ab initio data to generate a pressure vs temperature plot showing the state of a surface as a function of temperature and pressure of one species.
-
Use calculated surface energies to built crystal morphologies.
- Use the surface energies produced by
surfinpy
alongside Pymatgen to built particle morphologies. - Evaulate how a particles shape changes with temperature and pressure.
- Use the surface energies produced by
-
Method to generate bulk phase diagrams as a function of chemical potential.
- Generate a diagram as a function of the chemical potential of two species e.g. water and carbon dioxide.
- Use experimental data combined with ab initio data to generate a temperature dependent phase diagram.
-
Method to generate bulk phase diagrams as a function of temperature and pressure.
- Use experimental data combined with ab initio data to generate a pressure vs temperature plot showing the phase space as a function of temperature and pressure.
-
Method to include vibrational properties in a phase diagram
- Module to calculate the zero point energy and vibrational entropy
- Encorporate the zero point energy and/or the vibrational entropy into a phase diagram.
The code has been developed to analyse VASP calculations but is compatible with other ab initio codes.
surfinpy
was developed across several PhD projects and as such the functionality focuses on the research questions encountered during those projects, which we should clarify
are wide ranging. Code contributions aimed at expanding the code to new problems are encouraged.
surfinpy
is free to use.
Usage
A full list of examples can be found in the examples folder of the git repository, these include jupyter notebook tutorials which combine the full theory with code examples.
Installation
surfinpy is a Python 3 package and requires a typical scientific Python stack. Use of the tutorials requires Anaconda/Jupyter to be installed.
To build from source:
pip install -r requirements.txt -e .
Or for jupyter compatable use
pip install -r requirements.txt -e .[Tutorials]
python setup.py test
Or alternatively install with pip
pip install surfinpy
Documentation
To build the documentation from scratch
cd docs
make html
Alternativly, documentation can be found here.
License
surfinpy
is made available under the MIT License.
Detailed requirements
surfinpy
is compatible with Python 3.5+ and relies on a number of open source Python packages, specifically:
- Numpy
- Scipy
- Matplotlib
- Pymatgen
- Seaborn
- Pyyaml
- Jupyter (Examples using Jupyter Notebooks, use Tutorials install)
Contributing
Contact
If you have questions regarding any aspect of the software then please get in touch with the development team via email Adam Symington (symmy596@gmail.com), Joshua Tse (joshua.s.tse@gmail.com). Alternatively you can create an issue on the Issue Tracker or you can discuss your questions on our gitter channel.
Bugs
There may be bugs. If you think you've caught one, please report it on the Issue Tracker.
This is also the place to propose new ideas for features or ask questions about the design of surfinpy
. Poor documentation is considered a bug
so feel free to request improvements.
Code contributions
We welcome help in improving and extending the package. This is managed through Github pull requests; for external contributions we prefer the "fork and pull"__ workflow while core developers use branches in the main repository:
- First open an Issue to discuss the proposed contribution. This discussion might include how the changes fit surfinpy's scope and a general technical approach.
- Make your own project fork and implement the changes there. Please keep your code style compliant with PEP8.
- Open a pull request to merge the changes into the main project. A more detailed discussion can take place there before the changes are accepted.
For further information please contact Adam Symington - symmy596@gmail.com, Joshua Tse - joshua.s.tse@gmail.com
Research
- Strongly Bound Surface Water Affects the Shape Evolution of Cerium Oxide Nanoparticles
- The energetics of carbonated PuO2 surfaces affects nanoparticle morphology: a DFT+U study
- Exploiting cationic vacancies for increased energy densities in dual-ion batteries
- Thermodynamic Evolution of Cerium Oxide Nanoparticle Morphology Using Carbon Dioxide
Author
- Adam R.Symington
- Joshua Tse (Uniersity of Huddersfield)
Acknowledgements
- Prof Stephen C.Parker - (Bath University)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file surfinpy-2.0.2-py3.8.egg
.
File metadata
- Download URL: surfinpy-2.0.2-py3.8.egg
- Upload date:
- Size: 47.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/2.0.0 pkginfo/1.8.2 requests/2.25.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d19c7db8eb0d8046aac05aff8955b8429a26d77762f94654124c74488ef2e6ea |
|
MD5 | a996b0d25b62a388e2ea4a0251232809 |
|
BLAKE2b-256 | 3378f62d5781383f735c6200b8beb0c2b49d3234e2608c0b0adbad302864a030 |