Electron Density on a Grid for Excited States #2638
Replies: 1 comment
-
|
Hey, Im not a developer or anything but I think what you are looking for is in this example https://github.com/pyscf/pyscf/blob/master/examples/tddft/22-density.py I hope this helps. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Team,
I am working on a tool that requires as it's input an electron density on a grid. This was easy to achieve for the neutral and ionic states for given elements by using the numint.eval_rho function. However, when I tried to move to excited states, calculated using TDDFT, the densities being produced using numint.eval_rho2 function varied significantly between runs, and gave results that were non-sensical.
How should I calculate the electron density on a grid for an excited state of an element?
Is the numint.eval_rho2 function the right one to use with a TDDFT function in order to extract the electron density? Here is the code I am using. I previously tried the other eval_rho functions without any success. Please let me know if I am on the wrong path here.
Honestly, I am hoping that there is a tool that I am missing or an approach that I have not found yet.
Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions