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

Fix psi parsing between consecutive ham simulations #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jan-o-e
Copy link

@jan-o-e jan-o-e commented Sep 19, 2022

Off-diagonal elements in the calculation of the final density matrix of a single qutip.mesolve simulation were not calulated & stored correctly. Thus, the simulation of a subsequent hamiltonian with the final state from the previous simulation leads to an erroneous result.

Added arhoDict dictionary and used it to correctly store the final state in psiList after one iteration.

Off-diagonal elements in the calculation of the final density matrix of a single qutip.mesolve simulation were not calulated & stored correctly. Thus, the simulation of a subsequent hamiltonian with the final state from the previous simulation leads to an erroneous result.

Added arhoDict dictionary and used it to correctly store the final state in psiList after one iteration.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant