Skip to content

Remove position update from noise kernel - #59

Open
DuaaMohdAli wants to merge 2 commits into
afhverjuekki:mainfrom
DuaaMohdAli:fix-noise-position-update
Open

Remove position update from noise kernel#59
DuaaMohdAli wants to merge 2 commits into
afhverjuekki:mainfrom
DuaaMohdAli:fix-noise-position-update

Conversation

@DuaaMohdAli

Copy link
Copy Markdown

This PR removes the position update from the noise( ) kernel.

Position updates are already handled in the move( ) , so updating position inside noise( ) caused particles to move multiple times per simulation step and made behavior dependent on kernel order.

The change ensures noise( ) only perturbs velocity, keeping position updates centralized and particle behavior predictable.

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.

1 participant