You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The main loop that needs to be evaluated for the simulation to advance in time
Description
Every time step, the state of the system needs to be updated by applying the next propagator matrix to the current state. Then, that propagator isn't needed anymore.
This step may need an additional check where we see if the state is still normalized. If the precision in evaluating the propagators is sufficient, this won't be necessary. However, if the simulation runs for a very long time, this may become necessary. Let's not address this until we can compare data from the library simulation to known solutions (i.e.: after we hit the first milestone)
The text was updated successfully, but these errors were encountered:
Feature
The main loop that needs to be evaluated for the simulation to advance in time
Description
Every time step, the state of the system needs to be updated by applying the next propagator matrix to the current state. Then, that propagator isn't needed anymore.
This step may need an additional check where we see if the state is still normalized. If the precision in evaluating the propagators is sufficient, this won't be necessary. However, if the simulation runs for a very long time, this may become necessary. Let's not address this until we can compare data from the library simulation to known solutions (i.e.: after we hit the first milestone)
The text was updated successfully, but these errors were encountered: