imp
imp copied to clipboard
The Integrative Modeling Platform
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...
Use the hierarchy to find particles, but other than rigid bodies, don't translate.
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.
Can implement it with algebra::Grid
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...
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 ```