Type Alias roqoqo::registers::Registers

source ·
pub type Registers = (HashMap<String, BitOutputRegister>, HashMap<String, FloatOutputRegister>, HashMap<String, ComplexOutputRegister>);
Expand description

Registers passed to and from functions running a full circuit.