-
Notifications
You must be signed in to change notification settings - Fork 24
Add from_fermion_operator method to MoelcularHamiltonian class #386
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
base: main
Are you sure you want to change the base?
Conversation
This will close issue #385 |
This needs a test. |
Do you think something like the following would work as a test?
|
Yes, but I don't think we should do the normal ordering. |
Co-authored-by: Kevin J. Sung <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All the checks needs to pass before this can be merged. See the developer guide for information on how to run the checks locally.
addressed the comments and pushed the changes. tox is raising some errors locally, let's see if the tests pass in CI |
Add the feature to define a Molecular Hamiltonian from a Fermion Operator
Closes #385