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

Created SumOfProducts subclass of ControlValues #5755

Merged
merged 10 commits into from
Jul 15, 2022

Commits on Jul 13, 2022

  1. Created SumOfProducts subclass of ControlValues

    This class allows the creation of control values that can't be factored into simple products hence solving quantumlib#4512
    NoureldinYosri committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    28d0a4d View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2022

  1. Configuration menu
    Copy the full SHA
    621973d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24caf91 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2022

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

    NoureldinYosri authored Jul 15, 2022
    Configuration menu
    Copy the full SHA
    b1eb59c View commit details
    Browse the repository at this point in the history
  3. support and operation between ProductOfSums and SumOfProducts, and re…

    …moved indexing from abstract class
    NoureldinYosri committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    a5940fa View commit details
    Browse the repository at this point in the history
  4. fixed mypy issue

    NoureldinYosri committed Jul 15, 2022
    Configuration menu
    Copy the full SHA
    da911ac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff4466b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    24cc4d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd7d768 View commit details
    Browse the repository at this point in the history