-
```
Implement multi-grid DDA, according to the ideas of Vitezslav Karasek, for
simulation of clusters of particles, which are at considerable distances
from each other.
```
Original issue reported o…
-
Hi @clonker and @chrisfroe,
have you considered implementing hierarchical grids for polydisperse systems, i.e. linked cells of different cuboid sizes for particles/reactions with different interactio…
-
Hi All,
I've been having an issue with using rebound's "tree" collision detection with systems with test particles. I find that these systems will integrate normally for a while before suddenly de…
-
From Emanuel Larsson:
Second, theese simulations are really nice but sometimes you end up with a lot of "empty space" on screen since zoom level might be to high or low or that galaxies moved out of …
-
```
This is a continuation of issue 123. Now the computational is determined before
the full generation of the shape based on its proportions. In certain cases
this can overestimate the actual dimen…
-
Hi,
I did a MD simulation of Goldnano particle and I need to calculate the electrostatic potential of each component by distance from the center of GNP. I don't know if it is possible with APBS or …
-
Certain operations, such as AI, particle simulations, Canvas drawings, can hinder `onUpdate()` performance, thus leading to fps drop in JavaFX. To fix, we can run a single background tick before JavaF…
-
Hi! I have recently been making my own Particle Life program in Python when I stumbled across your video on YouTube. Your implementation is miles better than mine (which you can view in my public repo…
-
On an A100 device I was running a batch optimization with 32 CMAES optimizers, each with 64 particles (total number of simulations in each generation = 2048) and it failed at the 11th (of 80) generati…
-
**Describe the project you are working on:**
3d open world game
**Describe the problem or limitation you are having in your project:**
I have many particle emitters in the world. They have a noti…