From 8785c2b66d58a81d66d071d7911f95c2b20a1a08 Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines <ladinesalvinnoe@gmail.com> Date: Thu, 20 Jun 2024 12:50:00 +0000 Subject: [PATCH] Update sim workflow schema Changelog: Changed --- dependencies/schema/simulation/workflow | 2 +- gui/tests/artifacts.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dependencies/schema/simulation/workflow b/dependencies/schema/simulation/workflow index 15b04dbf0d..fd32d79dff 160000 --- a/dependencies/schema/simulation/workflow +++ b/dependencies/schema/simulation/workflow @@ -1 +1 @@ -Subproject commit 15b04dbf0d025f4d719a4170983ba3ebd7af04a6 +Subproject commit fd32d79dff815a62a48e66d72bf709863964455b diff --git a/gui/tests/artifacts.js b/gui/tests/artifacts.js index f5169a9a1e..041cf6b0dd 100644 --- a/gui/tests/artifacts.js +++ b/gui/tests/artifacts.js @@ -63660,7 +63660,7 @@ window.nomadArtifacts = { "description": "Value of the total energy for the present lambda state. The expected dimensions are [\"n_frames\"].\nThis quantity is a reference to the data (file+path), which is stored in an HDF5 file for efficiency.", "type": { "type_kind": "custom", - "type_data": "nomad.metainfo.metainfo._HDF5Reference" + "type_data": "nomad.datamodel.hdf5._HDF5Dataset" }, "shape": [] }, @@ -63672,7 +63672,7 @@ window.nomadArtifacts = { "description": "Value of the pressure-volume energy (i.e., P*V) for the present lambda state. The expected dimensions are [\"n_frames\"].\nThis quantity is a reference to the data (file+path), which is stored in an HDF5 file for efficiency.", "type": { "type_kind": "custom", - "type_data": "nomad.metainfo.metainfo._HDF5Reference" + "type_data": "nomad.datamodel.hdf5._HDF5Dataset" }, "shape": [] }, @@ -63684,7 +63684,7 @@ window.nomadArtifacts = { "description": "Values correspond to the difference in total energy between each specified lambda state\nand the reference state, which corresponds to the value of lambda of the current simulation.\nThe expected dimensions are [\"n_frames\", \"n_states\"].\nThis quantity is a reference to the data (file+path), which is stored in an HDF5 file for efficiency.", "type": { "type_kind": "custom", - "type_data": "nomad.metainfo.metainfo._HDF5Reference" + "type_data": "nomad.datamodel.hdf5._HDF5Dataset" }, "shape": [] }, @@ -63696,7 +63696,7 @@ window.nomadArtifacts = { "description": "Value of the derivative of the total energy with respect to lambda, evaluated for the current\nlambda state. The expected dimensions are [\"n_frames\"].\nThis quantity is a reference to the data (file+path), which is stored in an HDF5 file for efficiency.", "type": { "type_kind": "custom", - "type_data": "nomad.metainfo.metainfo._HDF5Reference" + "type_data": "nomad.datamodel.hdf5._HDF5Dataset" }, "shape": [] } -- GitLab