n2p2 - A neural network potential package
nnp::Element::SFCacheList Struct Reference

List of symmetry functions corresponding to one cache identifier. More...

#include <Element.h>

Collaboration diagram for nnp::Element::SFCacheList:

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...
 

Detailed Description

List of symmetry functions corresponding to one cache identifier.

Definition at line 44 of file Element.h.

Member Data Documentation

◆ element

std::size_t nnp::Element::SFCacheList::element

Neighbor element index.

Definition at line 47 of file Element.h.

Referenced by nnp::Element::setCacheIndices().

◆ identifier

std::string nnp::Element::SFCacheList::identifier

Cache identifier string.

Definition at line 49 of file Element.h.

Referenced by nnp::Element::setCacheIndices().

◆ indices

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().


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