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
I am thinking about adding per-type tuning in HMPC. To avoid too much complexity, we could remove the support for dynamically changing the number of particle types when the state of the simulation is initialized, and only allow setting the number of particle types through the snapshot.
Proposed solution
remove slotNumTypesChange() methods.
Additional context
Will be more obvious in the context of an upcoming Autotuner related PR.
Developer
perhaps. Removing functionality is easy :)
The text was updated successfully, but these errors were encountered:
Description
I am thinking about adding per-type tuning in HMPC. To avoid too much complexity, we could remove the support for dynamically changing the number of particle types when the state of the simulation is initialized, and only allow setting the number of particle types through the snapshot.
Proposed solution
remove
slotNumTypesChange()
methods.Additional context
Will be more obvious in the context of an upcoming
Autotuner
related PR.Developer
perhaps. Removing functionality is easy :)
The text was updated successfully, but these errors were encountered: