-
Notifications
You must be signed in to change notification settings - Fork 603
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
Add Hamiltonian transform functions for qubit tapering #1966
Conversation
Hello. You may have forgotten to update the changelog!
|
Codecov Report
@@ Coverage Diff @@
## master #1966 +/- ##
=======================================
Coverage 99.16% 99.17%
=======================================
Files 223 223
Lines 17090 17150 +60
=======================================
+ Hits 16948 17008 +60
Misses 142 142
Continue to review full report at Codecov.
|
…nnylane into qubit_tapering_hamiltonian
…nnylane into qubit_tapering_hamiltonian
Context:
This PR adds functions to transform a Hamiltonian, based on molecular symmetries, such that it acts trivially on a subset of qubits. These qubits can then be removed from the Hamiltonian.
Description of the Change:
The function transform_hamiltonian is added.
Benefits:
Possible Drawbacks:
Related GitHub Issues: