madreher / radahn

Radahn is an interactive molecular dynamic application allowing users to steer their MD simulations and getting live feedback. The framework is currently build around LAMMPS as a simulation backend and will be extended to Gromacs in the future.
MIT License
0 stars 0 forks source link

Zmq duplicate #49

Closed madreher closed 1 month ago

madreher commented 1 month ago

Fix a duplication bug in the plots. The problem was not with ZMQ but in the frontend where data was being pushed multiple time in the same array because of duplicate reference of the same array. Also fix the build for the full Lammps docker image.