pyiron_atomistics icon indicating copy to clipboard operation
pyiron_atomistics copied to clipboard

Separate animation module

Open samwaseda opened this issue 1 year ago • 1 comments

Currently job.animate_structures only takes the positions from job["output/generic/positiosn"], but there are cases where we would like to have other positions, like if we measure running averages. So animate_structures should be a separate module.

samwaseda avatar Jan 11 '24 09:01 samwaseda

Some of this functionality is already included in https://github.com/pyiron/structuretoolkit/blob/main/structuretoolkit/visualize.py so maybe it makes sense to more the animation part to atomistics.

jan-janssen avatar Jan 11 '24 09:01 jan-janssen