#include <SyntaxTree.h>
|
| virtual double | Eval () const |
| virtual double | Eval (const std::unordered_map< std::string, double > &variables) const |
| std::vector< QoperationStatement > | operator() (const std::vector< QopType > &body, const std::vector< int > &absoluteBits, const std::vector< bool > &expectedValues) const |
Definition at line 1115 of file SyntaxTree.h.
◆ qasm::AddBitCondBranchExpr::result
| struct qasm::AddBitCondBranchExpr::result |
◆ Eval() [1/2]
| virtual double qasm::AbstractSyntaxTree::Eval |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ Eval() [2/2]
| virtual double qasm::AbstractSyntaxTree::Eval |
( |
const std::unordered_map< std::string, double > & | variables | ) |
const |
|
inlinevirtualinherited |
◆ operator()()
| std::vector< QoperationStatement > qasm::AddBitCondBranchExpr::operator() |
( |
const std::vector< QopType > & | body, |
|
|
const std::vector< int > & | absoluteBits, |
|
|
const std::vector< bool > & | expectedValues ) const |
|
inline |
The documentation for this struct was generated from the following file: