-
Notifications
You must be signed in to change notification settings - Fork 116
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
QCQMC notebooks #357
QCQMC notebooks #357
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@mpharrigan do I need to do anything more to ensure the docs render correctly / regenerate them? |
I think you need to list the new notebooks in |
I can also split this up if that's more digestible |
) | ||
|
||
@classmethod | ||
def build_hamiltonian_from_pyscf( |
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.
nit: can probably simplify the method name since you know it will be prepended with HamiltonianData.
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.
do you mean remove the "_from"?
In terms of notebooks should these be cleared of output. Is the website updated automatically? |
Yes, the website should execute the notebooks |
@dstrain115 is this approved? |
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.
One of the notebooks could use some more explanation. After that, LGTM.
Adds 3 notebooks for the QCQMC paper:
Depends on #356