IMP logo
IMP Reference Guide  develop.27926d84dc,2024/04/15
The Integrative Modeling Platform
DopePairScore.h File Reference

Dope scoring. More...

#include <IMP/atom/atom_config.h>
#include "Hierarchy.h"
#include <IMP/score_functor/Dope.h>
#include <IMP/score_functor/DistancePairScore.h>
#include <IMP/core/StatisticalPairScore.h>
+ Include dependency graph for DopePairScore.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::atom::DopePairScore
 Score pair of atoms based on DOPE. More...
 

Namespaces

 IMP
 Base functionality and abstract base classes for representation, scoring and sampling.
 
 IMP::atom
 Functionality for loading, creating, manipulating and scoring atomic structures.
 

Dope scoring

IMP provides the DOPE scoring function for scoring proteins.

Note
These are quite large objects as they store the whole DOPE lookup table. It is much better to share them between restraints than to create separate instances.
typedef score_functor::DopeType IMP::atom::DopeType
 
void IMP::atom::add_dope_score_data (atom::Hierarchy h)
 

Detailed Description

Dope scoring.

Copyright 2007-2022 IMP Inventors. All rights reserved.

Definition in file DopePairScore.h.