PerturbAddAVB
-
class PerturbAddAVB : public feasst::Perturb
Add a particle within the AV of an existing particle.
Public Functions
-
PerturbAddAVB(argtype args = argtype())
args:
neighbor_index: NeighborCriteria index contained in System (default: 0).
delay_add: If true, don’t add particle until finalize (default: true).
-
bool delay_add() const
Return if the particle isn’t added until finalized.
-
void perturb(System *system, TrialSelect *select, Random *random, const bool is_position_held = false, Acceptance *acceptance = NULL)
Perturb the selection of the system.
- param is_position_held:
If position is held, all but perform the actual perturbation, as typically required for calculations of old configurations and Rosenbluth
-
std::string status_header() const
Print status header.
-
std::string status() const
Print status.
-
PerturbAddAVB(argtype args = argtype())