[][src]Function qip::pipeline::get_required_state_size

pub fn get_required_state_size<P: Precision>(
    frontier: &[&Register],
    states: &[RegisterInitialState<P>]
) -> u64

Return the required number of qubits for a given frontier of Registers (those in the circuit with no parent Registers) and a set of initial states.