quspin.operators.isexp_op

quspin.operators.isexp_op(obj)[source]

Checks if instance is object of exp_op class.

Parameters:
obj

Arbitraty python object.

Returns:
bool

Can be either of the following:

  • True: obj is an instance of exp_op class.

  • False: obj is NOT an instance of`exp_op` class.