macro_rules! cached_gate_matrix {
($gate_type:expr, $params:expr, $qubits:expr, $compute:expr) => { ... };
}Expand description
Convenience macro for caching gate matrix computations
macro_rules! cached_gate_matrix {
($gate_type:expr, $params:expr, $qubits:expr, $compute:expr) => { ... };
}Convenience macro for caching gate matrix computations