-
Notifications
You must be signed in to change notification settings - Fork 34
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
Update forging how-to to Qiskit Nature 0.5 #449
Conversation
This was overlooked in #83.
|
||
.. jupyter-execute:: | ||
:stderr: |
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.
This cell really, really wants to spit something to stderr, and the only way I could figure out not to have it cause the sphinx build to fail was to put this line here.
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.
Interesting, what is it printing out?
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.
Here's the warning:
UserWarning: Since PySCF-2.3, B3LYP (and B3P86) are changed to the VWN-RPA variant, corresponding to the original definition by Stephens et al. (issue 1480) and the same as the B3LYP functional in Gaussian. To restore the VWN5 definition, you can put the setting "B3LYP_WITH_VWN5 = True" in pyscf_conf.py
This is also showing up in some Qiskit Nature notebooks, such as at https://qiskit.org/ecosystem/nature/migration/0.5_c_electronic_structure.html.
Pull Request Test Coverage Report for Build 6776019268
💛 - Coveralls |
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.
Looks good, thank you!
This was overlooked in #83. It is now causing CI errors in the docs workflow (see #448), now that a Qiskit version without
PauliTable
has been released.