Rosetta  2021.16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Namespaces | Functions
InterfaceHbondsFilter.cc File Reference

Counts the number of hydrogen bonds across an interface defined by a jump, the salt. More...

#include <protocols/simple_filters/InterfaceHbondsFilter.hh>
#include <protocols/simple_filters/InterfaceHbondsFilterCreator.hh>
#include <core/conformation/Residue.hh>
#include <core/pose/Pose.hh>
#include <core/kinematics/FoldTree.hh>
#include <core/scoring/ScoreFunction.hh>
#include <core/scoring/ScoreFunctionFactory.hh>
#include <core/scoring/Energies.hh>
#include <core/select/residue_selector/ResidueSelector.hh>
#include <protocols/filters/filter_schemas.hh>
#include <protocols/rosetta_scripts/util.hh>
#include <protocols/toolbox/pose_manipulation/pose_manipulation.hh>
#include <core/scoring/hbonds/hbonds.hh>
#include <core/scoring/hbonds/HBondSet.hh>
#include <core/scoring/hbonds/HBondOptions.hh>
#include <protocols/scoring/Interface.hh>
#include <utility/tag/Tag.hh>
#include <utility/tag/XMLSchemaGeneration.hh>
#include <basic/Tracer.hh>
#include <numeric/xyzVector.hh>

Namespaces

 protocols
 The instance of Loops contained by AbrelaxApplication should be replaced by a LoopsOP.
 
 protocols::simple_filters
 

Functions

static basic::Tracer protocols::simple_filters::TR ("protocols.simple_filters.InterfaceHbondsFilter")
 

Detailed Description

Counts the number of hydrogen bonds across an interface defined by a jump, the salt.

bridge mode only counts the salt bridges which are defined to be formed if the distance between any of the oxygen atoms of acidic residues and the nitrogen atoms of basic residues are within the cut-off distance (default 4.0).

Author
Longxing Cao (longx.nosp@m.ing@.nosp@m.uw.ed.nosp@m.u)