-
Notifications
You must be signed in to change notification settings - Fork 35
[Docs] update gen_ham with UHF #339
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
Signed-off-by: marwafar <[email protected]>
Signed-off-by: marwafar <[email protected]>
Signed-off-by: marwafar <[email protected]>
Signed-off-by: marwafar <[email protected]>
mawolf2023
left a comment
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 have thoughts on general organization, but will save those for later as discussed with Marwa.
| 0, | ||
| nele_cas=2, | ||
| norb_cas=3, | ||
| UR=True, |
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.
Is there any merit to just calling this option "UHF" rather than "UR"? May just be easier to remember.
| Note that we use the same API but,toggle `MP2=True` and `integrals_natorb=True`. | ||
| Note that we use the same API but,toggle `MP2=True` and `integrals_natorb=True`. This will generate the molecular orbitals from MP2 natural orbitals, and compute the Hamiltonian integrals in this basis. | ||
| This option is unallowed yet when using `UR=True`. When using `UR=True`, only UHF molecular orbitals are employed to generate the electronic Hamiltonian. |
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.
"not yet available for"
In this PR:
We added UHF examples in 'molecular_hamiltonians.rst', 'generate_molecular_hamiltonians.py'
This part of the doc covers the new update of UHF in #309