pyriemann_qiskit.utils.hyper_params_factory.create_mixer_identity¶
- pyriemann_qiskit.utils.hyper_params_factory.create_mixer_identity()[source]¶
Return an identity mixer (no operation).
This mixer applies no gates, effectively returning an identity operation. Useful for testing or when no mixing is desired.
- Returns:
mixer – A method that creates an empty mixer circuit. This method takes into parameters the number of qubits in the circuit, and a parameter use_params (ignored, kept for API compatibility).
- Return type:
Callable[[int, boolean], QuantumCircuit]
Notes
Added in version 0.5.0.