We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bug discovered while working with my Dec 2023 RAP attachment students. The following code throws an AssertionError:
AssertionError
from qibochem.driver import Molecule from qibochem.ansatz import hf_circuit # Molecule mol = Molecule(xyz_file="../lih.xyz") mol.run_pyscf() mol.hf_embedding(frozen=[0, ])
I should have the fix already, but want to wait for #72 to be merged first.
The text was updated successfully, but these errors were encountered:
Thanks @chmwzc . I have merged #72 so please proceed.
Sorry, something went wrong.
chmwzc
Successfully merging a pull request may close this issue.
Bug discovered while working with my Dec 2023 RAP attachment students. The following code throws an
AssertionError
:I should have the fix already, but want to wait for #72 to be merged first.
The text was updated successfully, but these errors were encountered: