The get_static reply schema and docs are inconsistent: - https://github.com/QuTech-Delft/compute-runtime-schema/blob/master/schemas/get_static/reply_success.schema.json: shows passes `decomposition`, `mapping`, `optimization`, `routing` - https://github.com/QuTech-Delft/compute-runtime-schema/blob/master/docs/request/meta.md: says only `decomposition` is supported It seems that in OpenSquirrel there are more than the 4 passes described above: - `merging` - `routing` See: https://github.com/QuTech-Delft/OpenSquirrel/tree/main/opensquirrel/passes
The get_static reply schema and docs are inconsistent:
decomposition,mapping,optimization,routingdecompositionis supportedIt seems that in OpenSquirrel there are more than the 4 passes described above:
mergingroutingSee: https://github.com/QuTech-Delft/OpenSquirrel/tree/main/opensquirrel/passes