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

Use single gates.py file for all backends #372

Merged
merged 25 commits into from
Apr 7, 2021
Merged

Use single gates.py file for all backends #372

merged 25 commits into from
Apr 7, 2021

Commits on Mar 25, 2021

  1. Refactor backend creation

    stavros11 committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    042b921 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    7e24205 View commit details
    Browse the repository at this point in the history
  2. Fix matmul einsum fallback

    stavros11 committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    2c0b0db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65b38de View commit details
    Browse the repository at this point in the history
  4. Fix relaxation channel B

    stavros11 committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    2159f4e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    120b35b View commit details
    Browse the repository at this point in the history
  2. Create gate cache

    stavros11 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    cb84d06 View commit details
    Browse the repository at this point in the history
  3. Fix pylint

    stavros11 committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    682c0b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc8692e View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2021

  1. Remove core/gates.py

    stavros11 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    912c054 View commit details
    Browse the repository at this point in the history
  2. Fix backpropagation issues

    stavros11 committed Mar 29, 2021
    Configuration menu
    Copy the full SHA
    caa02db View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2021

  1. Configuration menu
    Copy the full SHA
    37cde00 View commit details
    Browse the repository at this point in the history
  2. Fix variational layer

    stavros11 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    1e1c87a View commit details
    Browse the repository at this point in the history
  3. Fix measurements

    stavros11 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f412f7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fd1681c View commit details
    Browse the repository at this point in the history
  5. Fix density matrices

    stavros11 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    4bf27ac View commit details
    Browse the repository at this point in the history
  6. Fix numpy tests

    stavros11 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    f7531d7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5790aad View commit details
    Browse the repository at this point in the history
  8. Fix backprop tests

    stavros11 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    72c37f2 View commit details
    Browse the repository at this point in the history
  9. Fix backend coverage

    stavros11 committed Mar 31, 2021
    Configuration menu
    Copy the full SHA
    b5f601f View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Fix channel gate setters

    stavros11 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    2ccdea5 View commit details
    Browse the repository at this point in the history
  2. Fix compilation issue

    stavros11 committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    b317210 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5969547 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    355f89d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    429f2fd View commit details
    Browse the repository at this point in the history