13 m.set_log_level(IMP.base.SILENT)
21 allc.append(d.get_coordinates())
24 for p
in m.get_particles():
25 pst.set_particle_states(p, ss)
30 cps = cp.get_close_pairs(m.get_particles())
InteractionGraph get_interaction_graph(ScoringFunctionAdaptor rs, const kernel::ParticlesTemp &pst)
Various classes to hold sets of particles.
void set_log_level(LogLevel l)
Set the current global log level.
SubsetGraph get_junction_tree(const InteractionGraph &ig)
Vector3D get_random_vector_in(const Cylinder3D &c)
Generate a random vector in a cylinder with uniform density.
Store a kernel::ParticleIndexPairs.
static XYZR setup_particle(kernel::Model *m, ParticleIndex pi)
Class to handle individual model particles.
Find all nearby pairs by testing all pairs.
Basic functionality that is expected to be used by a wide variety of IMP users.
General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP...
MergeTree get_merge_tree(const SubsetGraph &junction_tree)
Applies a PairScore to each Pair in a list.
Divide-and-conquer inferential optimization in discrete space.
Class for storing model, its restraints, constraints, and particles.