is_restart
(experimental feature) This parameter indicates whether the calculation is a restarted workflow run. The default is False. If set to true, the workflow will go through the given directory (which must be provided) and determine where to resume.
directory: my-old-calc-folder
is_restart: true
directory = "my-old-calc-folder"
is_restart = true
directory = "my-old-calc-folder"
is_restart = True