libqasm
library for handling cQASM files
qasm_data.hpp
Go to the documentation of this file.
1 #ifndef QASM_DATA_HPP
2 #define QASM_DATA_HPP
3 
4 // NOTE: this file is probably no longer needed as it was used by the old
5 // parser/lexer, but technically it was a public header file.
6 
7 #include "qasm_ast.hpp"
8 
9 typedef struct {
14  std::string buffer_string;
15 } qasm_data;
16 
17 #endif // QASM_DATA_HPP
compiler::Bits bits_identified
Definition: qasm_data.hpp:10
compiler::NumericalIdentifiers buffer_indices
Definition: qasm_data.hpp:11
compiler::SubCircuits subcircuits_object
Definition: qasm_data.hpp:12
std::string buffer_string
Definition: qasm_data.hpp:14
compiler::QasmRepresentation qasm_representation
Definition: qasm_data.hpp:13