EIG.calc_pfactor#

EIG.calc_pfactor(As=None)[source]#

Compute participation factor of states in eigenvalues.

Each row in the participation factor correspond to one state, and each column correspond to one mode.

Parameters
Asnp.array or None

State matrix to process. If None, use self.As.

Returns
np.array(dtype=complex)

eigenvalues

np.array

participation factor matrix