mqt.bench.configuration_options

Configuration options for the MQT Bench library.

Module Contents

class ConfigurationOptions[source]

Bases: TypedDict

Configuration options for benchmark generation.

All fields are optional. Currently supported options:

seed

Random seed for deterministic benchmark generation (None for random behavior).

seed: int | None