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

Fix/cs gate transpilation #58

Merged
merged 3 commits into from
Dec 19, 2024
Merged

Fix/cs gate transpilation #58

merged 3 commits into from
Dec 19, 2024

Conversation

alxthm
Copy link
Collaborator

@alxthm alxthm commented Dec 16, 2024

No description provided.

@alxthm alxthm requested a review from gschurck December 16, 2024 19:19
@alxthm alxthm self-assigned this Dec 16, 2024
@alxthm alxthm marked this pull request as draft December 16, 2024 19:20
@alxthm
Copy link
Collaborator Author

alxthm commented Dec 17, 2024

Related questions asked on qiskit repo : Qiskit/qiskit#13574

@gschurck
Copy link
Contributor

Do you have an idea about how to fix the tests failing on macos ?

This allows using `uv` for instance :

```
# create the venv with an arbitrary python version
uv venv venv --python 3.9
# use uv instead of pip for the install
PIP="uv pip" make install
```
Our logical processors are expected to support the S (and S adj.) gates in their basis gate set.

This commits add them to the basis gate set, so that we don't try to transpile them.
@alxthm alxthm force-pushed the fix/cs-gate-transpilation branch from 366d09b to f022b63 Compare December 19, 2024 15:12
@alxthm alxthm marked this pull request as ready for review December 19, 2024 16:35
@alxthm alxthm merged commit 43bee3d into main Dec 19, 2024
16 checks passed
@alxthm alxthm deleted the fix/cs-gate-transpilation branch December 19, 2024 16:39
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.

2 participants