Skip to main content

Surface Phase Diagram Plotting Tools

Project description

SurfinPy

DOI status Documentation Status Build Status Build status PyPI version Coverage Status Gitter chat

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:

  1. 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.
  2. 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.
  3. 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.
  4. 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.
  5. 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.
  6. 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:

  1. 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.
  2. Make your own project fork and implement the changes there. Please keep your code style compliant with PEP8.
  3. 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

Author

  • Adam R.Symington
  • Joshua Tse (Uniersity of Huddersfield)

Acknowledgements

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

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

surfinpy-2.0.2-py3.8.egg (47.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page