ShootingPointSelectors

ShootingPointSelector()

UniformSelector([pad_start, pad_end])

Selects random frame in range pad_start to len(trajectory-pad_end.

GaussianBiasSelector(collectivevariable[, ...])

A selector that biases according to a Gaussian along specified CollectiveVariable, with mean l_0 and width parameter alpha.

BiasedSelector(func)

General biased shooting point selector

InterfaceConstrainedSelector(volume)

Selects first frame outside of volume.

FirstFrameSelector()

Pick first trajectory frame as shooting point.

FinalFrameSelector()

Pick final trajectory frame as shooting point.