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

Merging the release candidate branch to master #1878

Merged
merged 26 commits into from
Nov 9, 2021
Merged

Merging the release candidate branch to master #1878

merged 26 commits into from
Nov 9, 2021

Commits on Nov 1, 2021

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

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    2811a05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f674439 View commit details
    Browse the repository at this point in the history
  3. Remove template decorator from PennyLane functions (#1808) (#1835)

    * Remove template decorator.
    
    * Correct import and changelog.
    
    * Change interferometer.
    
    * Update pennylane/templates/broadcast.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    * Update doc/releases/changelog-dev.md
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    * Update pennylane/templates/broadcast.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    * Update from review.
    
    * More import removed.
    
    * Update parametric ops.
    
    * Update pennylane/templates/subroutines/arbitrary_unitary.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    Co-authored-by: Romain <rmoyard@gmail.com>
    antalszava and rmoyard committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    60501d6 View commit details
    Browse the repository at this point in the history
  4. Update QNGOptimizer to handle deprecations (#1834)

    * pass approx option in QNG if need be
    
    * convert to array instead of list; add recwarn to QNG test case
    
    * Update pennylane/optimize/qng.py
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    
    * add expval(H) with two input params test case
    
    * deprecate diag_approx keyword for QNGOptimizer
    
    * format
    
    * docstring
    
    * changelog
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    antalszava and josh146 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e768d39 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Sorted tape.get_parameters (#1836)

    * sorted `get_parameters`
    
    * adapt PR count
    
    * fix metric tensor tests
    
    * also sort in `set_parameters`
    dwierichs committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b967183 View commit details
    Browse the repository at this point in the history
  2. Fix bug to ensure qml.math.dot works in autograph mode (#1842)

    * Fix bug to ensure qml.math.dot works in autograph mode
    
    * changelog
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    josh146 and antalszava committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a60884f View commit details
    Browse the repository at this point in the history
  3. Update expand_fn (rc) (#1838)

    * expand_fn
    
    * changes just as in master
    
    * new lines
    antalszava committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    a7ad9d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d58519 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Add deprecation warning for default.tensor (#1851)

    * add warning and test
    
    * add changelog
    
    * Update pennylane/beta/devices/default_tensor.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    mariaschuld and antalszava committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    272aeee View commit details
    Browse the repository at this point in the history
  2. fix docstrings in hf module (#1853)

    * fix hf docstrings
    
    * Update pennylane/hf/hartree_fock.py
    
    Co-authored-by: Romain <rmoyard@gmail.com>
    
    Co-authored-by: Romain <rmoyard@gmail.com>
    albi3ro and rmoyard committed Nov 4, 2021
    Configuration menu
    Copy the full SHA
    fbfae24 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Docstring updates of new features before the release (#1859)

    * doc format
    
    * docstring example
    antalszava committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    485fbb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5b3663 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b2a40d View commit details
    Browse the repository at this point in the history
  4. Add support for abstract tensors in AmplitudeEmbedding (#1845)

    * Add support for abstract tensors in AmplitudeEmbedding
    
    * add tests
    
    * update changelog
    
    * Apply suggestions from code review
    
    Co-authored-by: Romain <rmoyard@gmail.com>
    
    * fix
    
    * fix
    
    * fix
    
    * Add batchtracer support
    
    * Update tests/math/test_is_abstract.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    Co-authored-by: Romain <rmoyard@gmail.com>
    Co-authored-by: antalszava <antalszava@gmail.com>
    3 people committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a556122 View commit details
    Browse the repository at this point in the history
  5. Add documentation for the hf module (#1839)

    * create rst file for hf module
    soranjh committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    776efd0 View commit details
    Browse the repository at this point in the history
  6. Documentation Updates (#1868)

    * documentation updates
    
    * Update doc/introduction/interfaces/numpy.rst
    
    * Apply suggestions from code review
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    * scipy minimize update
    
    * collections of qnode section re-added
    
    * new lines
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    albi3ro and antalszava committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    30b6c78 View commit details
    Browse the repository at this point in the history
  7. Update deprecated use of qml.grad/qml.jacobian in docstrings (#1860)

    * autograd device requires_grad
    
    * math.quantum example
    
    * tracker
    
    * tracker 2nd
    
    * batch_transform
    
    * batch_params
    
    * fix batch params docstring
    
    * update
    
    * Update pennylane/transforms/batch_params.py
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    
    * `qml.math.is_independent` no deprecation warnings with `qml.grad`/`qml.jacobian` (#1862)
    
    * is_independent no deprecation warning
    
    * is_independent no deprecation warning tests
    
    * docstring
    
    * formatting
    
    * mark arrayboxes as trainable still; adjust test case (no autograd warning)
    
    * define requires_grad=True for random args only with Autograd (not JAX) to avoid errors with JAX tracers
    
    * add in warning checks such that warnings are for sure not emitted
    
    * Update pennylane/transforms/batch_params.py
    
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    
    * Update pennylane/transforms/batch_params.py
    
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    
    * Update pennylane/transforms/batch_params.py
    
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    
    * Update pennylane/transforms/batch_params.py
    
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    
    * Update pennylane/transforms/batch_params.py
    
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    
    * Update pennylane/transforms/batch_params.py
    
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    Co-authored-by: Romain <rmoyard@gmail.com>
    Co-authored-by: Christina Lee <christina@xanadu.ai>
    4 people committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c143264 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2021

  1. change example (#1875)

    KetpuntoG committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    cd17c7f View commit details
    Browse the repository at this point in the history
  2. v0.19.0 release notes (#1852)

    * pl + qchem versions
    
    * draft release notes
    
    * example + changelog-dev.md
    
    * changelog-dev
    
    * batch_params output
    
    * shorten U decomp example to print well
    
    * need orbitals kwarg when using hf_state as positional came after kwarg
    
    * need orbitals kwarg when using hf_state as positional came after kwarg
    
    * trainable params
    
    * orphan
    
    * contributors
    
    * notes
    
    * HF solver example
    
    * HF solver example
    
    * HF solver text
    
    * doc item for #1724
    
    * item for 1769
    
    * doc item for #1792
    
    * #1804, #1802
    
    * #1824
    
    * pyscf pin
    
    * PR links
    
    * resolve changelog (#1858)
    
    Co-authored-by: agran2018 <45397799+agran2018@users.noreply.github.com>
    
    * Update release_notes.md
    
    * Apply HF wording suggestion from Josh
    
    * fix batch params docstring
    
    * update
    
    * merge batch_params dim_output
    
    * new shape for the output of the batch_params example
    
    * Update doc/releases/changelog-0.19.0.md
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    
    * transforms order change as suggested
    
    * Update doc/releases/changelog-0.19.0.md
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    
    * Update doc/releases/changelog-0.19.0.md
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    
    * shorten ex as suggested
    
    * shorten insert example
    
    * move classical jac change to improvements as suggested
    
    * Update doc/releases/changelog-0.19.0.md
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    
    * Update doc/releases/changelog-0.19.0.md
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    
    * Update doc/releases/changelog-0.19.0.md
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    
    * move is_independent to improvements
    
    * remove sentence as suggested
    
    * Update doc/releases/changelog-0.19.0.md
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    
    * Update doc/releases/changelog-0.19.0.md
    
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    
    * change the order of the improvements based on the suggestions
    
    * rephrase qml.grad/qml.jacobian deprecation date
    
    * Update doc/releases/changelog-0.19.0.md
    
    * no current release tag for v0.18.0
    
    * no -dev
    
    * fix
    
    * fix
    
    * correct GateFabric api link
    
    * JAX interface as improvement
    
    * create_expand_fn suggestion
    
    * requires_grad.png
    
    * GateFabric full path
    
    Co-authored-by: agran2018 <45397799+agran2018@users.noreply.github.com>
    Co-authored-by: Josh Izaac <josh146@gmail.com>
    Co-authored-by: Romain <rmoyard@gmail.com>
    4 people committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    39d122f View commit details
    Browse the repository at this point in the history
  3. Tkt rc (#1870)

    * changed readme and index tkt
    
    * kept changelog
    
    * Changed docs image
    
    * Deleted changelog
    
    * Apply suggestions from code review
    
    Co-authored-by: antalszava <antalszava@gmail.com>
    Co-authored-by: Nathan Killoran <co9olguy@users.noreply.github.com>
    
    * removed readme tkt
    
    * Removed readme
    
    * README.md form release candidate
    
    Co-authored-by: Catalina Albornoz <catalina@xanadu.ai>
    Co-authored-by: antalszava <antalszava@gmail.com>
    Co-authored-by: Nathan Killoran <co9olguy@users.noreply.github.com>
    4 people committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    a56ab82 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Resolving conflicts

    antalszava committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    b7a581e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    688f41b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee57d74 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5a4d8d8 View commit details
    Browse the repository at this point in the history
  5. update batch params

    josh146 committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    859d9d7 View commit details
    Browse the repository at this point in the history