imp icon indicating copy to clipboard operation
imp copied to clipboard

The Integrative Modeling Platform

Results 95 imp issues
Sort by recently updated
recently updated
newest added

eg for Score - `evaluate` that is overloaded to take indexes and particles - `do_evaluate` that is the implementation (and calls `evaluate_index` by default) and takes indexes - `evaluate_index` that...

feature request

Use the hierarchy to find particles, but other than rigid bodies, don't translate.

feature request

Currently they compare the actual list, which can be expensive. Sorting on particleid and then using a hash would be reliable enough and much faster, I think.

feature request

Can implement it with algebra::Grid

feature request

That is, have IMP particles being RMF Nodes. This is a lot of work, and not clear it is worth it. But would be nice intellectually (as well as remove...

question

Make it look like other aspects of statistics.

bug

When in C++ code called from python, interrupt doesn't work. This is annoying, and really bad with Ipython.

Looks like the following still use plain old Boost program_options instead: ``` foxs/foxs.cpp saxs_tools/cluster_profiles.cpp saxs_tools/compute_chi.cpp saxs_tools/rg.cpp saxs_tools/validate_profile.cpp ```

feature request