Closed rdguha1995 closed 2 years ago
@Zhuoying, please trigger the tests here
Thanks @samblau for the reminder. -Just trigger tests and it looks like passing the tests. Since it is related to QChem jobs, could you please review it when you are available? Please free feel to ping me if you need anything from my side. Thanks.
Hey @Zhuoying! It would be great if you can take some time to merge this. I have implemented all the changes suggested by @samblau
Hey @Zhuoying . Just circling back on this. Can you take some time out for merging this?
Thanks a lot!
@rdguha1995 Thanks for the reminder. I am re-trigger the tests and will merge it after all tests pass.
Hey @Zhuoying , can you help me with the current errors? They are not in codes I have played with. What would be the best way to solve this?
@rdguha1995 Yes, the error seems to be induced by the recent change in pymatgen.io.feff (https://github.com/materialsproject/pymatgen/blob/c1e47a78bcf5d4f23b11b83570adb861f47cb183/pymatgen/io/feff/sets.py#L357), not your part. I will merge your PR for now. And fix the error in another PR. Thanks!
CI fix submitted in #760.
Summary
For this custom Firework the electronic energy of a proton in a specific solvent environment is approximated. Since a proton has 0 electrons, running a QChem job would yield an error. The energy can be approximated by:
This Firework combines these two calculations and adds a task doc to the DB with the separate calculation details and the effective energy after subtraction.
TODO (if any)