app.processing.post =================== .. py:module:: app.processing.post .. autoapi-nested-parse:: Post-process merged QASM-Program. Currently, this does only sort imports. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/app/processing/post/sort_imports/index Package Contents ---------------- .. py:function:: postprocess(program: openqasm3.ast.Program) -> openqasm3.ast.Program Return post-processed program as AST.