-
Notifications
You must be signed in to change notification settings - Fork 209
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
fix GaussianForcesDriver.from_molecule improvements #400 #877
Conversation
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.
Please also add the same argument to the VibrationalStructureMoleculeDriver
in qiskit_nature.second_q.drivers.vibrational_structure_molecule_driver.py
qiskit_nature/drivers/second_quantization/gaussiand/gaussian_forces_driver.py
Outdated
Show resolved
Hide resolved
qiskit_nature/second_q/drivers/gaussiand/gaussian_forces_driver.py
Outdated
Show resolved
Hide resolved
qiskit_nature/second_q/drivers/gaussiand/gaussian_forces_driver.py
Outdated
Show resolved
Hide resolved
releasenotes/notes/fix-gaussian-forces-driver-from-molecule-xcf-6702ec346d1d94da.yaml
Outdated
Show resolved
Hide resolved
test/drivers/second_quantization/gaussiand/test_driver_gaussian_forces.py
Outdated
Show resolved
Hide resolved
Pull Request Test Coverage Report for Build 3290834654
💛 - Coveralls |
fixed unit-test |
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 think, once we do the below, this should be good to go 👍
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.
Thank you for your contribution to Qiskit Nature, @cometta!
(qiskit-community#877) * fix GaussianForcesDriver.from_molecule improvements qiskit-community#400 * remove spaces * added release note * update unittest * black reformat codes * revert this legacy file changes * reorder arguments * updated based on comments * removed unused "type: ignore" * remove white spaces * fix ci/cd error * fix lint * fix lint * test: make GaussianForcesDriver XCF test functional * Plug expected gaussian results in unit test Co-authored-by: Max Rossmannek <oss@zurich.ibm.com> Co-authored-by: Manoel Marques <manoel.marques@ibm.com> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Summary
fix for fix for #400
added xcf argument to GaussianForcesDriver.from_molecule
Details and comments