pub fn make_circuit_matrix<CB, P, F>(
    cb: &mut CB,
    r: &CB::Register,
    f: F
) -> Vec<Vec<Complex<P>>>where
    CB: CircuitBuilder,
    P: Precision,
    F: Fn(CB::StateCalculation) -> Vec<Complex<P>>,
Expand description

Create a circuit for the circuit given by r.