Skip to content

FAIRmat-NFDI/nomad-material-processing

Repository files navigation

NOMAD's Material Processing Plugin

This is a plugin for NOMAD which contains base sections for material processing.

Getting started

nomad-material-processing can be installed from PyPI using pip:

pip install nomad-material-processing

Development

This code is currently under development and for installing and contributing you should clone the repository:

git clone git@github.com:FAIRmat-NFDI/nomad-material-processing.git
cd nomad-material-processing

And install the package in editable mode:

pip install -e .