#include <topo_fingerprint.hpp>
Public Attributes | |
| std::vector< std::string > | labels |
| per atom; "" when no key matches | |
| std::map< std::string, int > | counts |
| label -> atoms, "" for unmatched | |
| std::vector< int > | depth |
| per atom: hops of the library that named it, 0 when none | |
| int | matched = 0 |
Definition at line 113 of file topo_fingerprint.hpp.
| std::map<std::string, int> topo::LibraryMatch::counts |
label -> atoms, "" for unmatched
Definition at line 115 of file topo_fingerprint.hpp.
| std::vector<int> topo::LibraryMatch::depth |
per atom: hops of the library that named it, 0 when none
Definition at line 116 of file topo_fingerprint.hpp.
| std::vector<std::string> topo::LibraryMatch::labels |
per atom; "" when no key matches
Definition at line 114 of file topo_fingerprint.hpp.
| int topo::LibraryMatch::matched = 0 |
Definition at line 117 of file topo_fingerprint.hpp.