Trait roqoqo::operations::OperatePragma[][src]

pub trait OperatePragma: Operate + InvolveQubits + Substitute + Clone + PartialEq { }
Expand description

Trait for PRAGMA Operations that are not necessary available on all universal quantum hardware.

PRAGMA Operations are unphysical in terms of quantum mechanics and are meant to be used for simulation purposes only, i.e. to run on simulation backends.

Implementors