[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
[IMP-dev] Last week in IMP
To
: List for IMP development <
imp-dev@salilab.org
imp-devATsalilab.org
>
Subject
: [IMP-dev] Last week in IMP
From
: Daniel Russel <
drussel@gmail.com
drusselATgmail.com
>
Date
: Sat, 8 Aug 2009 15:17:20 -0700
Domainkey-signature
: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:from:to:content-type:mime-version:subject:date:x-mailer; b=oiRRlwFmqUkWURj1xNalzMKyXZ9pjLkwRMDqzlp/fH4WEa03Oa+DFge4/A4poDdI5i wbfrd6uf9GdmM3hiaHJaWETL8HeLYMLhFE5hXHOJA+dFp0evIP9sT7EUmr8sGWldU+6P C1gVpWf71crhlZvtTHzYHgX0ZH/A2JDDdjhn4=
Reply-to
: List for IMP development <
imp-dev@salilab.org
imp-devATsalilab.org
>
Containers now have methods
IMP::SingletonContainer::evaluate()
,
IMP::PairContainer::evaluate()
,
IMP::SingletonContainer::apply()
and
IMP::PairContainer::apply()
. Using these can be significantly faster than looping over the particles externally. Similarly, there is
IMP::SingletonScore::evaluate()
,
IMP::PairScore::evaluate()
,
IMP::SingletonModifier::apply()
,
IMP::PairModifier::apply()
.
The decorator functions have been renamed to
IMP::Decorator::setup_particle()
,
IMP::Decorator::decorate_particle()
and
IMP::Decorator::particle_is_instance()
. A shell script
tools/update-decorators
is provided which updates the names in all code in subdirectories of the current directory. Please backup things first.
a function,
IMP::Restraint::safe_evaluate()
has been added to be used when requesting the value of restraints outside of the IMP::Model::evaluate().
Prev by Date:
Re: [IMP-dev] Atom::create
Next by Date:
[IMP-dev] For anyone who implemented a decorator
Previous by thread:
[IMP-dev] Last week in IMP
Next by thread:
[IMP-dev] Last week in IMP
Index(es):
Date
Thread