ffsim.singles_excitations_restricted¶
- ffsim.singles_excitations_restricted(t1)[source]¶
Restricted singles excitations operator.
The restricted singles excitations operator is
\[T_1 = \sum_{ia} t_{ia} (a^\dagger_{a\alpha} a_{i\alpha} + a^\dagger_{a\beta} a_{i\beta})\]where \(i\) runs over occupied orbitals, \(a\) runs over virtual orbitals, and \(t_{ia}\) are the singles amplitudes.
- Parameters:
t1 (
ndarray) – The singles amplitudes tensor of shape(nocc, nvrt), wherenoccis the number of occupied orbitals andnvrtis the number of virtual orbitals.- Return type:
- Returns:
The singles excitations operator.