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

qiskit.quantum_info.StabilizerState.tensor

StabilizerState.tensor(other)[source]

Return the tensor product stabilzier state self ⊗ other.

Parameters

other (StabilizerState) -- a stabilizer state object.

Returns

the tensor product operator self ⊗ other.

Return type

StabilizerState

Raises

QiskitError -- if other is not a StabilizerState.