iqm.benchmarks.compressive_gst.mgst.additional_fns.basis# iqm.benchmarks.compressive_gst.mgst.additional_fns.basis(size: int, index: int) → ndarray# Creates standard basis vectors. Parameters: size (int) – Vector space dimension index (int) – Index of basis vector Returns: Vector with entry 1 at position given by index and zeros elsewhere Return type: vec