concatenate
full name: tenpy.linalg.np_conserved.concatenate
parent module:
tenpy.linalg.np_conserved
type: function
- tenpy.linalg.np_conserved.concatenate(arrays, axis=0, copy=True)[source]
Stack arrays along a given axis, similar as np.concatenate.
Stacks the qind of the array, without sorting/blocking. Labels are inherited from the first array only.
- Parameters:
- Returns:
stacked – Concatenation of the given arrays along the specified axis.
- Return type:
See also
Array.sort_legcharge
can be used to block by charges along the axis.