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

the appetizer (1/4). binary_operator #202

Merged
merged 39 commits into from
Feb 8, 2018
Merged

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    5d9d368 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce92848 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    e45fe8b View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2018

  1. Configuration menu
    Copy the full SHA
    20d3e91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0fc95fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91ab525 View commit details
    Browse the repository at this point in the history
  4. WIP: decoder class adittion

    conta877 committed Jan 25, 2018
    Configuration menu
    Copy the full SHA
    b8711fd View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2018

  1. Configuration menu
    Copy the full SHA
    2ca9448 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2018

  1. Configuration menu
    Copy the full SHA
    9036d0f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2018

  1. Configuration menu
    Copy the full SHA
    abd6c2d View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2018

  1. Configuration menu
    Copy the full SHA
    2c7284a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf2c15a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e81d79 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6567ff0 View commit details
    Browse the repository at this point in the history
  5. fixed morning brain bugs

    conta877 committed Feb 2, 2018
    Configuration menu
    Copy the full SHA
    d7817bd View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2018

  1. Configuration menu
    Copy the full SHA
    88cb489 View commit details
    Browse the repository at this point in the history
  2. added _shift function to symbolicBinary and integer addition. modifie…

    …d the decoder shifter accordinly
    conta877 committed Feb 3, 2018
    Configuration menu
    Copy the full SHA
    103cd73 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    88abd7a View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2018

  1. Configuration menu
    Copy the full SHA
    a1ab95b View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2018

  1. fixed the multiplication error and modified the transform code follow…

    …ing mathematica code. it was giving wrong operators before, now the operators are fine but signs are wonky
    conta877 committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    684c6af View commit details
    Browse the repository at this point in the history
  2. fixed the transform and all the places where we accidentally started …

    …to count qubit/fermion labels from 1 instead of 0
    msteudtner committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    372e6e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Configuration menu
    Copy the full SHA
    203035e View commit details
    Browse the repository at this point in the history
  2. fixed code appending, introduced the integer multiplication (left+rig…

    …ht) as a tool to append the same code intance several times
    msteudtner committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    f2996ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a09835c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4be14a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. modified the multiply by 0 and 1 behavior in SymbolicBinary. added te…

    …sts for symbolicBinary. minor mods for python3 comp.
    conta877 committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    76562f6 View commit details
    Browse the repository at this point in the history
  2. fixed the condition for code concatenation, fixed a bug in checksum_c…

    …ode, added an error if qubit index in a code is out of bounds
    msteudtner committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    5c962a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. Configuration menu
    Copy the full SHA
    84521d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3deddd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    30a778b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    457cb9a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9c123c View commit details
    Browse the repository at this point in the history
  6. prepping for merge merge

    conta877 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    0a488b5 View commit details
    Browse the repository at this point in the history
  7. merging mergers

    conta877 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    13ae770 View commit details
    Browse the repository at this point in the history
  8. minor updates

    conta877 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    f494030 View commit details
    Browse the repository at this point in the history
  9. description updates

    conta877 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    455d607 View commit details
    Browse the repository at this point in the history
  10. init update

    conta877 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    20fda52 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe72b8d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9fb6054 View commit details
    Browse the repository at this point in the history