glotzerlab / hoomd-examples

HOOMD-blue example scripts.
BSD 3-Clause "New" or "Revised" License
35 stars 15 forks source link

Some examples use deprecated APIs #33

Closed joaander closed 3 years ago

joaander commented 3 years ago

Description

Several examples use snapshot.exists. This needs to be replaced with snapshot.communicator.rank == 0

Can you fix it?

Contributions welcome.