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.

options

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

Global options for the q1ss library.