Source code for quantify_scheduler.frontends

# Repository: https://gitlab.com/quantify-os/quantify-scheduler
# Licensed according to the LICENCE file on the main branch
"""Frontends for the quantify_scheduler."""


[docs]def openql_sequencer_frontend(filename: str) -> None: """ Reads an OpenQL cQASM file and converts """ raise NotImplementedError