Topological Material Analysis 1
Analyse the structures of materials using tools from TDA
Loading...
Searching...
No Matches
visualisation.py File Reference

Namespaces

namespace  visualisation
 

Functions

 visualisation.get_representative_loops (pandas.DataFrame dgm, R, filt)
 Get representative of each homology class in dimension 1.
 
 visualisation.get_0_and_1_cycles (loop, filt)
 
 visualisation.loop_composition (verts, filt, points, atom_types)
 Get the composition of a given representative.
 
 visualisation.generate_visulisation_df (pandas.DataFrame dgm, R, filt, points, atom_types)
 generate the pandas.DataFrame containing the information about the points so we can display it
 
 visualisation.get_neighbour_cells (pandas.DataFrame points, list cycle_vertices, filt)
 
 visualisation.generate_display (pandas.DataFrame points, pandas.DataFrame dgm, int id, filt, neighbours=False)
 Display a representative of a cycle.