Skip to main content

A NOMAD parser plugin for Wannier90 input/output files.

Project description

NOMAD

nomad-parser-wannier90

This is a plugin for NOMAD which contains the parser and extended sections definitions for Wannier90 input/output files. The parser uses the nomad-simulations schema as the basis of the schema.

Getting started

nomad-parser-wannier90 can be installed as a PyPI package using pip. We require features from the nomad-lab package which are not publicly available in PyPI, so an extra flag --index-url needs to be specified when pip installing this package:

pip install nomad-parser-wannier90 --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple

Development

If you want to develop locally this package, clone the project and in the workspace folder, create a virtual environment (note this project uses Python 3.9):

git clone https://github.com/nomad-coe/nomad-simulations.git
cd nomad-simulations
python3.9 -m venv .pyenv
. .pyenv/bin/activate

Make sure to have pip upgraded:

pip install --upgrade pip

We recommend installing uv for fast pip installation of the packages:

pip install uv

Install the nomad-lab package:

uv pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple

Note! Until we have an official pypi NOMAD release with the plugins functionality make sure to include NOMAD's internal package registry (via --index-url in the above command).

The plugin is still under development. If you would like to contribute, install the package in editable mode (with the added -e flag):

uv pip install -e '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple

Run the tests

You can run locally the tests:

python -m pytest -sv tests

where the -s and -v options toggle the output verbosity.

Our CI/CD pipeline produces a more comprehensive test report using the pytest-cov package. You can generate a local coverage report:

uv pip install pytest-cov
python -m pytest --cov=src tests

Run linting and auto-formatting

We use Ruff for linting and formatting the code. Ruff auto-formatting is also a part of the GitHub workflow actions. You can run locally:

ruff check .
ruff format . --check

Debugging

For interactive debugging of the tests, use pytest with the --pdb flag. We recommend using an IDE for debugging, e.g., VSCode. If that is the case, add the following snippet to your .vscode/launch.json:

{
  "configurations": [
      {
        "name": "<descriptive tag>",
        "type": "debugpy",
        "request": "launch",
        "cwd": "${workspaceFolder}",
        "program": "${workspaceFolder}/.pyenv/bin/pytest",
        "justMyCode": true,
        "env": {
            "_PYTEST_RAISE": "1"
        },
        "args": [
            "-sv",
            "--pdb",
            "<path-to-plugin-tests>",
        ]
    }
  ]
}

where <path-to-plugin-tests> must be changed to the local path to the test module to be debugged.

The settings configuration file .vscode/settings.json automatically applies the linting and formatting upon saving the modified file.

Documentation on Github pages

To view the documentation locally, install the related packages using:

uv pip install -r requirements_docs.txt

Run the documentation server:

mkdocs serve

Adding this plugin to NOMAD

Currently, NOMAD has two distinct flavors that are relevant depending on your role as an user:

  1. A NOMAD Oasis: any user with a NOMAD Oasis instance.
  2. Local NOMAD installation and the source code of NOMAD: internal developers.

Adding this plugin in your NOMAD Oasis

Read the NOMAD plugin documentation for all details on how to deploy the plugin on your NOMAD instance.

Adding this plugin in your local NOMAD installation and the source code of NOMAD

Modify the text file under /nomad/default_plugins.txt and add:

<other-content-in-default_plugins.txt>
nomad-parser-wannier90==x.y.z

where x.y.z represents the released version of this plugin.

Then, go to your NOMAD folder, activate your NOMAD virtual environment and run:

deactivate
cd <route-to-NOMAD-folder>/nomad
source .pyenv/bin/activate
./scripts/setup_dev_env.sh

Alternatively and only valid for your local NOMAD installation, you can modify nomad.yaml to include this plugin:

plugins:
  entry_points:
    include:
      - ["nomad_parser_wannier90.parsers:nomad_parser_wannier90_plugin"]
      - ["nomad_parser_wannier90.schema_packages:nomad_parser_wannier90_schema"]

Note! Once you modify your nomad.yaml file adding include, all the default plugins will be disconnected, so you will need to include them as well.

Main contributors

Name E-mail Github profiles
Dr. José M. Pizarro jose.pizarro@physik.hu-berlin.de @JosePizarro3

This nomad_ plugin was generated with Cookiecutter_ along with @nomad's cookiecutter-nomad-plugin template.

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

nomad_parser_wannier90-0.0.0.tar.gz (156.7 kB view details)

Uploaded Source

Built Distribution

nomad_parser_wannier90-0.0.0-py3-none-any.whl (29.9 kB view details)

Uploaded Python 3

File details

Details for the file nomad_parser_wannier90-0.0.0.tar.gz.

File metadata

File hashes

Hashes for nomad_parser_wannier90-0.0.0.tar.gz
Algorithm Hash digest
SHA256 ff8466dcff437c568c42b3b919cc7863f13e3d6d63963a14fe78cc1e9257fe9a
MD5 24ad36e5744704689c4c0c6b1350674c
BLAKE2b-256 aca4911f4a1262b5de4809715b475c3353d1212b0d7b0185c1dfd5e499dc2e4f

See more details on using hashes here.

File details

Details for the file nomad_parser_wannier90-0.0.0-py3-none-any.whl.

File metadata

File hashes

Hashes for nomad_parser_wannier90-0.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 519bffef33f3b9cf5e02208d495d1ddb971530f0330ab92e3da8ae7e2878f8e0
MD5 567ec40e332046a3d6ad773fed3c1a41
BLAKE2b-256 e549894f16df464b48d9e456d80bb4a0cc947d20ec152523eacf9e87bfa73bfd

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