GEMDAT-repos / GEMDAT

Python toolkit for molecular dynamics analysis
https://gemdat.readthedocs.io
Apache License 2.0
21 stars 3 forks source link

Approach to percolation with networkx graphs #322

Closed SCiarella closed 1 month ago

SCiarella commented 1 month ago

Gemdat collects infromation about the transition into the jump class. It is then possible to

Associated to this graph there will be two types of labels:

If the above is implemented, it would be possible to identify percolating paths of this graph using standard graph techniques (like colouring the periodic images), while excluding/including specific parts of the graph.


stefsmeets commented 1 month ago

For the node labels we now have the site label, and for the edges we have the activation energy.