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

feat: Add GPI, GPI2, and AAMS gates #42

Merged
merged 2 commits into from
Apr 16, 2024
Merged

feat: Add GPI, GPI2, and AAMS gates #42

merged 2 commits into from
Apr 16, 2024

Conversation

aborgna-q
Copy link
Collaborator

Closes #41

There isn't much info on these gates on the pytket side, so the docs here are a bit lacking.

@aborgna-q aborgna-q requested a review from cqc-alec April 16, 2024 14:22
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The docs for pytket 1.27.0 haven't yet been deployed, but the unitary definitions can be found here: https://github.com/CQCL/tket/blob/ee6bffc6b11f1a0ab3cd3f356c78ea573762f615/pytket/binders/circuit/main.cpp#L189 .

@aborgna-q
Copy link
Collaborator Author

Added. The latex rendering is still missing (#10), but at least it's consistent with the other ops.

@aborgna-q aborgna-q requested a review from cqc-alec April 16, 2024 14:33
@aborgna-q aborgna-q added this pull request to the merge queue Apr 16, 2024
Merged via the queue into main with commit d05946e Apr 16, 2024
6 checks passed
@aborgna-q aborgna-q deleted the feat/aams-gpi-gates branch April 16, 2024 14:39
@github-actions github-actions bot mentioned this pull request Apr 8, 2024
github-merge-queue bot pushed a commit that referenced this pull request Apr 16, 2024
## 🤖 New release
* `tket-json-rs`: 0.4.0 -> 0.4.1 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## 0.4.1 (2024-04-16)

### Bug Fixes

- Make some missing fields pub
([#43](#43))

### Features

- Add GPI, GPI2, and AAMS gates
([#42](#42))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add OpType::GPI, OpType::GPI2 and OpType::AAMS
2 participants