QCHackers / tqec

Design automation software tools for Topological Quantum Error Correction
https://tqec.app
Apache License 2.0
58 stars 15 forks source link

Validate `ComposedTemplate` #256

Open nelimee opened 1 week ago

nelimee commented 1 week ago

This PR implements the necessary classes and functions to be able to validate any ComposedTemplate instance. Here, validating means checking that, for any possible input k, the ComposedTemplate instance will not overlap with itself.

Closes #242

review-notebook-app[bot] commented 13 hours ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

nelimee commented 13 hours ago

I just realised that a lot of documentation was missing, I will add it before asking for another review.