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

Add feature to show the direction of gate && Add I gate #28

Merged
merged 9 commits into from
Oct 4, 2023

Conversation

minwook-shin
Copy link
Member

@minwook-shin minwook-shin commented Sep 29, 2023

  • Feature
    • Add feature to show the direction of CX gate
    • Add feature to show the direction of CCX gate
    • remove final measurements on circuit
    • add Identity gate to list
    • remove hard-coding for CX, CCX gates
    • change gate names to be uppercase

example : [(0, ['I_{q1}', 'X_{q0}']), (1, ['CX_{q0, q1}'])]
example : [(0, ['I_{q2}', 'I_{q1}', 'X_{q0}']), (1, ['CCX_{q0, q1, q2}'])]

example : (1, ['cx_{q0, q1}'])
@minwook-shin minwook-shin added the enhancement New feature or request label Sep 29, 2023
@minwook-shin minwook-shin self-assigned this Sep 29, 2023
@minwook-shin minwook-shin changed the title Add feature to show the direction of CX gate Add feature to show the direction of CX, CCX gate Sep 30, 2023
@minwook-shin minwook-shin requested review from fmowl10 and Cocozo October 1, 2023 10:03
@minwook-shin minwook-shin marked this pull request as ready for review October 1, 2023 10:03
remove hard-coding for CX, CCX gates
change gate names to be uppercase
@minwook-shin minwook-shin changed the title Add feature to show the direction of CX, CCX gate Add feature to show the direction of gate && Add I gate Oct 2, 2023
Copy link
Contributor

@Cocozo Cocozo left a comment

Choose a reason for hiding this comment

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

Looks good to me!

@minwook-shin minwook-shin merged commit 1292a2e into develop Oct 4, 2023
@minwook-shin minwook-shin deleted the feature/add-cx-gate-qubit branch October 4, 2023 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants