GCMC Simulation
A C++ and Python-based Monte Carlo simulation framework for interacting particles.
|
#include <simulation.h>
Public Member Functions | |
CellListNode (int idx) | |
Public Attributes | |
int | particleIndex |
Index of the particle in the particles vector. | |
CellListNode * | next |
Pointer to the next node in the linked list. | |
|
inline |
CellListNode* CellListNode::next |
Pointer to the next node in the linked list.
int CellListNode::particleIndex |
Index of the particle in the particles vector.