tool

psifx base tool.

Classes

Tool

Base class for any tool.

class Tool(device, overwrite=False, verbose=True)[source]

Bases: object

Base class for any tool.

Parameters:
  • device (str) – The device where the computation should be executed.

  • overwrite (bool) – Whether to overwrite existing files, otherwise raise an error.

  • verbose (Union[bool, int]) – Whether to execute the computation verbosely.