pub fn calc_transition_density_matrix<T, SC>(
lowdin_paired_coefficientss: &[LowdinPairedCoefficients<T>],
structure_constraint: &SC,
) -> Result<Array2<T>, Error>Expand description
Calculates the transition density matrix between two Löwdin-paired determinants.
§Arguments
lowdin_paired_coefficientss - A sequence of pairs of Löwdin-paired coefficients, one for each
subspace determined by the specified structure constraint.
structure_constraint - The structure constraint governing the coefficients.
§Returns
The one-particle matrix element.