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

DDSIM version of Sampler primitive #300

Merged
merged 74 commits into from
Dec 5, 2023
Merged

DDSIM version of Sampler primitive #300

merged 74 commits into from
Dec 5, 2023

Commits on Sep 12, 2023

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

Commits on Sep 13, 2023

  1. Configuration menu
    Copy the full SHA
    d511592 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b041d87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa297f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    274a1d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

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

Commits on Sep 17, 2023

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

Commits on Sep 22, 2023

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

Commits on Sep 25, 2023

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

Commits on Sep 26, 2023

  1. Update src/mqt/ddsim/qasmsimulator.py

    Modified error message
    
    Co-authored-by: Lukas Burgholzer <burgholzer@me.com>
    andresbar98 and burgholzer authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    997e855 View commit details
    Browse the repository at this point in the history
  2. Update src/mqt/ddsim/qasmsimulator.py

    Modified error message
    
    Co-authored-by: Lukas Burgholzer <burgholzer@me.com>
    andresbar98 and burgholzer authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    56fb712 View commit details
    Browse the repository at this point in the history
  3. Update src/mqt/ddsim/qasmsimulator.py

    Co-authored-by: Lukas Burgholzer <burgholzer@me.com>
    andresbar98 and burgholzer authored Sep 26, 2023
    Configuration menu
    Copy the full SHA
    bca90fc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5bdab1 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. 🏷️ proper typing

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    7f7b4e4 View commit details
    Browse the repository at this point in the history
  2. ♻️ refactor parameter assignment logic

    use `assign_parameters` instead of the soon-to-be-deprecated `bind_parameters`.
    Simplify input validation since many checks are already covered by the `assign_parameters` method in strict mode.
    
    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    57b49b9 View commit details
    Browse the repository at this point in the history
  3. ✅ adjust tests

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    6fa93f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    9f69586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26f45ef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8a9d1bb View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Fixed small errors

    andresbar98 committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    00683b3 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2023

  1. Configuration menu
    Copy the full SHA
    a239550 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40b1f30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    513802d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2774b0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c2f48c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f037db8 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2023

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

Commits on Oct 7, 2023

  1. Configuration menu
    Copy the full SHA
    6892df7 View commit details
    Browse the repository at this point in the history
  2. Improved test coverage

    andresbar98 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    698ef16 View commit details
    Browse the repository at this point in the history
  3. Improved test coverage

    andresbar98 committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    1b6970e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Configuration menu
    Copy the full SHA
    dd09d36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    630396f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4090e79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    988fc7f View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

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

Commits on Oct 19, 2023

  1. retrigger checks

    andresbar98 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    ebbb1b9 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Fix indicators

    andresbar98 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    dfbf44a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfa13f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a4faf0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    961bedb View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

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

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    c0b576a View commit details
    Browse the repository at this point in the history
  2. Linked documentation

    andresbar98 committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    591d2da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a83045 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2023

  1. Configuration menu
    Copy the full SHA
    e5ab232 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e8d855 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Configuration menu
    Copy the full SHA
    1218a38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc973f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    64608e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Configuration menu
    Copy the full SHA
    bf45f11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b0ef40 View commit details
    Browse the repository at this point in the history
  3. Missing annotations

    andresbar98 committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    277c571 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Configuration menu
    Copy the full SHA
    bdc7a91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5276dd0 View commit details
    Browse the repository at this point in the history
  3. Improved typing

    andresbar98 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    497e912 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    319c5f9 View commit details
    Browse the repository at this point in the history
  5. Increase tolerance

    andresbar98 committed Nov 17, 2023
    Configuration menu
    Copy the full SHA
    ed8734b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    722bcce View commit details
    Browse the repository at this point in the history
  2. Better typing

    andresbar98 committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3b094f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bae1854 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf373a5 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Better typing

    andresbar98 committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    6e84635 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Configuration menu
    Copy the full SHA
    28ecf45 View commit details
    Browse the repository at this point in the history
  2. ⬆️🪝 update pre-commit hooks (#325)

    <!--pre-commit.ci start-->
    updates:
    - [github.com/pre-commit/mirrors-clang-format: v17.0.5 →
    v17.0.6](pre-commit/mirrors-clang-format@v17.0.5...v17.0.6)
    - [github.com/pre-commit/mirrors-prettier: v3.1.0 →
    v4.0.0-alpha.3](pre-commit/mirrors-prettier@v3.1.0...v4.0.0-alpha.3)
    <!--pre-commit.ci end-->
    
    ---------
    
    Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
    Co-authored-by: Lukas Burgholzer <burgholzer@me.com>
    pre-commit-ci[bot] and burgholzer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    f99904f View commit details
    Browse the repository at this point in the history
  3. ✏️ slight fine-tuning

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    43435af View commit details
    Browse the repository at this point in the history
  4. 🚚 move primitives to their own folder

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3aaaff9 View commit details
    Browse the repository at this point in the history
  5. ⏪ revert unnecessary change

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9c4eca9 View commit details
    Browse the repository at this point in the history
  6. 🏷️ slighlty better typing

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    217abd8 View commit details
    Browse the repository at this point in the history
  7. 📝 fix docstrings

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    86a8358 View commit details
    Browse the repository at this point in the history
  8. ⚡ slight performance improvement

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    56d403e View commit details
    Browse the repository at this point in the history
  9. 🏷️ proper typing in tests

    Signed-off-by: burgholzer <burgholzer@me.com>
    burgholzer committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    0aa2261 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83cd8af View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cf53c9e View commit details
    Browse the repository at this point in the history