pennylane
pennylane copied to clipboard
Add qchem basis rotation function
Context: This PR adds a function for basis rotation grouping of a molecular Hamiltonian.
Description of the Change:
The function basis_rotation
is added to qchem.factorization module.
Benefits:
Possible Drawbacks:
Related GitHub Issues:
Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md
with:
- A one-to-two sentence description of the change. You may include a small working example for new features.
- A link back to this PR.
- Your name (or GitHub username) in the contributors section.
Codecov Report
Merging #3011 (a09184b) into master (6d8ae8f) will increase coverage by
0.00%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #3011 +/- ##
=======================================
Coverage 99.68% 99.68%
=======================================
Files 273 273
Lines 23605 23632 +27
=======================================
+ Hits 23531 23558 +27
Misses 74 74
Impacted Files | Coverage Δ | |
---|---|---|
pennylane/qchem/__init__.py | 100.00% <100.00%> (ø) |
|
pennylane/qchem/factorization.py | 100.00% <100.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.