diff --git a/emmet-core/emmet/core/vasp/material.py b/emmet-core/emmet/core/vasp/material.py index 68c87cd2de..9c0650f461 100644 --- a/emmet-core/emmet/core/vasp/material.py +++ b/emmet-core/emmet/core/vasp/material.py @@ -41,6 +41,6 @@ class MaterialsDoc(CoreMaterialsDoc, StructureMetadata): None, description="Dictionary for tracking the provenance of properties" ) - entries: Dict[ComputedEntry] = Field( + entries: Dict[RunType, ComputedEntry] = Field( None, description="Dictionary for tracking entries for VASP calculations" )