PAPRECA hybrid off-lattice kMC/MD simulator  2.0.0 (17 September 2024)
bond.h File Reference

Declarations for PAPRECA::Bond. More...

#include <vector>
#include <unordered_map>
#include <cstdlib>
#include <cstdio>
#include "lammps_wrappers.h"
Include dependency graph for bond.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PAPRECA::Bond
 Custom bond class (not to be confused with a LAMMPS bond). More...
 

Namespaces

 PAPRECA
 

Typedefs

typedef std::vector< Bond > PAPRECA::BOND_VECTOR
 
typedef std::unordered_map< LAMMPS_NS::tagint, BOND_VECTOR > PAPRECA::ATOM2BONDS_MAP
 maps atom IDs to their associated PAPRECA::BOND_VECTOR to allow easy access of bonds and bond types. More...
 

Detailed Description

Declarations for PAPRECA::Bond.