#include <vector>
#include "initial.h"
#include "potential.h"
#include "logging.h"
Go to the source code of this file.
|
struct | CellListNode |
|
class | Simulation |
| Manages the entire simulation process, including initialization, running the simulation, and logging results. More...
|
|
◆ SimulationType
Enumerator |
---|
MonteCarloNVT | |
GCMC | |
◆ selectSimulationType()
SimulationType selectSimulationType |
( |
const std::string & | simulationName | ) |
|
Selects the simulation type based on a string input.
- Parameters
-
potentialName | The name of the potential type as a string. |
- Returns
- The corresponding SimulationType enum value.