pub fn analyze_floquet_unitary(
unitary: &dyn LinearOperator,
period: f64,
format: MatrixFormat,
) -> Result<FloquetAnalysis>Expand description
Analyze an already-constructed one-period propagator.
This is the common boundary for continuous-time integrators, tensor-network propagators, and externally supplied unitaries.