Skip to main content

Tool for assisting with the analysis and setup of VASP calculations.

Project description

py4vasp

Code style: black tests

Please note that this document is intended mostly for developers that want to use the version of py4vasp provided on Github. If you just want to install py4vasp to use it, please follow the official documentation.

Installation

We use the poetry dependency manager which takes care of all dependencies and maintains a virtual environment to check the code. If you want to test something in the virtual environment, just use e.g. poetry run jupyter-notebook.

Using poetry installing and the code requires the following steps. The last step will test whether everything worked

git clone git@github.com:vasp-dev/py4vasp.git
pip install poetry
poetry install
poetry run pytest

Note that this will install py4vasp into a virtual environment managed by poetry. This isolates the code from all other packages you have installed and makes sure that when you modify the code all the relevant dependencies are tracked.

Occasionally, we encountered errors when installing the mdtraj dependency in this fashion, in particular on MacOS and Windows. If you notice the same behavior, we recommend to manage your environment with conda and install py4vasp in the following manner

git clone git@github.com:vasp-dev/py4vasp.git
conda create --name py4vasp-env python=3.8
conda activate py4vasp-env
conda install -c conda-forge poetry
conda install -c conda-forge mdtraj
poetry config virtualenvs.create false --local
poetry install
poetry run pytest

Code style

Code style is enforced, but is not something the developer should spend time on, so we decided on using the black formatter. Please run black . before committing the code.

Contributing to py4vasp

We welcome contributions to py4vasp. To improve the code please follow this workflow

  • Create an issue for the bugfix or feature you plan to work on, this gives the option to provide some input before work is invested.
  • Implement your work in a fork of the repository and create a pull request for it. Please make sure to test your code thoroughly and commit the tests in the pull request in the tests directory.
  • In the message to your merge request mention the issue the code attempts to solve.
  • We will try to include your merge request rapidly when all the tests pass and your code is covered by tests.

Please limit the size of a the pull request to approximately 200 lines of code otherwise reviewing the changes gets unwieldy. Prefer splitting the work into multiple smaller chunks if necessary.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

py4vasp-0.7.1.tar.gz (66.3 kB view details)

Uploaded Source

Built Distribution

py4vasp-0.7.1-py3-none-any.whl (94.1 kB view details)

Uploaded Python 3

File details

Details for the file py4vasp-0.7.1.tar.gz.

File metadata

  • Download URL: py4vasp-0.7.1.tar.gz
  • Upload date:
  • Size: 66.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.7.13 Linux/5.0.0-32-generic

File hashes

Hashes for py4vasp-0.7.1.tar.gz
Algorithm Hash digest
SHA256 507cbd4acccd17eea196052cd0f6fa40b9721f75b9c96b4eda37cf3fd080421f
MD5 35b4e419845a4765688e77036d552536
BLAKE2b-256 93f3e038fd82b0a0fc71f09b4e2fbd7748a5d06f7904b666844c73d6b0a5ee3b

See more details on using hashes here.

File details

Details for the file py4vasp-0.7.1-py3-none-any.whl.

File metadata

  • Download URL: py4vasp-0.7.1-py3-none-any.whl
  • Upload date:
  • Size: 94.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.3.2 CPython/3.7.13 Linux/5.0.0-32-generic

File hashes

Hashes for py4vasp-0.7.1-py3-none-any.whl
Algorithm Hash digest
SHA256 79356c68b8589f925cd64b5f9dc41d604d2cc3cba8d1e68a541dc49f5bb844c0
MD5 eaed533ad4717c97ccb8e2d5e0f7fb1c
BLAKE2b-256 80c748a3e34ad6f67c266b684c57beda4ac841175f1a97cfaf18d720483328a6

See more details on using hashes here.

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