Skip to main content

parse_matrix_backends

Function parse_matrix_backends 

Source
pub(crate) fn parse_matrix_backends() -> Result<Vec<Backend>, String>
Expand description

Reads --backend <list> for the matrix, defaulting to vm alone.

A value it does not recognize is an error rather than a fallback, for the reason --sample-order gives: a run that silently measured something else is a measurement of the wrong thing under the right name.