-
Notifications
You must be signed in to change notification settings - Fork 10
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
Kupccgsd identify parameter #185
Conversation
🚀 Deployed on https://deploy-preview-185--quri-parts.netlify.app |
Can you write some comments in the PR description if there are breaking changes? (e.g. number/order of parameters etc.) (By the way, #181 is already merged but could you add comments about breaking changes there too?) |
I just added comments on this PR page and the PR page for the UCCSD |
@@ -55,53 +60,142 @@ def __init__( | |||
fermion_qubit_mapping: OpenFermionQubitMapping = jordan_wigner, | |||
trotter_number: int = 1, | |||
delta_sz: int = 0, | |||
singlet_excitation: bool = False, |
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.
Can you add docstring for singlet_excitation
?
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.
I just added the docstring for it
Identify particular parameters in kupgccsd ansatz