scqubits.core.namedslots_array¶
Functions
|
Converts name-based and value-based indexing to standard numpy indexing. |
|
|
|
Removes ... from the multi-index by explicit slicing. |
Classes
|
Object used for enabling enhanced indexing in NamedSlotsNdarray. |
|
|
|
This class implements multi-dimensional arrays, for which the leading M dimensions are each associated with a slot name and a corresponding array of slot values (float or complex or str). All standard slicing of the multi-dimensional array with integer-valued indices is supported as usual, e.g.::. |
|
Convenience class for maintaining multiple parameter sets: names and values of each parameter set, along with an ordering among sets. |