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

Remove redundant gates after depth-optimal synthesis. #336

Merged
merged 18 commits into from
Jun 27, 2023

Conversation

pehamTom
Copy link
Member

Description

Remove redundant gates in post-processing step after depth-optimal synthesis

Fixes #325

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@pehamTom pehamTom requested a review from burgholzer June 26, 2023 15:19
@github-actions
Copy link
Contributor

Cpp-Linter Report ✔️

No problems need attention.

Have any feedback or feature suggestions? Share it here.

Copy link
Member

@burgholzer burgholzer left a comment

Choose a reason for hiding this comment

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

LGTM 👍🏻

@codecov
Copy link

codecov bot commented Jun 26, 2023

Codecov Report

Merging #336 (6d2a179) into main (19ba74f) will increase coverage by 0.0%.
The diff coverage is 100.0%.

@@          Coverage Diff          @@
##            main    #336   +/-   ##
=====================================
  Coverage   92.1%   92.1%           
=====================================
  Files         44      44           
  Lines       4144    4160   +16     
  Branches     695     698    +3     
=====================================
+ Hits        3819    3835   +16     
  Misses       325     325           
Flag Coverage Δ
cpp 91.7% <100.0%> (+<0.1%) ⬆️
python 95.9% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
include/cliffordsynthesis/CliffordSynthesizer.hpp 88.8% <ø> (ø)
src/cliffordsynthesis/CliffordSynthesizer.cpp 97.4% <100.0%> (+0.1%) ⬆️

... and 1 file with indirect coverage changes

@pehamTom pehamTom merged commit 9f1871a into main Jun 27, 2023
@pehamTom pehamTom deleted the remove-redundant-gates branch June 27, 2023 03:52
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.

✨ Remove redundant gates when synthesizing depth-optimal circuits without destabilizers
2 participants