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/stabilizer tableaux #74

Merged
merged 62 commits into from
Mar 3, 2024
Merged

Feat/stabilizer tableaux #74

merged 62 commits into from
Mar 3, 2024

Conversation

JoshuaLau0220
Copy link
Collaborator

@JoshuaLau0220 JoshuaLau0220 commented Mar 3, 2024

Check List

  1. Does your submission pass tests by running make test?
  2. If you have specified a [no ci] tag, does your submission also pass tests by running make test-docker?
  3. Have you linted your code locally with make lint before submission?

Added

  • Tableau data type and several associated algorithms:
    • T-merge
    • Internal-H-Opt
    • Matroid Partitioning (Naive implementation)
    • Aaronson-Gottesman Clifford circuit synthesis
    • H-Optimal Clifford circuit synthesis

Changed

  • argparse::ArgumentParser::add_subparsers now requires a mandatory subparser group name as input
  • Command::add_subcommand now requires a mandatory subcommand group name as input

Fixed

  • (API breaking change) fixed argparse cannot get the correct subparser if a parser tree contains several subparsers with the same name

Removed

jimmyb08901017 and others added 27 commits February 29, 2024 22:40
…nction templates for static polymorphism"

This reverts commit acce4fc357445b62716649a65d07544a4e9b69d4.
@chinyi0523 chinyi0523 merged commit 011d7f2 into develop Mar 3, 2024
4 checks passed
@chinyi0523 chinyi0523 mentioned this pull request Apr 26, 2024
3 tasks
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.

4 participants