-
Notifications
You must be signed in to change notification settings - Fork 376
Correct the UCCSD.compute_excitation_lists() #1201
Conversation
Thanks for supplying the fix. Can you please sign the CLA - the email/id you used on the commit should match your github email - maybe that you did not set it up in git locally and its defaulting to some locally generated email that does not match. |
Sounds good! |
Just to double check here is some info from github around account emails https://docs.github.com/en/enterprise/2.13/user/articles/setting-your-commit-email-address-in-git If I look at the commit log locally, in my clone of your fork, the email of the entry looks like |
Thank you so much for your help! |
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.
Thanks once again for finding and fixing the bug and making the contribution here, as well as persevering with the CLA to get it signed.
@@ -0,0 +1,6 @@ | |||
--- | |||
ixes: |
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.
There is a typo here: ixes
rather than fixes
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.
Thanks, I'll take care of it
* correct the UCCSD.compute_excitation_lists * Add unit test for excitations and active space Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com> Co-authored-by: woodsp <woodsp@us.ibm.com>
* correct the UCCSD.compute_excitation_lists * Add unit test for excitations and active space Co-authored-by: Manoel Marques <Manoel.Marques@ibm.com> Co-authored-by: woodsp <woodsp@us.ibm.com>
Summary
Correct the UCCSD.compute_excitation_lists(), when indicate args:
active_occupied, active_unoccupied
, it now gives the correct excitation lists.Details and comments
Details of the issue and the result after fixed the issue:
https://qiskit.slack.com/archives/CB6C24TPB/p1597341799066200?thread_ts=1597133029.202500&cid=CB6C24TPB
https://qiskit.slack.com/archives/CB6C24TPB/p1597341799066400?thread_ts=1597133029.202500&cid=CB6C24TPB
This is the file to test and compare the old and new version of UCCSD.compute_excitation_lists():
Test the Corrected UCCSD.compute_excitation_lists().zip