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

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

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