Skip to main content

FermionOperatorBase

Base class for all fermionic quantum operators.

Members

NameDescription
sitesReturns the sites of a fermion operator in definition order. Unlike support(), this preserves the order of sites as they appear in the operator definition. Note: This function only works with fermion operators. For OperatorProduct or OperatorSum, use support() instead. Important: The order returned is the constructor order, not necessarily the order of mathematical application.