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

Cherry pick/docs1.28 #1411

Closed
wants to merge 36 commits into from
Closed

Cherry pick/docs1.28 #1411

wants to merge 36 commits into from

Commits on Apr 16, 2024

  1. Merge pull request #1350 from CQCL/main

    Main
    cqc-alec authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ee6bffc View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

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

Commits on Apr 18, 2024

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

Commits on Apr 19, 2024

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

Commits on Apr 25, 2024

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

Commits on Apr 29, 2024

  1. Run do-clang-format with clang-format 18.1.4 (#1367)

    * run do-clang-format with clang-format 18.1.4
    
    * bump
    sjdilkes authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    16514cc View commit details
    Browse the repository at this point in the history
  2. ci: Add automated benchmarking workflow (#1365)

    * Add automated benchmarking workflow
    
    * Rename jobs
    
    * Remove tket checkout
    
    * Remove mac os 12 compatability
    
    * Revert "Remove mac os 12 compatability"
    
    This reverts commit ecca33b.
    daniel-mills-cqc authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    cf12bd0 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    9b16ccf View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    cqc-alec committed May 3, 2024
    Configuration menu
    Copy the full SHA
    e599bf3 View commit details
    Browse the repository at this point in the history
  3. Bump tket version.

    cqc-alec committed May 3, 2024
    Configuration menu
    Copy the full SHA
    1a273e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9e41b6d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f55ef83 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Configuration menu
    Copy the full SHA
    8fdb139 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    145b70d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6bcfa0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    18ceee4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    9f2a073 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fede38d View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    aafcd59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    385d149 View commit details
    Browse the repository at this point in the history
  3. update tket email (#1391)

    cqc-melf authored May 14, 2024
    Configuration menu
    Copy the full SHA
    8aa12f1 View commit details
    Browse the repository at this point in the history
  4. Feature/greedy pauli simp (#1384)

    * Add header and lookup data
    
    * Implement GreedyPauliSimp
    
    * Add to pass generators
    
    * Add c++ tests
    
    * Add to python binder
    
    * Add python tests
    
    * Regenerate stubs
    
    * Bump tket version
    
    * Update changelog
    
    * Rename the header file for lookups
    
    * Replace pace with gate_depth
    
    * Remove unused includes
    
    * Minor changes & fix grammar issues
    yao-cqc authored May 14, 2024
    Configuration menu
    Copy the full SHA
    436d3e3 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

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

Commits on May 16, 2024

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

Commits on May 17, 2024

  1. Allow barriers when dagger or transpose circuits (#1400)

    * Allow barriers in dagger() and transpose()
    
    * bump tket version
    
    * add changelog entry
    
    * Format test
    yao-cqc authored May 17, 2024
    Configuration menu
    Copy the full SHA
    7ecbb50 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Bump cachix/install-nix-action from 26 to 27 (#1403)

    Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 26 to 27.
    - [Release notes](https://github.com/cachix/install-nix-action/releases)
    - [Commits](cachix/install-nix-action@v26...V27)
    
    ---
    updated-dependencies:
    - dependency-name: cachix/install-nix-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    76e3f57 View commit details
    Browse the repository at this point in the history
  2. Bump actions/add-to-project from 0.6.1 to 1.0.1 (#1404)

    Bumps [actions/add-to-project](https://github.com/actions/add-to-project) from 0.6.1 to 1.0.1.
    - [Release notes](https://github.com/actions/add-to-project/releases)
    - [Commits](actions/add-to-project@v0.6.1...v1.0.1)
    
    ---
    updated-dependencies:
    - dependency-name: actions/add-to-project
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored May 20, 2024
    Configuration menu
    Copy the full SHA
    98979c0 View commit details
    Browse the repository at this point in the history
  3. Use ubuntu-24.04 on CI (#1401)

    cqc-alec authored May 20, 2024
    Configuration menu
    Copy the full SHA
    ecc9855 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Add OpType.CnRx and OpType.CnRz (#1405)

    * Add CnRx and CnRz
    
    * Update circuit_test.py
    
    * re clang format
    
    * regen stubs
    
    * Update changelog.rst
    
    * bump version
    
    * Unbump changelog...
    
    oops
    
    * Update ControlledGates.cpp
    
    * split controlled phase gate decomp
    
    * Update circuit_test.py
    
    * Update OpType.hpp
    sjdilkes authored May 22, 2024
    Configuration menu
    Copy the full SHA
    7a3cf20 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Update place_fully_connected (#1409)

    * update place_fully_connected
    
    * Update placement.cpp
    
    * Update placement_test.py
    sjdilkes authored May 23, 2024
    Configuration menu
    Copy the full SHA
    48eaccc View commit details
    Browse the repository at this point in the history

Commits on May 24, 2024

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