q1ss.utils.options

Options for the q1ss library.

Q1SSOptions

class Q1SSOptions[source]

Bases: OptionManager

Global options class for the q1ss library.

use_gpu

Whether to use GPU acceleration on matrix-matrix and matrix-vector multiplication. Can only be used if the numba and cupy libraries are installed.

Return type:

Option[bool]

options

options = OptionManager({   'use_gpu': False, }) at 0x78e40fc94c20

Global options for the q1ss library.