From 6ec4c588a3b75dafcf4a4574a696dca6d80b037e Mon Sep 17 00:00:00 2001 From: Jason Munro Date: Tue, 13 Sep 2022 13:49:52 -0700 Subject: [PATCH] Revert "Add entries to materials (#538)" (#539) This reverts commit 4dff5c74cdb6b64d97a45678f95ed97d2677e29d. --- emmet-core/emmet/core/material.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/emmet-core/emmet/core/material.py b/emmet-core/emmet/core/material.py index 21892fbda5..a517f5dc2a 100644 --- a/emmet-core/emmet/core/material.py +++ b/emmet-core/emmet/core/material.py @@ -77,12 +77,6 @@ class MaterialsDoc(StructureMetadata): description="Calculation types for all the calculations that make up this material.", ) - entries: Mapping[str, Union[ComputedEntry, ComputedStructureEntry]] = Field( - None, - description="List of all entries that are valid for this material." - " The keys for this dictionary are names of various calculation types.", - ) - last_updated: datetime = Field( description="Timestamp for when this document was last updated.", default_factory=datetime.utcnow,