occ
Loading...
Searching...
No Matches
dimer_mapping_table.h File Reference
#include <fmt/core.h>
#include <occ/core/graph.h>
#include <occ/crystal/site_index.h>
#include <occ/crystal/unitcell.h>
#include <utility>
#include <vector>
Include dependency graph for dimer_mapping_table.h:
This graph shows which files directly or indirectly include this file:

Classes

struct  occ::crystal::DimerIndex
 Represents a pair of sites in a crystal structure. More...
 
struct  occ::crystal::DimerIndexHash
 
struct  occ::crystal::DimerMappingEdge
 
struct  occ::crystal::DimerMappingVertex
 
class  occ::crystal::DimerMappingTable
 Maps and manages symmetry relationships between dimers in a crystal. More...
 
struct  fmt::formatter< occ::crystal::DimerIndex >
 

Namespaces

namespace  occ
 
namespace  occ::core
 fundamental functionality for linear algebra, utilities, molecules and more
 
namespace  occ::crystal
 functionality related to periodic crystal structures, space groups, symmetry operations
 

Typedefs

using occ::crystal::DimerMappingGraph = core::graph::Graph< DimerMappingVertex, DimerMappingEdge >