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

Release 0.1.0 #353

Merged
merged 677 commits into from
Oct 10, 2024
Merged

Release 0.1.0 #353

merged 677 commits into from
Oct 10, 2024
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 24, 2024

  1. Merge pull request #235 from QuTech-Delft/add-cqasm-lite-writer

    Add cQASM Lite writer
    rturrado authored Jun 24, 2024
    Configuration menu
    Copy the full SHA
    bc64d9e View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Merge pull request #241 from QuTech-Delft/develop

    update issue 83
    juanboschero authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    74f3130 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f8fa823 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #214 from QuTech-Delft/98-create-x-yz-decomposer-f…

    …or-quantify-scheduler
    
    98 create x yz decomposer for quantify scheduler
    juanboschero authored Jun 26, 2024
    Configuration menu
    Copy the full SHA
    b4a2c74 View commit details
    Browse the repository at this point in the history
  4. Add _verify_register_size method

    Juan Boschero committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f4ced2f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    325d6de View commit details
    Browse the repository at this point in the history
  6. Fix mypy.

    rturrado committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    71896f1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ecc4e65 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Merge pull request #243 from QuTech-Delft/83-do-checks-at-check-gener…

    …ator-f-args
    
    Move out of bounds checks to _check_generator_f_args
    juanboschero authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ab0fcf7 View commit details
    Browse the repository at this point in the history
  2. Modify check_generator_f_args method

    Juan Boschero committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    ab08548 View commit details
    Browse the repository at this point in the history
  3. Fix docstring in method

    Juan Boschero committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    18f6130 View commit details
    Browse the repository at this point in the history
  4. Fix docstring in method

    Juan Boschero committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    d8eff79 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Merge pull request #242 from QuTech-Delft/83-fix-non-existing-qubit-i…

    …ndex-not-giving-error
    
    83 fix non existing qubit index not giving error
    juanboschero authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    861f842 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    614f996 View commit details
    Browse the repository at this point in the history
  2. black

    eendebakpt committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    40075c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    af8a7fd View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Add optimisation steps to Mckay

    Juan Boschero committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    cc6610c View commit details
    Browse the repository at this point in the history
  2. Fix tests and mypy

    Juan Boschero committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    e94d65b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    066c8e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8684e92 View commit details
    Browse the repository at this point in the history
  5. Fix ABADecomposer for YZY, XYX, ZXZ

    Juan Boschero committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    f5f4583 View commit details
    Browse the repository at this point in the history
  6. Modify is_in_lower_half

    Juan Boschero committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a5549d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Resolve review comments.

    elenbaasc committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1aa926d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Update test/writer/test_writer.py

    Co-authored-by: Roberto Turrado Camblor <[email protected]>
    elenbaasc and rturrado authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    d4dc2c7 View commit details
    Browse the repository at this point in the history
  2. Update test/docs/test_tutorial.py

    Co-authored-by: Roberto Turrado Camblor <[email protected]>
    elenbaasc and rturrado authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    e729465 View commit details
    Browse the repository at this point in the history
  3. Update opensquirrel/ir.py

    Co-authored-by: Roberto Turrado Camblor <[email protected]>
    elenbaasc and rturrado authored Jul 12, 2024
    Configuration menu
    Copy the full SHA
    4ed25c0 View commit details
    Browse the repository at this point in the history
  4. Resolve review comments.

    elenbaasc committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    087445b View commit details
    Browse the repository at this point in the history
  5. Merge remote into local

    elenbaasc committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    02800b1 View commit details
    Browse the repository at this point in the history
  6. Run black.

    elenbaasc committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    1a351ba View commit details
    Browse the repository at this point in the history
  7. Sort out typing error.

    elenbaasc committed Jul 12, 2024
    Configuration menu
    Copy the full SHA
    26a70b8 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    42003cd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b2590e View commit details
    Browse the repository at this point in the history
  3. Run black

    elenbaasc committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    abf14a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Configuration menu
    Copy the full SHA
    7a9b79b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed2fa0c View commit details
    Browse the repository at this point in the history
  3. Run black

    elenbaasc committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    94956c3 View commit details
    Browse the repository at this point in the history
  4. Added annotations import

    elenbaasc committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    8310d7b View commit details
    Browse the repository at this point in the history
  5. Update opensquirrel/writer/writer.py

    Co-authored-by: Roberto Turrado Camblor <[email protected]>
    elenbaasc and rturrado authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1bc392b View commit details
    Browse the repository at this point in the history
  6. Resolve comments.

    elenbaasc committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    130df4a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7e0acb2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #253 from QuTech-Delft/237-print-out-available-inf…

    …ormation-instead-of-anonymous-gate
    
    [CQT-30] Print out available information instead of "anonymous-gate"
    elenbaasc authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    553636a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    512cbdb View commit details
    Browse the repository at this point in the history
  10. Merge pull request #251 from QuTech-Delft/248-fix-abadecompose-so-tha…

    …t-rx-is-prioritised
    
    Add optimisation steps to Mckay
    elenbaasc authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    586e6ae View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Bump pylint from 3.2.2 to 3.2.6

    Bumps [pylint](https://github.com/pylint-dev/pylint) from 3.2.2 to 3.2.6.
    - [Release notes](https://github.com/pylint-dev/pylint/releases)
    - [Commits](pylint-dev/pylint@v3.2.2...v3.2.6)
    
    ---
    updated-dependencies:
    - dependency-name: pylint
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    6e3f6cc View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    63f9d2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6051c9 View commit details
    Browse the repository at this point in the history
  3. Remove dead code

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    98bc5ef View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25f238a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90108fb View commit details
    Browse the repository at this point in the history
  6. Implement suggestion

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    0162418 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5f67c4a View commit details
    Browse the repository at this point in the history
  8. Fix tests

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8ee1614 View commit details
    Browse the repository at this point in the history
  9. Update opensquirrel/exporter/quantify_scheduler_exporter.py

    Co-authored-by: Roberto Turrado Camblor <[email protected]>
    S-Linde and rturrado committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5296bca View commit details
    Browse the repository at this point in the history
  10. Implement suggestions

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    dd4c9f9 View commit details
    Browse the repository at this point in the history
  11. More concise error message

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    2792c89 View commit details
    Browse the repository at this point in the history
  12. Implement suggestion

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    8c18756 View commit details
    Browse the repository at this point in the history
  13. Implement suggestions

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    358616d View commit details
    Browse the repository at this point in the history
  14. resolve conflicts

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    5ae19de View commit details
    Browse the repository at this point in the history
  15. Fix typo

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    77db9b8 View commit details
    Browse the repository at this point in the history
  16. Fix tests

    S-Linde committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    bb3c15f View commit details
    Browse the repository at this point in the history
  17. Merge pull request #256 from QuTech-Delft/dont-raise-bare-exceptions

    Dont raise bare exceptions
    elenbaasc authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    d30329a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c9a092a View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b933879 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    81eb99f View commit details
    Browse the repository at this point in the history
  21. Merge pull request #265 from QuTech-Delft/CQT-76-linked-ir-between-ci…

    …rcuit-and-circuit-builder
    
    Cqt 76 linked ir between circuit and circuit builder
    S-Linde authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    248f0af View commit details
    Browse the repository at this point in the history
  22. Bump pytest from 8.2.2 to 8.3.2

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.2.2 to 8.3.2.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.2.2...8.3.2)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f60f6e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Configuration menu
    Copy the full SHA
    6de6a50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2f79483 View commit details
    Browse the repository at this point in the history
  3. Remove ANTLR4 dependency.

    rturrado committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    e6791fe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #267 from QuTech-Delft/CQT-68-remove-c-qasm-lite-w…

    …riter
    
    CQT 68: remove cQASM lite writer
    rturrado authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    82e6687 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    da3971b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #268 from QuTech-Delft/CQT-64-Add-CNOTDecomposer-t…

    …o-compile-strategy-of-Spin-2-backend
    
    [CQT-64] Add CNOT decomposer to Spin-2 integration test.
    elenbaasc authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    3596d2e View commit details
    Browse the repository at this point in the history
  7. Merge pull request #269 from QuTech-Delft/CQT-39-check-if-antlr-4-dep…

    …endency-is-still-required-otherwise-remove
    
    CQT 39: check if ANTLR4 dependency is still required (otherwise, remove)
    elenbaasc authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    509caf0 View commit details
    Browse the repository at this point in the history
  8. Bump coverage from 7.5.3 to 7.6.0

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.5.3 to 7.6.0.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.5.3...7.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 26, 2024
    Configuration menu
    Copy the full SHA
    4c2a61d View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Resolve conflicts

    S-Linde committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    09badcb View commit details
    Browse the repository at this point in the history
  2. Update mapping

    S-Linde committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    0a7de79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    084456b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1a2daec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68559ae View commit details
    Browse the repository at this point in the history
  6. style

    S-Linde committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ba6b0d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f2c170b View commit details
    Browse the repository at this point in the history
  8. resolve conflicts

    S-Linde committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4958b18 View commit details
    Browse the repository at this point in the history
  9. Resolve conflicts

    S-Linde committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    9d9765d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b828f0b View commit details
    Browse the repository at this point in the history
  11. Cleanup tests

    S-Linde committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    ba71ce6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    888763c View commit details
    Browse the repository at this point in the history
  13. Cleanup tests

    S-Linde committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    6d78385 View commit details
    Browse the repository at this point in the history
  14. Update test/merger/test_merger.py

    Co-authored-by: Roberto Turrado Camblor <[email protected]>
    S-Linde and rturrado committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    48a4be7 View commit details
    Browse the repository at this point in the history
  15. Update test/merger/test_merger.py

    Co-authored-by: Roberto Turrado Camblor <[email protected]>
    S-Linde and rturrado committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f64d782 View commit details
    Browse the repository at this point in the history
  16. Fix failing tests

    S-Linde committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    5d81a85 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. Merge pull request #258 from QuTech-Delft/CQT-51-replace-tests-using-…

    …c-qasm-strings-with-circuits-generated-through-the-circuit-builder
    
    Cqt 51 replace tests using c qasm strings with circuits generated through the circuit builder
    S-Linde authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    b9f0223 View commit details
    Browse the repository at this point in the history
  2. Bump mypy from 1.10.0 to 1.11.1

    Bumps [mypy](https://github.com/python/mypy) from 1.10.0 to 1.11.1.
    - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
    - [Commits](python/mypy@v1.10.0...v1.11.1)
    
    ---
    updated-dependencies:
    - dependency-name: mypy
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Jul 31, 2024
    Configuration menu
    Copy the full SHA
    9a4db1c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Bump mkdocs-material from 9.5.25 to 9.5.31

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.25 to 9.5.31.
    - [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.25...9.5.31)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 2, 2024
    Configuration menu
    Copy the full SHA
    aa7ead2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. Merge pull request #266 from QuTech-Delft/dependabot/pip/pytest-8.3.2

    Bump pytest from 8.2.2 to 8.3.2
    rturrado authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    c3a3669 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #255 from QuTech-Delft/dependabot/pip/coverage-7.6.0

    Bump coverage from 7.5.3 to 7.6.0
    rturrado authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    969e1d6 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #261 from QuTech-Delft/dependabot/pip/pylint-3.2.6

    Bump pylint from 3.2.2 to 3.2.6
    rturrado authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    5e5b2d4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #274 from QuTech-Delft/dependabot/pip/mkdocs-mater…

    …ial-9.5.31
    
    Bump mkdocs-material from 9.5.25 to 9.5.31
    rturrado authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    d0293b2 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #272 from QuTech-Delft/dependabot/pip/mypy-1.11.1

    Bump mypy from 1.10.0 to 1.11.1
    rturrado authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    255e307 View commit details
    Browse the repository at this point in the history
  6. [CQT-81] Fix formula for ABA decomposition (#271)

    * Fix formula for ABADecomposition
    
    * Add tests for decomposition indexer,  XZX circuits and YXY circuits
    
    * Rename decomposition to _find_unused_index
    
    * Rename test files in integration
    
    ---------
    
    Co-authored-by: Juan Boschero <[email protected]>
    juanboschero and Juan Boschero authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    93319b4 View commit details
    Browse the repository at this point in the history
  7. Bump pymdown-extensions from 10.8.1 to 10.9

    Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.8.1 to 10.9.
    - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
    - [Commits](facelessuser/pymdown-extensions@10.8.1...10.9)
    
    ---
    updated-dependencies:
    - dependency-name: pymdown-extensions
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ae671df View commit details
    Browse the repository at this point in the history
  8. Bump mkdocstrings from 0.25.1 to 0.25.2

    Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.25.1 to 0.25.2.
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.25.1...0.25.2)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocstrings
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    b84834f View commit details
    Browse the repository at this point in the history
  9. Bump black from 24.4.2 to 24.8.0

    Bumps [black](https://github.com/psf/black) from 24.4.2 to 24.8.0.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.4.2...24.8.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    036a93c View commit details
    Browse the repository at this point in the history
  10. Bump coverage from 7.6.0 to 7.6.1

    Bumps [coverage](https://github.com/nedbat/coveragepy) from 7.6.0 to 7.6.1.
    - [Release notes](https://github.com/nedbat/coveragepy/releases)
    - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
    - [Commits](nedbat/coveragepy@7.6.0...7.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: coverage
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 5, 2024
    Configuration menu
    Copy the full SHA
    7d803d9 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Merge pull request #275 from QuTech-Delft/dependabot/pip/pymdown-exte…

    …nsions-10.9
    
    Bump pymdown-extensions from 10.8.1 to 10.9
    rturrado authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    5456561 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #276 from QuTech-Delft/dependabot/pip/mkdocstrings…

    …-0.25.2
    
    Bump mkdocstrings from 0.25.1 to 0.25.2
    rturrado authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    935250f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #277 from QuTech-Delft/dependabot/pip/black-24.8.0

    Bump black from 24.4.2 to 24.8.0
    rturrado authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    160f3db View commit details
    Browse the repository at this point in the history
  4. Merge pull request #278 from QuTech-Delft/dependabot/pip/coverage-7.6.1

    Bump coverage from 7.6.0 to 7.6.1
    rturrado authored Aug 6, 2024
    Configuration menu
    Copy the full SHA
    347e7b9 View commit details
    Browse the repository at this point in the history
  5. Resolve conflicts

    S-Linde committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    fce314a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5f23fc5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a9830d5 View commit details
    Browse the repository at this point in the history
  8. Use ruff instead of black

    S-Linde committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    ccd5378 View commit details
    Browse the repository at this point in the history
  9. Put black back in lint

    S-Linde committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    a80a39d View commit details
    Browse the repository at this point in the history
  10. Update poetry.lock

    S-Linde committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    9df1e12 View commit details
    Browse the repository at this point in the history
  11. ignore SLF001

    S-Linde committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    e457782 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. Merge pull request #273 from QuTech-Delft/CQT-58-implement-and-config…

    …ure-tox
    
    [CQT-58] Implement and configure tox
    S-Linde authored Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7b83917 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47e3cdb View commit details
    Browse the repository at this point in the history
  3. Compatibility with numpy2.0

    S-Linde committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    91fdad4 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2024

  1. Update dependencies

    S-Linde committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    14b8d25 View commit details
    Browse the repository at this point in the history
  2. Add a few tests.

    Rename also some tests.
    Rename num_significant_digits to FLOAT_PRECISION.
    Change writer to always only output one single trailing newline.
    rturrado committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a207dc4 View commit details
    Browse the repository at this point in the history
  3. Run black.

    rturrado committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    5129619 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    347f83c View commit details
    Browse the repository at this point in the history
  5. Bump tox from 4.17.0 to 4.17.1

    Bumps [tox](https://github.com/tox-dev/tox) from 4.17.0 to 4.17.1.
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.17.0...4.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: tox
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    a88534b View commit details
    Browse the repository at this point in the history
  6. Bump ruff from 0.5.6 to 0.5.7

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.6 to 0.5.7.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.5.6...0.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 8, 2024
    Configuration menu
    Copy the full SHA
    57ffdfa View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Merge pull request #280 from QuTech-Delft/CQT-37-Check-Upgrade-Numpy2

    Cqt 37 check upgrade numpy2
    S-Linde authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    ea0712f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #282 from QuTech-Delft/dependabot/pip/tox-4.17.1

    Bump tox from 4.17.0 to 4.17.1
    elenbaasc authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    dd653f8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #283 from QuTech-Delft/dependabot/pip/ruff-0.5.7

    Bump ruff from 0.5.6 to 0.5.7
    elenbaasc authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6dbb5de View commit details
    Browse the repository at this point in the history
  4. [CQT-66] Create examples for ABA decomposer (#264)

    * Initialize tutorial notebooks
    
    * Integrate py tests and run black
    
    * add sympy to pyproject dependencies
    
    * fix sympy dependency
    
    * update poetry.lock
    
    * Reformat example tutorial and add optional packages
    
    * Reformat example tutorial and add optional packages
    
    * Reformat example tutorial and add optional packages
    
    * Add __init__.py to decomposer and format jupyter
    
    * Add black[jupyter] to dev
    
    * Fix black[jupyter] in pyrpoject.toml
    
    * Rename decomposition test method
    
    * Fixed circular imports
    
    * Fix circular imports
    
    * Fix conflicts
    
    * Rebuild poetry lock
    
    * Perform ruff fixes
    
    * Rewrite README in tutorial files
    
    * Fix README
    
    * Fix poetry.lock
    
    * Ruff it up
    
    * Run black
    
    ---------
    
    Co-authored-by: Juan Boschero <[email protected]>
    juanboschero and Juan Boschero authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    10d2ac2 View commit details
    Browse the repository at this point in the history
  5. Remove superfluous rounding in decomposition (#279)

    * Remove superfluous rounding in decomposition
    
    * Resolve conflicting files
    
    ---------
    
    Co-authored-by: Juan Boschero <[email protected]>
    juanboschero and Juan Boschero authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    b8e73ff View commit details
    Browse the repository at this point in the history
  6. Bump ruff from 0.5.6 to 0.5.7

    Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.6 to 0.5.7.
    - [Release notes](https://github.com/astral-sh/ruff/releases)
    - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
    - [Commits](astral-sh/ruff@0.5.6...0.5.7)
    
    ---
    updated-dependencies:
    - dependency-name: ruff
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 9, 2024
    Configuration menu
    Copy the full SHA
    bfb3718 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2024

  1. Configuration menu
    Copy the full SHA
    c75ef91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b92428 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Merge pull request #285 from QuTech-Delft/dependabot/pip/ruff-0.5.7

    Bump ruff from 0.5.6 to 0.5.7
    elenbaasc authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    3d791bb View commit details
    Browse the repository at this point in the history
  2. Bump sympy from 1.13.1 to 1.13.2

    Bumps [sympy](https://github.com/sympy/sympy) from 1.13.1 to 1.13.2.
    - [Release notes](https://github.com/sympy/sympy/releases)
    - [Commits](sympy/sympy@sympy-1.13.1...sympy-1.13.2)
    
    ---
    updated-dependencies:
    - dependency-name: sympy
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    b119468 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #286 from QuTech-Delft/dependabot/pip/sympy-1.13.2

    Bump sympy from 1.13.1 to 1.13.2
    elenbaasc authored Aug 13, 2024
    Configuration menu
    Copy the full SHA
    47646a5 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Update CONTRIBUTING.md.

    rturrado committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e62a667 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Incorporate private static method to check qubit operands

    Juan Boschero committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    a3ba757 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #288 from QuTech-Delft/CQT-100-update-contributing-md

    [CQT-10] Update CONTRIBUTING.md
    rturrado authored Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f598383 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Merge pull request #281 from QuTech-Delft/CQT-50-add-extra-tests-to-w…

    …riters-where-needed
    
    [CQT-50] Add extra tests to writers where needed
    rturrado authored Aug 19, 2024
    Configuration menu
    Copy the full SHA
    04ecd54 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Configuration menu
    Copy the full SHA
    73ffeed View commit details
    Browse the repository at this point in the history
  2. Rephrased error

    Juan Boschero committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    66b5334 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    cb3035b View commit details
    Browse the repository at this point in the history
  2. Turn on B (bugbear)

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4675435 View commit details
    Browse the repository at this point in the history
  3. Turn on COM (flake8-commas)

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e6e4023 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88a90dc View commit details
    Browse the repository at this point in the history
  5. Turn on C90 (mccabe)

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4a1618a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    39cd834 View commit details
    Browse the repository at this point in the history
  7. Turn on EM (flake8-errmsg)

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    dbc30af View commit details
    Browse the repository at this point in the history
  8. Turn on F (pyflakes)

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    bce28cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8e3c18 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ed16bd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    9ea07ab View commit details
    Browse the repository at this point in the history
  12. Turn on FURB (refurb)

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    6c65c84 View commit details
    Browse the repository at this point in the history
  13. Turn on RET (flake8-return)

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    a77b34d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    002a0ce View commit details
    Browse the repository at this point in the history
  15. Turn on SIM (flake8-simplify)

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d178835 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    357cd74 View commit details
    Browse the repository at this point in the history
  17. Turn on UP (pyupgrade)

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ae56cb2 View commit details
    Browse the repository at this point in the history
  18. Turn on FIX

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    c4ef715 View commit details
    Browse the repository at this point in the history
  19. Resolve merge conflicts

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    02d1a0d View commit details
    Browse the repository at this point in the history
  20. Update poetry.lock

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    76db937 View commit details
    Browse the repository at this point in the history
  21. Implement suggestion

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    9b45dea View commit details
    Browse the repository at this point in the history
  22. Fix linting issues

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3dbb6d9 View commit details
    Browse the repository at this point in the history
  23. Fix tests

    S-Linde committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    d34c4c0 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #293 from QuTech-Delft/CQT-113-Switch-from-Default…

    …-Analyzer
    
    Switch from Default Analyzer
    elenbaasc authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    3ed7e8d View commit details
    Browse the repository at this point in the history
  25. Merge pull request #290 from QuTech-Delft/CQT-101-multi-qubit-gates-w…

    …ork-on-the-same-qubits
    
    [CQT-101] Fix bug where target and control qubits can be the same
    elenbaasc authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    604a4eb View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Merge pull request #284 from QuTech-Delft/CQT-93-ruff-compatibility-l…

    …ow-hanging-fruit
    
    [CQT-93] ruff compatibility low hanging fruit
    S-Linde authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    dc2d957 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88ee966 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1dc44fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43fb5c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. Update docs and add tests for tutorial

    Juan Boschero committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f4c0497 View commit details
    Browse the repository at this point in the history
  2. [Cqt 49] run my py on test folder (#294)

    * Happify mypy
    
    * Happify ruff
    
    * Formatting
    S-Linde authored Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bd25fc2 View commit details
    Browse the repository at this point in the history
  3. Update docs and add tests for tutorial

    Juan Boschero committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    f95fddc View commit details
    Browse the repository at this point in the history
  4. merge develop into branch

    Juan Boschero committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c8d6445 View commit details
    Browse the repository at this point in the history
  5. Fix mypy

    Juan Boschero committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8d8c542 View commit details
    Browse the repository at this point in the history
  6. Add reset without qubit arg. Add tests. Add reset to circuit builder.…

    … Remove _parse_ast_string.
    elenbaasc committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    55795cc View commit details
    Browse the repository at this point in the history
  7. Run black & isort.

    elenbaasc committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    335eb9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84bf850 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Update opensquirrel/reindexer/qubit_reindexer.py

    Co-authored-by: Juan Carlos Boschero <[email protected]>
    elenbaasc and juanboschero authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    591def1 View commit details
    Browse the repository at this point in the history
  2. Adjust single qubit merge to not merge across reset.

    Add tests to single qubit merge.
    Add reset to quantify-scheduler exporter.
    Add tests to quantify-scheduler exporter.
    Update to libQASM 0.6.7.
    Update quantify-scheduler to 0.21.1.
    Drop Python 3.8 support.
    elenbaasc committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    6aba1cc View commit details
    Browse the repository at this point in the history
  3. Run ruff fix.

    elenbaasc committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    91ad307 View commit details
    Browse the repository at this point in the history
  4. Fix mypy error in reset instruction.

    Consitently order reset wrt measure.
    elenbaasc committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    65c4f0c View commit details
    Browse the repository at this point in the history
  5. Fix mypy error, take 2.

    elenbaasc committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    35d6055 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Fix mypy errors.

    elenbaasc committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    ccae12b View commit details
    Browse the repository at this point in the history
  2. Fix ruff errors

    elenbaasc committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    af875a6 View commit details
    Browse the repository at this point in the history
  3. Add reviewed changes

    Juan Boschero committed Aug 28, 2024
    Configuration menu
    Copy the full SHA
    7df4c18 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. [CQT 137] Update readme for open squirrel (#301)

    * init docs
    
    * Add contributing and documentation section
    
    * Apply suggestions from code review
    
    Co-authored-by: Roberto Turrado Camblor <[email protected]>
    
    * Modify readme
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Apply suggestions from code review
    
    * Update README.md
    
    * Apply suggestions from code review
    
    * Seperate from string block
    
    * Update README.md
    
    * Update README.md
    
    ---------
    
    Co-authored-by: Juan Boschero <[email protected]>
    Co-authored-by: Roberto Turrado Camblor <[email protected]>
    3 people authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0b72195 View commit details
    Browse the repository at this point in the history
  2. Bump libqasm from 0.6.6 to 0.6.7 (#303)

    Bumps [libqasm](https://github.com/QuTech-Delft/libqasm) from 0.6.6 to 0.6.7.
    - [Release notes](https://github.com/QuTech-Delft/libqasm/releases)
    - [Changelog](https://github.com/QuTech-Delft/libqasm/blob/develop/CHANGELOG.md)
    - [Commits](QuTech-Delft/libqasm@0.6.6...0.6.7)
    
    ---
    updated-dependencies:
    - dependency-name: libqasm
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    juanboschero and dependabot[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    78bd0ae View commit details
    Browse the repository at this point in the history
  3. Remove ast string augmentation

    Juan Boschero committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    91500e7 View commit details
    Browse the repository at this point in the history
  4. Fix reference generation.

    Add nav generator (fix for preexisting reference.md).
    Update lay-out docs to match cQASM spec.
    Minor corrections & aesthetic changes to tutorial.
    Update tutorial tests.
    elenbaasc committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    78bd030 View commit details
    Browse the repository at this point in the history
  5. Happify black

    Juan Boschero committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ffb313e View commit details
    Browse the repository at this point in the history
  6. Remove 3.8 from tests.yaml and pyproject

    Juan Boschero committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4816125 View commit details
    Browse the repository at this point in the history
  7. Update poetry.lock

    Juan Boschero committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cb56e79 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #305 from QuTech-Delft/CQT-148-drop-support-for-py…

    …thon-3-8
    
    Remove 3.8 from tests.yaml and pyproject
    elenbaasc authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3595add View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8092ade View commit details
    Browse the repository at this point in the history
  10. Merge branch 'develop' into CQT-62-update-open-squirrel-tutorial-docs…

    …-and-add-code-snippets-to-the-tests
    juanboschero authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2777afe View commit details
    Browse the repository at this point in the history
  11. Update poetry lock file.

    elenbaasc committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3a0f7ce View commit details
    Browse the repository at this point in the history
  12. Merge pull request #304 from QuTech-Delft/CQT-147-update-lib-qasm-dep…

    …endency-to-0-6-7
    
    Cqt 147 update lib qasm dependency to 0 6 7
    elenbaasc authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e430c42 View commit details
    Browse the repository at this point in the history
  13. Merge develop into feature branch.

    Resolve conflicts.
    Update poetry lock file.
    elenbaasc committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7b9a839 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8a2c3f5 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

  1. Merge branch 'develop' into CQT-62-update-open-squirrel-tutorial-docs…

    …-and-add-code-snippets-to-the-tests
    juanboschero authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    8b50e5b View commit details
    Browse the repository at this point in the history
  2. [CQT-142] Suppress atan error

    Juan Boschero committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    cd8de65 View commit details
    Browse the repository at this point in the history
  3. [CQT-63] Update README (#254)

    * Move Documentation section up front.
    
    * Remove example folder.
    
    * Update README.md to look a bit like libqasm's and QX Simulator's.
    
    * Change Install section for Use from another project.
    
    * Add CI and PyPi badges.
    
    * Address some changes from Chris' review.
    
    * Add a few more badges to the README.md.
    
    TODO: set up code coverage for codecov badge to work.
    
    * Add isort badge.
    
    * Address some changes from Chris' review.
    
    ---------
    
    Co-authored-by: Chris Elenbaas <[email protected]>
    rturrado and elenbaasc authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    c14c8ce View commit details
    Browse the repository at this point in the history
  4. Merge pull request #297 from QuTech-Delft/CQT-62-update-open-squirrel…

    …-tutorial-docs-and-add-code-snippets-to-the-tests
    
    [CQT 62] Update docs and add tests for tutorial
    elenbaasc authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0c49e13 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #298 from QuTech-Delft/CQT-87-Add-reset-instructio…

    …n-to-OpenSquirrel
    
    [CQT-87]: Add reset instruction to OpenSquirrel
    elenbaasc authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    0d60822 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #308 from QuTech-Delft/CQT-142-aba-decomposer-inva…

    …lid-value-encountered-in-scalar-divide
    
    [CQT-142] Suppress atan error
    elenbaasc authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    d99def6 View commit details
    Browse the repository at this point in the history
  7. Bump mkdocs from 1.6.0 to 1.6.1

    Bumps [mkdocs](https://github.com/mkdocs/mkdocs) from 1.6.0 to 1.6.1.
    - [Release notes](https://github.com/mkdocs/mkdocs/releases)
    - [Commits](mkdocs/mkdocs@1.6.0...1.6.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    520e547 View commit details
    Browse the repository at this point in the history
  8. Bump jupyter from 1.1.0 to 1.1.1

    Bumps [jupyter](https://jupyter.org) from 1.1.0 to 1.1.1.
    
    ---
    updated-dependencies:
    - dependency-name: jupyter
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Aug 30, 2024
    Configuration menu
    Copy the full SHA
    f4b5402 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Bump mkdocstrings from 0.25.2 to 0.26.0

    Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.25.2 to 0.26.0.
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.25.2...0.26.0)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocstrings
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 2, 2024
    Configuration menu
    Copy the full SHA
    fc2b02e View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Remove asyncio mode

    Juan Boschero committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8c8bc9b View commit details
    Browse the repository at this point in the history
  2. Allow array like in MatrixGate

    Juan Boschero committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    dd620fd View commit details
    Browse the repository at this point in the history
  3. Modify test to satusfy mypy

    Juan Boschero committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ee78bbf View commit details
    Browse the repository at this point in the history
  4. Merge pull request #309 from QuTech-Delft/dependabot/pip/mkdocs-1.6.1

    Bump mkdocs from 1.6.0 to 1.6.1
    elenbaasc authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    d662a59 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #310 from QuTech-Delft/dependabot/pip/jupyter-1.1.1

    Bump jupyter from 1.1.0 to 1.1.1
    elenbaasc authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    962bc5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7778d98 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #313 from QuTech-Delft/dependabot/pip/mkdocstrings…

    …-0.26.0
    
    Bump mkdocstrings from 0.25.2 to 0.26.0
    elenbaasc authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    ac44e05 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #315 from QuTech-Delft/CQT-167-check-if-py-test-co…

    …nfig-option-is-required
    
    [CQT-167] Remove asyncio mode
    elenbaasc authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c99681c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #316 from QuTech-Delft/CQT-95-allow-matrix-gate-to…

    …-accept-array-like
    
    [CQT-95] Allow array like in MatrixGate
    elenbaasc authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    da29064 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2024

  1. Bump mkdocstrings from 0.26.0 to 0.26.1 (#320)

    Bumps [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) from 0.26.0 to 0.26.1.
    - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
    - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
    - [Commits](mkdocstrings/mkdocstrings@0.26.0...0.26.1)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocstrings
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    5ff18a5 View commit details
    Browse the repository at this point in the history
  2. [CQT 126] Verify dataclasses using __post_init__ (#319)

    * Verify dataclasses using __post_init__
    
    * Restructure tests and remove try-exceptions
    
    * Fix typos
    
    ---------
    
    Co-authored-by: Juan Boschero <[email protected]>
    juanboschero and Juan Boschero authored Sep 9, 2024
    Configuration menu
    Copy the full SHA
    43ac43a View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    7767e5c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0af589d View commit details
    Browse the repository at this point in the history
  3. Happify mypy

    S-Linde committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2610b5f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Merge pull request #324 from QuTech-Delft/CQT-128-use-supports-int-class

    Use SupportsInt instead of Int in type hints
    S-Linde authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    9fa5c8e View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Refactor: Change measurement to measure

    Guy Puts committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    dd4415e View commit details
    Browse the repository at this point in the history
  2. Formatting

    Guy Puts committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    65a3949 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Naming convention, file deletion

    Guy Puts committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    da433ff View commit details
    Browse the repository at this point in the history
  2. Formatting

    Guy Puts committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    452560c View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Bump tox from 4.18.0 to 4.20.0

    Bumps [tox](https://github.com/tox-dev/tox) from 4.18.0 to 4.20.0.
    - [Release notes](https://github.com/tox-dev/tox/releases)
    - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst)
    - [Commits](tox-dev/tox@4.18.0...4.20.0)
    
    ---
    updated-dependencies:
    - dependency-name: tox
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 19, 2024
    Configuration menu
    Copy the full SHA
    4498a8a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Update dependencies

    S-Linde committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    a26bd75 View commit details
    Browse the repository at this point in the history
  2. Remove black configuration

    S-Linde committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9399abf View commit details
    Browse the repository at this point in the history
  3. Update url to notebook

    S-Linde committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    2f52983 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #332 from QuTech-Delft/CQT-168-link-jupyter-exampl…

    …es-in-tutorial-points-to-wrong-directory
    
    [CQT-168] Link Jupyter examples in tutorial points to wrong directory
    elenbaasc authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    546f3d8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #331 from QuTech-Delft/CQT-166-review-required-dep…

    …endencies
    
    [CQT-166] Review required dependencies
    elenbaasc authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    eeedb17 View commit details
    Browse the repository at this point in the history
  6. Bump pytest from 8.3.2 to 8.3.3

    Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.2 to 8.3.3.
    - [Release notes](https://github.com/pytest-dev/pytest/releases)
    - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
    - [Commits](pytest-dev/pytest@8.3.2...8.3.3)
    
    ---
    updated-dependencies:
    - dependency-name: pytest
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 20, 2024
    Configuration menu
    Copy the full SHA
    858ba42 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Merge pull request #327 from QuTech-Delft/CQT-150-Convert-measurement…

    …-to-measure-throughout-the-code
    
    Refactor: Change measurement to measure
    GuyPuts authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    facd4c8 View commit details
    Browse the repository at this point in the history
  2. Bump mkdocs-material from 9.5.33 to 9.5.36

    Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.5.33 to 9.5.36.
    - [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.33...9.5.36)
    
    ---
    updated-dependencies:
    - dependency-name: mkdocs-material
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fbd4b56 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Merge pull request #335 from QuTech-Delft/dependabot/pip/mkdocs-mater…

    …ial-9.5.36
    
    Bump mkdocs-material from 9.5.33 to 9.5.36
    elenbaasc authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    08a26c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #323 from QuTech-Delft/dependabot/pip/pytest-8.3.3

    Bump pytest from 8.3.2 to 8.3.3
    elenbaasc authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e1d8313 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #330 from QuTech-Delft/dependabot/pip/tox-4.20.0

    Bump tox from 4.18.0 to 4.20.0
    elenbaasc authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    c883211 View commit details
    Browse the repository at this point in the history
  4. Bump sympy from 1.13.2 to 1.13.3

    Bumps [sympy](https://github.com/sympy/sympy) from 1.13.2 to 1.13.3.
    - [Release notes](https://github.com/sympy/sympy/releases)
    - [Commits](sympy/sympy@sympy-1.13.2...sympy-1.13.3)
    
    ---
    updated-dependencies:
    - dependency-name: sympy
      dependency-type: direct:development
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    f2510c3 View commit details
    Browse the repository at this point in the history
  5. Bump pymdown-extensions from 10.9 to 10.10.1

    Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 10.9 to 10.10.1.
    - [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
    - [Commits](facelessuser/pymdown-extensions@10.9...10.10.1)
    
    ---
    updated-dependencies:
    - dependency-name: pymdown-extensions
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e005348 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Merge pull request #337 from QuTech-Delft/dependabot/pip/pymdown-exte…

    …nsions-10.10.1
    
    Bump pymdown-extensions from 10.9 to 10.10.1
    elenbaasc authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    62fea1e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #336 from QuTech-Delft/dependabot/pip/sympy-1.13.3

    Bump sympy from 1.13.2 to 1.13.3
    elenbaasc authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    63d0a59 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. [CQT 201] Incorrect hashing of qubit

    Juan Boschero committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4e5e197 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Configuration menu
    Copy the full SHA
    f7de96a View commit details
    Browse the repository at this point in the history
  2. Fix ruff issues

    Juan Boschero committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    343d06d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge pull request #351 from QuTech-Delft/CQT-83-let-decompose-be-imp…

    …ortable-from-the-decomposer-subpackage
    
    Cqt 83 let decompose be importable from the decomposer subpackage
    elenbaasc authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    087d78c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #345 from QuTech-Delft/CQT-201-incorrect-hashing-o…

    …f-qu-bit
    
    [CQT 201] Incorrect hashing of qubit
    elenbaasc authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    a6ca70c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. [CQT-127] Allow Qubit to accept QubitLike (#325)

    * [CQT 126] Verify dataclasses using __post_init__ (#319) (#321)
    
    * Verify dataclasses using __post_init__
    
    * Restructure tests and remove try-exceptions
    
    * Fix typos
    
    ---------
    
    Co-authored-by: Juan Boschero <[email protected]>
    
    * [CQT-127] Allow Qubit to accept QubitLike
    
    * Accept QubitLike throughout opensquirrel
    
    * Happify ruff
    
    * [CQT 126] Verify dataclasses using __post_init__ (#319) (#321)
    
    * Verify dataclasses using __post_init__
    
    * Restructure tests and remove try-exceptions
    
    * Fix typos
    
    ---------
    
    Co-authored-by: Juan Boschero <[email protected]>
    
    * [CQT-127] Allow Qubit to accept QubitLike
    
    * Accept QubitLike throughout opensquirrel
    
    * Happify ruff
    
    * Implement QubitLike
    
    * Happify ruff
    
    * Happify mypy
    
    * Docstrings
    
    * Happify ruff
    
    * Fix for python39
    
    * typo
    
    * Remove redundend Qubit from OS
    
    * Removed redundant Qubit statements from tutorial
    
    * Removed redundant Qubit statements from example
    
    * Fix named measurements and reset
    
    * Removed redundant Qubit statements from tests
    
    * Resolve initial conflicts
    
    * Fix tests
    
    * Happify mypy
    
    * Fix py3.9
    
    * Fix CRk test errors
    
    * Remove excessive Qubit wrappers
    
    * Happify ruff
    
    * Restrict QubitLike internally
    
    * Happify ruff
    
    * Replace annotation finding with method
    
    ---------
    
    Co-authored-by: Juan Boschero <[email protected]>
    Co-authored-by: Stan van der Linde <[email protected]>
    3 people authored Oct 8, 2024
    Configuration menu
    Copy the full SHA
    4d76942 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    f541e8c View commit details
    Browse the repository at this point in the history