10 #ifndef IMPSCORE_FUNCTOR_SOAP_H
11 #define IMPSCORE_FUNCTOR_SOAP_H
13 #include <IMP/score_functor/score_functor_config.h>
17 IMPSCOREFUNCTOR_BEGIN_NAMESPACE
35 Soap(
double threshold = std::numeric_limits<double>::max())
36 :
P(get_soap_type_key(), threshold, get_data_path(
"soap_score.lib")) {}
38 :
P(get_soap_type_key(), threshold, data_file) {}
39 static IntKey get_soap_type_key() {
40 static const IntKey ik(
"dope atom type");
45 IMPSCOREFUNCTOR_END_NAMESPACE
A Score on the distance between a pair of particles.
A Score on the distance between a pair of particles.