Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

Latest commit

 

History

History
87 lines (60 loc) · 3.86 KB

File metadata and controls

87 lines (60 loc) · 3.86 KB

NOMAD

NOMAD is a free, and open-source data management platform for materials science, whose goal is to make scientific research data FAIR (findable, accessible, interoperable and reusable).

No account / token is needed to access the NOMAD API.

Finding molecular dynamics datasets and files

Datasets

In NOMAD, a dataset (a simulation and its related files) is called an "entry" and a dataset is a set of multiple entries.

Entries related to molecular dynamics are found with the query terms "workflow name = MolecularDynamics": https://nomad-lab.eu/prod/v1/gui/search/entries?results.method.workflow_name=MolecularDynamics

API endpoint to search for entries related to MD:

Payload example:

{
    "owner": "visible",
    "query": {"results.method.workflow_name:any": ["MolecularDynamics"]},
    "aggregations": {},
    "pagination": {
        "order_by": "upload_create_time",
        "order": "desc",
        "page_size": 10,
        "page_after_value":None,
    },
    "required": {
        "exclude": [
            "quantities",
            "sections",
        ]
    },
}

We use pagination to get all results from this query. All dataset metadata are collected at this stage.

For debugging purpose, one want to get metadata for a given dataset:

Files

API endpoint to get files for a given entry:

  • Endpoint: /entries/{entry_id}/rawdir
  • HTTP method: GET
  • documentation

Examples

Entry x7sBrcHMgkcZcurdULy_qlxnnf6K

Description (called "Comment"):

MD simulations of wastewater pollutants on amorphous TiO2 at pH 7.4 in TIP3P water with NaCl ions. One simulation is calculated without pollutants, but with additional salt. Originally, the trajectories contain a total of 100 ns simulation time with a 10 ps time step. To compact the size, uploaded trajectories have a lower frequency of 100 ps time steps. If original trajectories are of interest, please contact the author. The two different topol.top files are for different stages in the equilibrium and production run: topol_I.top for the first equilibrium steps and topol_II.top for later equilibrium and production. They have different position restraints applied.

Entry wZib4jUWPP6TMTddN-POCI9Oko82

Remark: no description is provided for this dataset.