Autogenerated Tag Syntax Documentation:


Combines multiple individually configurable Translate movers

<CompoundTranslate name="(&string;)" randomize_order="(&string;)"
        allow_overlap="(&string;)" >
    <Translate chain="(&string;)" distribution="(&distribution_string;)"
            angstroms="(&real;)" cycles="(&non_negative_integer;)" force="(&bool;)" />
    <Translates chain="(&string;)" distribution="(&distribution_string;)"
            angstroms="(&real;)" cycles="(&non_negative_integer;)" force="(&bool;)" />
</CompoundTranslate>
  • randomize_order: (REQUIRED) Randomize order of perturbations.
  • allow_overlap: (REQUIRED) XRW TO DO

Subtag Translate:

  • chain: (REQUIRED) Chain to be translated.
  • distribution: (REQUIRED) Distribution from which to sample distances. Valid options are uniform or gaussian
  • angstroms: (REQUIRED) Uniform translations of up to X angstroms
  • cycles: (REQUIRED) Number of cycles to run.
  • force: Force neighbor atoms to move if clashing, default=false

Subtag Translates:

  • chain: (REQUIRED) Chain to be translated.
  • distribution: (REQUIRED) Distribution from which to sample distances. Valid options are uniform or gaussian
  • angstroms: (REQUIRED) Uniform translations of up to X angstroms
  • cycles: (REQUIRED) Number of cycles to run.
  • force: Force neighbor atoms to move if clashing, default=false