TrialMorph
-
class TrialMorph : public feasst::Trial
Morph random particle(s) of given type into a different particle type(s). Typically requires the use of a reference index if multiple particles are to be morphed simultaneously. See ComputeMorph.
Arguments
particle_type: name of particle type that will be morphed. Multiple types can be given with comma-separated.
particle_type_morph: name of particle type to morph into. Multiple arguments must correspond with the above. For example, “particle_type 1,2 particle_type_morph 3,4” changes 1->2 and 3->4.
Trial arguments.
TrialSelectParticle arguments (but particle_type is specified as above).