libqasm
library for handling cQASM files
|
This is the complete list of members for V1Analyzer, including all inherited members.
analyze_file(const std::string &filename) const | V1Analyzer | |
analyze_string(const std::string &data, const std::string &filename="<unknown>") const | V1Analyzer | |
parse_file(const std::string &filename) | V1Analyzer | static |
parse_string(const std::string &data, const std::string &filename="<unknown>") | V1Analyzer | static |
register_error_model(const std::string &name, const std::string ¶m_types="") | V1Analyzer | |
register_instruction(const std::string &name, const std::string ¶m_types="", bool allow_conditional=true, bool allow_parallel=true, bool allow_reused_qubits=false, bool allow_different_index_sizes=false) | V1Analyzer | |
V1Analyzer(const std::string &max_version="1.0", bool without_defaults=false) | V1Analyzer |