REQUIRED_METADATA_KEYS
- emmet.core.disorder.REQUIRED_METADATA_KEYS: tuple[str, ...] = ('ordered_task_id', 'reference_structure', 'supercell_diag', 'prototype', 'prototype_params', 'composition_map', 'versions')
Built-in immutable sequence.
If no argument is given, the constructor returns an empty tuple. If iterable is specified the tuple is initialized from iterable’s items.
If the argument is a tuple, the return value is the same object.