German
Sprachen
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.quantum_info.ScalarOp.dot

ScalarOp.dot(other, qargs=None)

Return the right multiplied operator self * other.

Parameter
  • other (Operator) – an operator object.

  • qargs (list or None) – Optional, a list of subsystem positions to apply other on. If None apply on all subsystems (default: None).

Rückgabe

The right matrix multiplied Operator.

Rückgabetyp

Operator

Bemerkung

The dot product can be obtained using the @ binary operator. Hence a.dot(b) is equivalent to a @ b.