n2p2 - A neural network potential package
|
List of symmetry functions corresponding to one cache identifier. More...
#include <Element.h>
Public Attributes | |
std::size_t | element |
Neighbor element index. More... | |
std::string | identifier |
Cache identifier string. More... | |
std::vector< std::size_t > | indices |
Symmetry function indices for this cache. More... | |
List of symmetry functions corresponding to one cache identifier.
std::size_t nnp::Element::SFCacheList::element |
Neighbor element index.
Definition at line 47 of file Element.h.
Referenced by nnp::Element::setCacheIndices().
std::string nnp::Element::SFCacheList::identifier |
Cache identifier string.
Definition at line 49 of file Element.h.
Referenced by nnp::Element::setCacheIndices().
std::vector<std::size_t> nnp::Element::SFCacheList::indices |
Symmetry function indices for this cache.
Definition at line 51 of file Element.h.
Referenced by nnp::Element::setCacheIndices().