Skip to content

Commit

Permalink
add computed entry and remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Oct 1, 2020
1 parent 83591d0 commit 99459db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions emmet-core/emmet/core/vasp/task.py
Expand Up @@ -8,10 +8,7 @@
from pymatgen.analysis.magnetism import CollinearMagneticStructureAnalyzer, Ordering

from emmet.core.structure import StructureMetadata
from emmet.stubs import Matrix3D, Structure


### Computed Entry for each calculation
from emmet.stubs import Matrix3D, Structure, ComputedEntry


class Status(Enum):
Expand Down Expand Up @@ -131,3 +128,6 @@ class TaskDocument(StructureMetadata):
None, description="List of VASP objects included with this Task Document"
)
vasp_objects: Dict[VASPObjects, Any]
entry: ComputedEntry = Field(
None, description="The computed Entry for this calculation"
)

0 comments on commit 99459db

Please sign in to comment.