#include <topo_fingerprint.hpp>
Public Attributes | |
| std::string | key |
| canonical certificate or refinement hash | |
| std::string | method |
| "nauty" or "wl" | |
| int | vertices = 0 |
| atoms in the neighbourhood, centre included | |
| int | edges = 0 |
| bonds among them | |
Definition at line 40 of file topo_fingerprint.hpp.
| int topo::LocalKey::edges = 0 |
bonds among them
Definition at line 44 of file topo_fingerprint.hpp.
| std::string topo::LocalKey::key |
canonical certificate or refinement hash
Definition at line 41 of file topo_fingerprint.hpp.
| std::string topo::LocalKey::method |
"nauty" or "wl"
Definition at line 42 of file topo_fingerprint.hpp.
| int topo::LocalKey::vertices = 0 |
atoms in the neighbourhood, centre included
Definition at line 43 of file topo_fingerprint.hpp.