Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added check for hybrid Control/Matrix Gate classes + test #106

Commits on Mar 8, 2024

  1. Bump mkdocs-material from 9.5.10 to 9.5.11

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.10 to 9.5.11.
    - [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
    - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
    - [Commits](squidfunk/mkdocs-material@9.5.10...9.5.11)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored and Juan Boschero committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a70c8d2 View commit details
    Browse the repository at this point in the history
  2. Add check for hybrid Control/Matrix Gate classes + test

    - Configured equivalence of gates from subclass to base class
    - Renamed get_matrix to get_matrix_after_qubit_remapping and moved function to matrix_expander
    - Added tests to check equivalence between MatrixGate and ControlGate objects
    
    removed union import from squirrel_ir
    Juan Boschero committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    63b64d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40131d7 View commit details
    Browse the repository at this point in the history