config#

Module path: cuqi.config

This module controls global modifiable configuration settings.

Module Attributes

MAX_DIM_INV

Max total dimension for expensive matrix computations (inversion, eigenvalues etc.)

DEFAULT_SEED

Default seed for random number generators.

MAX_STACK_SEARCH_DEPTH

Maximum depth to search the Python variable stack for the name of a density if not set.

MIN_DIM_SPARSE

Minimum dimension to start storing Nd-arrays as sparse for N>2.