SparsePauliOp.dot

SparsePauliOp.dot(other, qargs=None)[source]

Return the composition channel self∘other.

Parameters
  • other (SparsePauliOp) – an operator object.

  • qargs (list or None) – a list of subsystem positions to compose other on.

Returns

The composed operator.

Return type

SparsePauliOp

Raises
  • QiskitError – if other cannot be converted to an Operator or has

  • incompatible dimensions.