espressomd / espresso

The ESPResSo package
https://espressomd.org
GNU General Public License v3.0
230 stars 187 forks source link

ZnDraw visualizer #4976

Closed Frieda95 closed 2 months ago

Frieda95 commented 3 months ago

Fixes #4961

Description of changes:

review-notebook-app[bot] commented 3 months ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

jngrad commented 2 months ago

@Frieda95 The requested ZnDraw features are now available on the main branch. You can avoid the merge conflicts and continue your work by running these commands:

git fetch upstream python
git branch -m zndraw_visualizer zndraw_visualizer_old # rename branch
git checkout -b zndraw_visualizer upstream/python # create fresh branch from main
git cherry-pick 35e061759 # carry over only the tutorial changes
Frieda95 commented 2 months ago

ZnDraw at present doesn't allow multiple servers. So its not incorporated in the Lattice Boltzmann tutorial, which requires simultaneous visualization of Langevin dynamics and hydrodynamic systems.