Skip to main content

Collection of NOMAD parsers for workflow engines.

Project description

DOI

This is a collection of the NOMAD parsers for the following workflow codes:

  1. AFLOW
  2. ASR
  3. Atomate
  4. ElaStic
  5. FHI-vibes
  6. LOBSTER
  7. phonopy
  8. QuantumEspressoEPW
  9. QuantumEspressPhonon
  10. QuantumEspressoXSpectra

Preparing code input and output file for uploading to NOMAD

An upload is basically a directory structure with files. If you have all the files locally you can just upload everything as a .zip or .tar.gz file in a single step. While the upload is in the staging area (i.e. before it is published) you can also easily add or remove files in the directory tree via the web interface. NOMAD will automatically try to choose the right parser for you files.

For each parser there is one type of file that the respective parser can recognize. We call these files mainfiles. For each mainfile that NOMAD discovers it will create an entry in the database, which users can search, view, and download. NOMAD will consider all files in the same directory as auxiliary files that also are associated with that entry. Parsers might also read information from these auxillary files. This way you can add more files to an entry, even if the respective parser/code might not use them. However, we strongly recommend to not have multiple mainfiles in the same directory. For CMS calculations, we recommend having a separate directory for each code run.

Go to the NOMAD upload page to upload files or find instructions about how to upload files from the command line.

Using the parser

You can use NOMAD's parsers and normalizers locally on your computer. You need to install NOMAD's pypi package:

pip install nomad-lab

To parse code input/output from the command line, you can use NOMAD's command line interface (CLI) and print the processing results output to stdout:

nomad parse --show-archive <path-to-file>

To parse a file in Python, you can program something like this:

import sys
from nomad.cli.parse import parse, normalize_all

# match and run the parser
archive = parse(sys.argv[1])
# run all normalizers
normalize_all(archive)

# get the 'main section' section_run as a metainfo object
section_run = archive.section_run[0]

# get the same data as JSON serializable Python dict
python_dict = section_run.m_to_dict()

Developing the parser

Create a virtual environment to install the parser in development mode:

pip install virtualenv
virtualenv -p `which python3` .pyenv
source .pyenv/bin/activate

Install NOMAD's pypi package:

pip install nomad-lab

Clone the parser project and install it in development mode:

git clone https://github.com/nomad-coe/workflow-parsers.git workflow-parsers
pip install -e workflow-parsers

Running the parser now, will use the parser's Python code from the clone project.

How to cite this work

Ladines, A.N., ..., Workflow Parsers (all versions) [Computer software]. https://doi.org/10.xxx/zenodo.xxx

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_plugins_workflow-1.1.2.tar.gz (31.2 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nomad_parser_plugins_workflow-1.1.2-py3-none-any.whl (118.3 kB view details)

Uploaded Python 3

File details

Details for the file nomad_parser_plugins_workflow-1.1.2.tar.gz.

File metadata

File hashes

Hashes for nomad_parser_plugins_workflow-1.1.2.tar.gz
Algorithm Hash digest
SHA256 bf910e461d78a3b946fc9a34c29f3cf1f5eabab74ec9f4581b314989fffbc5d4
MD5 7189d782b2fa50b5cf305316616d551a
BLAKE2b-256 3159f5541fe3d07e04bb3dd675a91917c4979663a3c4eef56516ed36607e0dc5

See more details on using hashes here.

Provenance

The following attestation bundles were made for nomad_parser_plugins_workflow-1.1.2.tar.gz:

Publisher: publish.yml on nomad-coe/workflow-parsers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nomad_parser_plugins_workflow-1.1.2-py3-none-any.whl.

File metadata

File hashes

Hashes for nomad_parser_plugins_workflow-1.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 729a3e966bf9e811c8aea98f67494eb307ae6796a06abc3d2b79aeef70a3aba1
MD5 5a9267baacd8a409072cd081c6dcd783
BLAKE2b-256 4fd075a0ee636efbd7b3bf0e0d63f5bbd95abc5ac2fab3d7eba7009788b299a4

See more details on using hashes here.

Provenance

The following attestation bundles were made for nomad_parser_plugins_workflow-1.1.2-py3-none-any.whl:

Publisher: publish.yml on nomad-coe/workflow-parsers

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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