Portuguese
Idiomas
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.opflow.state_fns.CVaRMeasurement.tensor

CVaRMeasurement.tensor(other)[código fonte]

Return tensor product between self and other, overloaded by ^. Note: You must be conscious of Qiskit’s big-endian bit printing convention. Meaning, Plus.tensor(Zero) produces a |+⟩ on qubit 0 and a |0⟩ on qubit 1, or |+⟩⨂|0⟩, but would produce a QuantumCircuit like

|0⟩– |+⟩–

Because Terra prints circuits and results with qubit 0 at the end of the string or circuit.

Parâmetros

other (OperatorBase) – The OperatorBase to tensor product with self.

Retorno

An OperatorBase equivalent to the tensor product of self and other.

Tipo de retorno

Union[OperatorStateFn, TensoredOp]