-
Notifications
You must be signed in to change notification settings - Fork 9
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
Add container to demonstrate calculating ground state energy using a quantum computing(simulation) #108
Comments
This looks good, I don't think we need a white list, but maybe issue a warning if there are more than 3 atoms? You can probably kill it with a single metal, but this is intended for people who should know what types of thing they could run. I think this would be a result like the ones from ChemML, i.e. quantum simulation ground state energy, or similar? I think Bert would be best on commenting on the Psi4 parameters for a fair comparison of energies, that could be another output. I think primarily this would return a small table of key-value pairs like ChemML, such as simulated energy, psi4 energy. If we integrate this properly then this would give the quantum simulated ground state, and you could separately run psi4, nwchem, etc energy calculations on the same geometry to compare energies in a notebook using a reasonable basis/functional to compare. |
@cryos Can you give us an idea of the parameters we should use for the geometry optimization with psi4 if the user requests it? |
The code for calculating the ground state energy (found here) has been added to this container, as well as the option to optimize the geometry using Psi4.
An example of the current output (
|
The container should be based on the following notebook.
We already have a start at a PR for the container to setup the environment, it includes qiskit and psi4.
The plan is to calculate the ground state energy for a give geometry.
orbital_reduction
parameter, to control the complexity of the calculation.@cryos @wibejong This is a proposed outline, let me know what you think. Feel free to update/add.
The text was updated successfully, but these errors were encountered: