Skip to content

Commit

Permalink
Revert "Add entries to materials (#538)" (#539)
Browse files Browse the repository at this point in the history
This reverts commit 4dff5c7.
  • Loading branch information
munrojm committed Sep 13, 2022
1 parent 4dff5c7 commit 6ec4c58
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions emmet-core/emmet/core/material.py
Expand Up @@ -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,
Expand Down

0 comments on commit 6ec4c58

Please sign in to comment.