ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
#include <ReactionAlgorithm.hpp>
Public Attributes | |
std::vector< int > | created {} |
std::vector< std::tuple< int, int > > | changed {} |
std::vector< std::tuple< int, int > > | hidden {} |
std::vector< std::tuple< int, Utils::Vector3d, Utils::Vector3d > > | moved {} |
std::unordered_map< int, int > | old_particle_numbers {} |
int | reaction_id {-1} |
Definition at line 145 of file core/reaction_methods/ReactionAlgorithm.hpp.
std::vector<std::tuple<int, int> > ReactionMethods::ReactionAlgorithm::ParticleChanges::changed {} |
Definition at line 147 of file core/reaction_methods/ReactionAlgorithm.hpp.
Referenced by ReactionMethods::ReactionAlgorithm::make_reaction_attempt().
std::vector<int> ReactionMethods::ReactionAlgorithm::ParticleChanges::created {} |
Definition at line 146 of file core/reaction_methods/ReactionAlgorithm.hpp.
Referenced by ReactionMethods::ReactionAlgorithm::make_reaction_attempt().
std::vector<std::tuple<int, int> > ReactionMethods::ReactionAlgorithm::ParticleChanges::hidden {} |
Definition at line 148 of file core/reaction_methods/ReactionAlgorithm.hpp.
Referenced by ReactionMethods::ReactionAlgorithm::make_reaction_attempt().
std::vector<std::tuple<int, Utils::Vector3d, Utils::Vector3d> > ReactionMethods::ReactionAlgorithm::ParticleChanges::moved {} |
Definition at line 149 of file core/reaction_methods/ReactionAlgorithm.hpp.
Referenced by ReactionMethods::ReactionAlgorithm::displacement_mc_move().
std::unordered_map<int, int> ReactionMethods::ReactionAlgorithm::ParticleChanges::old_particle_numbers {} |
Definition at line 150 of file core/reaction_methods/ReactionAlgorithm.hpp.
int ReactionMethods::ReactionAlgorithm::ParticleChanges::reaction_id {-1} |
Definition at line 151 of file core/reaction_methods/ReactionAlgorithm.hpp.