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

Daily rc sync to master 2022-04-25 #2488

Merged
merged 21 commits into from
Apr 25, 2022
Merged

Daily rc sync to master 2022-04-25 #2488

merged 21 commits into from
Apr 25, 2022

Commits on Apr 19, 2022

  1. Remove deprecated get_unitary_matrix (#2457)

    * Remove
    
    * Changelog
    
    * changelog: breaking change
    
    * Trigger CI
    
    Co-authored-by: Antal Szava <antalszava@gmail.com>
    rmoyard and antalszava committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    822da84 View commit details
    Browse the repository at this point in the history
  2. Rename doc/releases/changelog-dev.md → `doc/releases/changelog-0.23…

    ….0.md` (release candidate) (#2461)
    
    * changelog rename
    
    * update ref of the file
    antalszava committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    82da18c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Fix the issue with JAX JIT for grad when diff_method="adjoint" and …

    …`mode="backward"` (#2460)
    
    * Fix the issue
    
    * Apply code review suggestions
    
    * Update changelog
    
    * Update jax.py
    
    * Trigger CI
    maliasadi committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    1bab718 View commit details
    Browse the repository at this point in the history
  2. Bugfix for Nesterov Momentum Optimier (#2466)

    * nesterov_fix
    
    * nesterov momentum bugfix
    
    * Update doc/releases/changelog-0.23.0.md
    
    * Update tests/optimize/test_optimize.py
    albi3ro committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    089bb29 View commit details
    Browse the repository at this point in the history
  3. Use pennylane numpy in molecular hamiltonian (#2465)

    * fix pl numpy and ham complex coeff
    
    * test
    
    * PR num
    
    * test tidy
    
    * correct method for returning real coeffs
    
    * linting
    
    Co-authored-by: Antal Szava <antalszava@gmail.com>
    soranjh and antalszava committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    8558ce9 View commit details
    Browse the repository at this point in the history
  4. Remove qml.finite_diff (#2464)

    * remove finite-diff
    
    * remove unused import
    
    * Update doc/releases/changelog-0.23.0.md
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    * remove hamiltonian diff test file
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    albi3ro and antalszava committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    5e766cb View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2022

  1. Configuration menu
    Copy the full SHA
    c14f88e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    833dbfc View commit details
    Browse the repository at this point in the history
  3. Fix qcut doc render (#2471)

    * Update
    
    * Update
    
    * Trigger CI
    rmoyard committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    426efbb View commit details
    Browse the repository at this point in the history
  4. fix has_matrix (#2476)

    albi3ro committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    30569d9 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Configuration menu
    Copy the full SHA
    cfc608e View commit details
    Browse the repository at this point in the history
  2. Warn upon import of an ObservableReturnType from operation instead …

    …of measurements (#2481)
    
    * warn upon import of observablereturntype from operation
    
    * black?
    
    * Update pennylane/__init__.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    * Update tests/test_operation.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    * update changelog
    
    * Update pennylane/operation.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    albi3ro and antalszava committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    7950210 View commit details
    Browse the repository at this point in the history
  3. Update chemistry doc (#2482)

    soranjh committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    c0119b1 View commit details
    Browse the repository at this point in the history
  4. Automatic upload to pip when released (#2484)

    * upload
    
    * Return line
    rmoyard committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    9c9764a View commit details
    Browse the repository at this point in the history
  5. Jacobian Slice Bug StrawberryFields (#2485)

    * fixed jacobian slicing issue
    
    Update pennylane/interfaces/autograd.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    * added testcase for custom device
    
    * Update doc/releases/changelog-0.23.0.md
    
    * retrigger checks
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    puzzleshark and antalszava committed Apr 22, 2022
    Configuration menu
    Copy the full SHA
    da3306f View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. Documentation fixes for the v0.23.0 release (#2472)

    * Fix qml.ctrl docstring
    
    * Add notice about control values other than 0,1
    
    * Fix bell example on measurements docs page
    
    * Update doc/introduction/measurements.rst
    
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    
    * Update pennylane/transforms/control.py
    
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    
    * Make the cut_circuit_mc docs example deterministic
    
    * Fix sphinx build
    
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    Co-authored-by: antalszava <antalszava@gmail.com>
    3 people committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    4d27af9 View commit details
    Browse the repository at this point in the history
  2. Issue a warning about repeated cached executions with shot noise (#2478)

    * Add warning about caching with finite shots
    
    * Fix import order
    
    * Add changelog
    
    * Use set_shots to determine shots for warning
    
    * format
    
    * disable pylint 'protected-access'
    
    * Fixes and cleanup to the inspection logic
    
    * format
    
    * add test for warning
    
    * Review: expand warning message
    
    * Review: add additional tests
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    dime10 and antalszava committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    0b49215 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. exclude files from pr

    GitHub Actions Bot committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    63ca6f0 View commit details
    Browse the repository at this point in the history
  2. Exclude more files

    dime10 committed Apr 25, 2022
    Configuration menu
    Copy the full SHA
    582bb09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ffb52b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb8e945 View commit details
    Browse the repository at this point in the history