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

Initialize the step data of rk stepper more precisely #519

Open
beomki-yeo opened this issue Jul 18, 2023 · 1 comment
Open

Initialize the step data of rk stepper more precisely #519

beomki-yeo opened this issue Jul 18, 2023 · 1 comment
Labels
bug Something isn't working priority: low Low priority

Comments

@beomki-yeo
Copy link
Collaborator

Check #518

k4 of rk stepper step data should be initialized as (dtds = q/p * dir * B(r0)) rather than (0,0,0). We need to think how to get B field in rk stepper state construction

@beomki-yeo beomki-yeo added priority: low Low priority bug Something isn't working labels Jul 18, 2023
@niermann999
Copy link
Contributor

Is this still an issue? The B-field is available in the stepper state (m_magnetic_field member and field() method) and also where the intermediate_state is constructed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working priority: low Low priority
Projects
None yet
Development

No branches or pull requests

2 participants