1 #ifndef CASM_info_NeighborListInfoInterface
2 #define CASM_info_NeighborListInfoInterface
12 std::string
desc()
const override;
14 std::string
name()
const override;
Interface for neighbor list info.
std::string desc() const override
std::string name() const override
Enumeration method name (i.e. "prim", "supercell", "dof_space", etc.)
void run(jsonParser const &json_options, PrimClex const *primclex=nullptr) const override
Run NeighborListInfo info method.
PrimClex is the top-level data structure for a CASM project.