Open Issues Need Help
View All on GitHubPython toolkit providing OpenQASM 3 semantic analyzer and utilities for program analysis and compilation.
Python toolkit providing OpenQASM 3 semantic analyzer and utilities for program analysis and compilation.
Python toolkit providing OpenQASM 3 semantic analyzer and utilities for program analysis and compilation.
AI Summary: Implement a maximum iteration limit check within the `_visit_forin_loop` function of the pyqasm project to prevent infinite loops, ensuring that the number of iterations does not exceed the `max_loop_iters` parameter. This involves comparing the size of the `irange` to `max_loop_iters` and breaking the loop if the limit is exceeded.
Python toolkit providing OpenQASM 3 semantic analyzer and utilities for program analysis and compilation.