Use `selene-hugr-qis-compiler` to test if hugr is valid. ```python from selene_hugr_qis_compiler import check_hugr check_hugr(hugr) # Will raise exception if not valid ```