Skip to content

Commit 5e984fc

Browse files
authored
Add additional information to docstring
1 parent 0795b23 commit 5e984fc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

atomate/vasp/workflows/base/magnetism.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,9 @@ def get_wf(
234234
def _add_metadata(structure):
235235
"""
236236
For book-keeping, store useful metadata with the Structure
237-
object for later database ingestion.
237+
object for later database ingestion including workflow
238+
version and a UUID for easier querying of all tasks generated
239+
from the workflow.
238240
239241
Args:
240242
structure: Structure

0 commit comments

Comments
 (0)