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

Main Simulation Loop #9

Closed
aarongrisez opened this issue Oct 26, 2018 · 0 comments
Closed

Main Simulation Loop #9

aarongrisez opened this issue Oct 26, 2018 · 0 comments
Labels
core-feature A feature that is part of the defining behavior of the library

Comments

@aarongrisez
Copy link
Owner

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)

@aarongrisez aarongrisez added the core-feature A feature that is part of the defining behavior of the library label Oct 26, 2018
@aarongrisez aarongrisez added this to the A working simulation milestone Oct 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core-feature A feature that is part of the defining behavior of the library
Projects
None yet
Development

No branches or pull requests

1 participant