Fabian Zills
Fabian Zills
- [ ] what happens if the Python kernel closes - [ ] what happens if the page is reloaded (modifiers for given token should remain, if no token all...
Select an atom / draw a point and wrap the single frame or ideally the full trajectory around that center point, but keep the box. Could also be useful, to...
Currently ZnDraw is not compatible with 3.12 (see https://github.com/eventlet/eventlet/issues/795)
- don't save defaults to the config: ```json { "analysis_functions": [ "zndraw.analyse.Properties1D", "zndraw.analyse.Properties2D", "zndraw.analyse.Distance" ], "modify_functions": [ "zndraw.modify.Explode", "zndraw.modify.Delete", "zndraw.modify.Move", "zndraw.modify.Duplicate", "zndraw.modify.AddLineParticles", "zndraw.modify.Rotate", "zndraw.modify.ChangeType", "moldiff_zndraw.main.DiffusionModelling" ], "bonds_functions": [ "zndraw.tools.data.ASEComputeBonds" ],...
Add a sleep argument to e.g. explode or move
To improve performance the communication could use binary data, especially for - positions - forces - other properties that scale with the number of particles Sending one large `NxMx3` binary...
Have a `Preview` button in the interaction module, and open a `modal-dialog` where you e.g. put a ploty plot from a `modifier.preview` function