Unitary

The unitary class is the base class for all unitary operators in QuOp_MPI. Custom propagators should inherit from this class.

Built-in propagators evolve through backend-owned native context buffers. The initial_state and final_state attributes exposed on unitary remain available only for custom legacy subclasses that explicitly manage Python-side state buffers.

Class Reference

quop_mpi.Unitary

alias of UnitaryBase