#include <SimpleOps.h>
|
| virtual double | Eval () const |
| |
| virtual double | Eval (const std::unordered_map< std::string, double > &variables) const |
| |
| IndexedId | operator() (int &counter, std::unordered_map< std::string, IndexedId > &creg_map, const IndexedId &id) const |
| |
Definition at line 126 of file SimpleOps.h.
◆ qasm::AddCregExpr::result
| struct qasm::AddCregExpr::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()()
| IndexedId qasm::AddCregExpr::operator() |
( |
int & |
counter, |
|
|
std::unordered_map< std::string, IndexedId > & |
creg_map, |
|
|
const IndexedId & |
id |
|
) |
| const |
|
inline |
The documentation for this struct was generated from the following file: