2 """Clone molecules and use a symmetry constrant
22 mol = st.create_molecule(
"mymol",sequence=
'A'*10,chain_id=
'A')
23 mol.add_representation(mol,
33 clone = mol.create_clone(chains[nc])
46 dof.constrain_symmetry(mols[0],mols[nc+1],transform)
53 dof.create_flexible_beads(mols[0])
64 dof.optimize_flexible_beads(100)
68 out.init_rmf(
"example_symmetry.rmf3",hierarchies=[hier])
69 out.write_rmf(
"example_symmetry.rmf3")
A class to simplify create of constraints and movers for an IMP Hierarchy.
Restraints for keeping correct stereochemistry.
Set of python classes to create a multi-state, multi-resolution IMP hierarchy.
Protocols for sampling structures and analyzing them.
This class initializes the root node of the global IMP.atom.Hierarchy.
Transformation3D get_rotation_about_point(const Vector3D &point, const Rotation3D &rotation)
Generate a Transformation3D object from a rotation around a point.
Rotation3D get_rotation_about_axis(const Vector3D &axis, double angle)
Generate a Rotation3D object from a rotation around an axis.
Class for storing model, its restraints, constraints, and particles.
Class for easy writing of PDBs, RMFs, and stat files.
This class creates a restraint between consecutive TempResidue objects OR an entire PMI MOlecule obje...
Create movers and setup constraints for PMI objects.
A class to create an excluded volume restraint for a set of particles at a given resolution.
Python classes to represent, score, sample and analyze models.
Functionality for loading, creating, manipulating and scoring atomic structures.
Support for the RMF file format for storing hierarchical molecular data and markup.