scqubits.core.param_sweep#

Functions

generator(sweep, func, **kwargs)

Method for computing custom data as a function of the external parameter, calculated via the function func.

Classes

ParameterSlice(param_name, param_val, ...)

Stores information about a 1d slice of a (possibly) multi-dimensional parameter sweep.

ParameterSweep(hilbertspace, ...[, ...])

Create multi-dimensional parameter sweeps for a quantum system described by a HilbertSpace object.

ParameterSweepBase(*args, **kwargs)

The_ParameterSweepBase class is an abstract base class for ParameterSweep and StoredSweep

StoredSweep(paramvals_by_name, hilbertspace, ...)