Skip to main content

count_obs

Function count_obs 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn count_obs(q: *const CompilerResult) -> usize
Expand description

Returns the number of observables (output).

ยงSafety

it is the responsibility of the calling function to ensure
that q points to a valid CompilerResult.