|
template<typename T > |
bool | is_type (const boost::any &operand) |
| Compares type of a boost::any variable. More...
|
|
bool | same_type (const gate &g1, const gate &g2) |
| Checks if two gates have the same type. More...
|
|
bool | is_toffoli (const gate &g) |
| Returns whether a gate is a Toffoli gate. More...
|
|
bool | is_fredkin (const gate &g) |
| Returns whether a gate is a Fredkin gate. More...
|
|
bool | is_peres (const gate &g) |
| Returns whether a gate is a Peres gate. More...
|
|
bool | is_v (const gate &g) |
| Returns whether a gate is a V gate. More...
|
|
bool | is_vplus (const gate &g) |
| Returns whether a gate is a V+ gate. More...
|
|
bool | is_module (const gate &g) |
| Returns whether a gate is a module. More...
|
|
Predefined target type tags for common gate types.
- See Also
- Target Tags