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: Guppy hugr -> PHIR lowering #215

Draft
wants to merge 25 commits into
base: main
Choose a base branch
from
Draft

feat: Guppy hugr -> PHIR lowering #215

wants to merge 25 commits into from

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    1eab081 View commit details
    Browse the repository at this point in the history
  2. move model to own file

    ss2165 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    871f238 View commit details
    Browse the repository at this point in the history
  3. break up model enums

    ss2165 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    0f9bc6f View commit details
    Browse the repository at this point in the history
  4. begin conversion

    ss2165 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    7e5e7d5 View commit details
    Browse the repository at this point in the history
  5. simplify metadata type

    ss2165 committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    789334a View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. Configuration menu
    Copy the full SHA
    3b09386 View commit details
    Browse the repository at this point in the history
  2. fix error in example json

    ss2165 committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    c44f5df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a23e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2023

  1. feat: measurement conversion

    initialize classical variable per measurement and export
    ss2165 committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    eb4a087 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. add phir links

    ss2165 committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    046d70e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d13562 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82abfd2 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    08a06bc View commit details
    Browse the repository at this point in the history
  2. correct argument models

    ss2165 committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2c1d43d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. add phir classical ops

    ss2165 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    29aeb44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0062f6 View commit details
    Browse the repository at this point in the history
  3. fix import

    ss2165 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    69e31cf View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. append measures to arg map

    ss2165 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ab10faf View commit details
    Browse the repository at this point in the history
  2. add angles to QOp

    ss2165 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    96865d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    669f8da View commit details
    Browse the repository at this point in the history
  4. special exception for bools

    ss2165 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ed56a9e View commit details
    Browse the repository at this point in the history
  5. output arithmetic conversion

    ss2165 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f826b20 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Configuration menu
    Copy the full SHA
    7d1189c View commit details
    Browse the repository at this point in the history
  2. refactor and simplify

    ss2165 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    8e19317 View commit details
    Browse the repository at this point in the history
  3. support bool->int casts

    ss2165 committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    05e64cd View commit details
    Browse the repository at this point in the history