seemps.analysis.space.Space.enlarge_dimension#

method

Space.enlarge_dimension(dim, amount)[source]#

Enlarges the specified dimension by adding more qubits.

Parameters:
dimint

The dimension to enlarge.

amountint

The number of qubits to add.

Returns:
Space

A new Space object with the enlarged dimension.