A plugin for NOMAD containing base sections for material processing.
Project description
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
.
[!WARNING] Unfortunately, the current plugin mechanism is not supported by the latest nomad-lab version on PyPI and therefore an index url pointing to the NOMAD Gitlab registry needs to be added.
pip install nomad-material-processing --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
Setting up your OASIS
Read the NOMAD plugin documentation for all details on how to deploy the plugin on your NOMAD instance.
You don't need to modify the nomad.yaml
configuration file of your NOMAD instance, beacuse the package is pip installed and all the available modules (entry points) are loaded.
To include, instead, only some of the entry points, you need to specify them in the include
section of the nomad.yaml
. In the following lines, a list of all the available entry points:
plugins:
include:
- "nomad_material_processing:schema"
- "nomad_material_processing.solution:schema"
- "nomad_material_processing.vapor_deposition.cvd:schema"
- "nomad_material_processing.vapor_deposition.pvd:schema"
- "nomad_material_processing.vapor_deposition.pvd:mbe_schema"
- "nomad_material_processing.vapor_deposition.pvd:pld_schema"
- "nomad_material_processing.vapor_deposition.pvd:sputtering_schema"
- "nomad_material_processing.vapor_deposition.pvd:thermal_schema"
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 .[dev] --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file nomad_material_processing-1.0.1.tar.gz
.
File metadata
- Download URL: nomad_material_processing-1.0.1.tar.gz
- Upload date:
- Size: 502.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab3222f001046f6fde3778e4054406e6d74d072b2b60512f548b53297e49aa6c |
|
MD5 | a84b2b9df1f40ca73dfbf10bf524e4d1 |
|
BLAKE2b-256 | 3cd9c390f7ac790294ecae743c8842f37bae65eaec17a97f98be71eb8ee7082c |
File details
Details for the file nomad_material_processing-1.0.1-py3-none-any.whl
.
File metadata
- Download URL: nomad_material_processing-1.0.1-py3-none-any.whl
- Upload date:
- Size: 54.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.20
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4ddc2ee3c48c5577a0f877321d55c98d9c407ec8bef4cbc7f940d6627cf78e14 |
|
MD5 | 1fd363dcc0fef317a22b90de7e5b7434 |
|
BLAKE2b-256 | 505174edf3d5b71248103567f3463d21c098ded8b16c6e875cf9b3a5546ee8f3 |