stilt.completion.expected_artifacts#

stilt.completion.expected_artifacts(footprint_names, *, error_enabled)[source]#

Return the artifacts a complete simulation must produce.

Always the main trajectory plus one entry per configured footprint; the error trajectory is included only when error_enabled is True.

Return type:

frozenset[str]

Parameters: