pub fn apply_sector_shift<Source, Target>(
source: &Source,
target: &Target,
terms: &[OperatorSpec],
input: &[Complex64],
output: &mut [Complex64],
) -> Result<()>Expand description
Apply parsed terms directly between sectors without materializing a matrix.