-
## Description
Rather than publishing a single platform independent image built without MPI would you consider having two generic images, one each for openmpi and mpich-compatible ABIs?
## Addit…
-
## Description
Add a user-facing API for `Messenger.notice`.
## Proposed solution
`device.notice(3, 'Message')`
`device.print('Message')`
## Additional context
Unlike the Pytho…
-
Hello!
I would like to run coarse-grained DPD simulations to capture the hydrodynamic effects of a polymeric system. However, while it appears that there are [plans for supporting DPD](https://gith…
-
## Description
Comparing v3.3.0 to the v3.4.0 release candidate, the HPMCSphere benchmark is 20% slower:
## Script
```bash
python3 -m hoomd_benchmarks.hpmc_sphere --device GPU
```
…
-
Hi! Is there any information that HOOMD v3.0.0 beta 8 supports ROCm 4.3.0? The requirement [here](https://hoomd-blue.readthedocs.io/en/latest/building.html) says ROCm >= 3.5.0 but is it up-to-date?
…
-
For the gsd writer #47 , one next step is to write out all FF parameters to an external python module that can be called from the actual hoomd run script. For example:
force_field.py
```
import h…
-
## Description
I'm following the HOOMD tutorial at FOMMS, and got an opaque error message while playing around the code. I've been told the root cause is that the C++ code expects a 16-bit integer,…
-
## Description
Dear all, I was trying to implement the Joshua's response to the following question : https://groups.google.com/g/hoomd-users/c/jFPS08UuacQ
However, I got an unexpected error when I…
-
## Description
Integration methods with limits on the absolute movement of particles can be useful when relaxing high energy states.
## Proposed solution
Add a new integration method cl…
-
Hello, thanks for the plugin!
I have tried compiling it under Ubuntu, with CUDA version 11.5 and the newest version of Thrust (v2.0), and I have the following configuration results when I run `cmak…