Loading...
Searching...
No Matches
topo::LibraryMatch Struct Reference

#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

Detailed Description

Definition at line 113 of file topo_fingerprint.hpp.

Member Data Documentation

◆ counts

std::map<std::string, int> topo::LibraryMatch::counts

label -> atoms, "" for unmatched

Definition at line 115 of file topo_fingerprint.hpp.

◆ depth

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.

◆ labels

std::vector<std::string> topo::LibraryMatch::labels

per atom; "" when no key matches

Definition at line 114 of file topo_fingerprint.hpp.

◆ matched

int topo::LibraryMatch::matched = 0

Definition at line 117 of file topo_fingerprint.hpp.


The documentation for this struct was generated from the following file: