Tamil
மொழிகள்
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.StabilizerState.expand

StabilizerState.expand(other)[source]

Return the tensor product stabilzier state other ⊗ self.

Parameters

other (StabilizerState) -- a stabilizer state object.

Returns

the tensor product operator other ⊗ self.

Return type

StabilizerState

Raises

QiskitError -- if other is not a StabilizerState.