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

v32 removals #4301

Merged
merged 10 commits into from Jul 5, 2023
Merged

v32 removals #4301

merged 10 commits into from Jul 5, 2023

Conversation

albi3ro
Copy link
Contributor

@albi3ro albi3ro commented Jun 23, 2023

This PR completes the removals for:

  • qchem.molecular_hamiltonian keyword arguments grouping_type and grouping_method
  • zyz_decompposition and xyx_decomposition
  • LieAlgebraOptimizer
  • Operation.base_name
  • QuantumScript.name
  • qml.math.reduced_dm
  • qml.specs keys num_operations, num_used_wires, gate_types, gate_sizes and depth

The do_queue keyword is not removed in this PR, as that will change a lot of code.

@albi3ro
Copy link
Contributor Author

albi3ro commented Jul 4, 2023

[sc-38961] [sc-38962] [sc-38963]

@albi3ro albi3ro requested review from a team and Jaybsoni July 4, 2023 17:48
@albi3ro albi3ro added the review-ready 👌 PRs which are ready for review by someone from the core team. label Jul 4, 2023
doc/releases/changelog-dev.md Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Jul 4, 2023

Codecov Report

Merging #4301 (6f1b19c) into master (454134e) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master    #4301      +/-   ##
==========================================
- Coverage   99.79%   99.79%   -0.01%     
==========================================
  Files         352      351       -1     
  Lines       32164    32093      -71     
==========================================
- Hits        32097    32026      -71     
  Misses         67       67              
Impacted Files Coverage Δ
pennylane/math/__init__.py 100.00% <ø> (ø)
pennylane/math/quantum.py 100.00% <ø> (ø)
pennylane/operation.py 97.32% <ø> (-0.02%) ⬇️
pennylane/ops/op_math/adjoint.py 100.00% <ø> (ø)
pennylane/ops/op_math/controlled.py 100.00% <ø> (ø)
pennylane/ops/op_math/pow.py 100.00% <ø> (ø)
pennylane/optimize/__init__.py 100.00% <ø> (ø)
pennylane/optimize/riemannian_gradient.py 100.00% <ø> (ø)
pennylane/qinfo/transforms.py 100.00% <ø> (ø)
pennylane/transforms/__init__.py 100.00% <ø> (ø)
... and 6 more

@albi3ro albi3ro enabled auto-merge (squash) July 5, 2023 14:37
@albi3ro albi3ro merged commit 7bc6255 into master Jul 5, 2023
43 checks passed
@albi3ro albi3ro deleted the v32-removals-1 branch July 5, 2023 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review-ready 👌 PRs which are ready for review by someone from the core team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants