Skip to content
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

[FEATURE] Analysis based on the brightness of the state rather than the state label #2

Open
coltonbh opened this issue Feb 13, 2021 · 3 comments
Labels
enhancement New feature or request

Comments

@coltonbh
Copy link
Contributor

I would like to have a tool that can make the analysis based on the brightness of the state, rather than the state label (AKA I want to be able to check the lifetime on the bright state, instead of the S2 state: I have a case where S1 and S2 are so close together that they continually swap in order along the simulations, which makes it hard to distinguish with the standard tools) @elipieri

@coltonbh coltonbh added the enhancement New feature or request label Feb 13, 2021
@coltonbh
Copy link
Contributor Author

@elipieri If you have any more details for this feature please put them here! Then we can track what it is you are hoping for, have conversations about any details we may need, and tie this all to code we will write :)

@elipieri
Copy link

elipieri commented Feb 17, 2021 via email

@walkerar
Copy link
Contributor

walkerar commented Mar 2, 2021

We should be able to compute the oscillator strength from the transition dipole moment (TDip file) of each state at each timepoint, and extract the data for the largest value every step. The easiest hack for this would be to simply put this data into a combined new vector with a new state ID that is continuous, and then putting that back into the rest of aimsprop. So first:

  1. Does aimsprop already read in the transition dipole moments with state labels
  2. What is the correct math to convert TDip to oscillator strength and identify appropriate state at each time
  3. Must write a small module to take the data at each time for the bright state and reformat it into a new vector that can be fed to aimsprop as normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants