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

Implementation of pennylane optimizers #101

Merged

Commits on Oct 5, 2022

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

Commits on Oct 6, 2022

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

Commits on Oct 12, 2022

  1. Configuration menu
    Copy the full SHA
    9d5439a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a331046 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3054af6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    985674a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e2a022 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    27b0ef7 View commit details
    Browse the repository at this point in the history
  2. codecov added

    raulconchello committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    ed96166 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

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

Commits on Oct 20, 2022

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

Commits on Oct 21, 2022

  1. Documentation updated

    raulconchello committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    115b576 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

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

    raulconchello committed Oct 28, 2022
    Configuration menu
    Copy the full SHA
    1394b96 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f870c2f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

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

Commits on Nov 1, 2022

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

Commits on Nov 8, 2022

  1. Making training_vqa (for pennylane) more readable

    Raul Conchello Vendrell committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    eb3a47e View commit details
    Browse the repository at this point in the history
  2. Better tests for the pennylane optimizers

    Raul Conchello Vendrell committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    1e714c7 View commit details
    Browse the repository at this point in the history
  3. Requirements

    Raul Conchello Vendrell committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    3724e2f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'dev' into dev_PennyLane_optimization_methods

    Raul Conchello Vendrell authored Nov 8, 2022
    Configuration menu
    Copy the full SHA
    a1f6118 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

  1. Adding CustomScipyPennyLaneOptimizer

    Raul Conchello Vendrell committed Nov 14, 2022
    Configuration menu
    Copy the full SHA
    5e04b2a View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Debugging

    Raul Conchello Vendrell committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    6d55818 View commit details
    Browse the repository at this point in the history
  2. PennyLaneOptimizer

    Raul Conchello Vendrell committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    1ce7470 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'dev' into dev_PennyLane_optimization_methods

    Raul Conchello Vendrell committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2e3020e View commit details
    Browse the repository at this point in the history
  4. Creating PennyLane folder

    Raul Conchello Vendrell committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3a6d320 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. Removing the PennyLane requirement

    Raul Conchello Vendrell committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    5557073 View commit details
    Browse the repository at this point in the history
  2. Deleting some prints

    Raul Conchello Vendrell committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    4473e27 View commit details
    Browse the repository at this point in the history
  3. Added NOTICE, it specifies code is from PennyLane

    Raul Conchello Vendrell committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    d66524d View commit details
    Browse the repository at this point in the history
  4. Requirements.txt updated

    Raul Conchello Vendrell committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    24a64dd View commit details
    Browse the repository at this point in the history
  5. Docs optimizers

    Raul Conchello Vendrell committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    3b196fb View commit details
    Browse the repository at this point in the history
  6. Debugging

    Raul Conchello Vendrell committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    c3a7fb7 View commit details
    Browse the repository at this point in the history
  7. Debugging docs

    Raul Conchello Vendrell committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    88a6ac5 View commit details
    Browse the repository at this point in the history
  8. Debugging

    Raul Conchello Vendrell committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    97f7aae View commit details
    Browse the repository at this point in the history
  9. Merge branch 'dev' into dev_PennyLane_optimization_methods

    Raul Conchello Vendrell authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    ce791ee View commit details
    Browse the repository at this point in the history
  10. except Exception as e. In PennyLane opt

    Raul Conchello Vendrell committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    98dde82 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. Requirements with >=

    Raul Conchello Vendrell committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    d164b9c View commit details
    Browse the repository at this point in the history
  2. Documentation and copyright

    Raul Conchello Vendrell committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2aebedb View commit details
    Browse the repository at this point in the history
  3. Cleaning imports of optimization_methods_pennylane

    Raul Conchello Vendrell committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    7f8c55d View commit details
    Browse the repository at this point in the history
  4. Documentation

    Raul Conchello Vendrell committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    d478b53 View commit details
    Browse the repository at this point in the history
  5. Requirements -> autoray>=0.3.1

    Raul Conchello Vendrell committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    4fa48d3 View commit details
    Browse the repository at this point in the history
  6. Requirements -> autoray>=0.3.1

    Raul Conchello Vendrell committed Nov 18, 2022
    Configuration menu
    Copy the full SHA
    9b76633 View commit details
    Browse the repository at this point in the history