scqubits.core.storage#

Classes

DataStore(system_params[, param_name, ...])

Base class for storing and processing spectral data and custom data from parameter sweeps.

SpectrumData(energy_table, system_params[, ...])

Container holding energy and state data as a function of a particular parameter that is varied.

WaveFunction(basis_labels, amplitudes[, energy])

Container for wave function amplitudes defined for a specific basis.

WaveFunctionOnGrid(gridspec, amplitudes[, ...])

Container for wave function amplitudes defined on a coordinate grid (arbitrary dimensions).