Rosetta
|
C++ implementaion of GOAP(Generalized Orientation-dependent, All-atom statistical Potential) by Zhou H & Skolnick J, Biophys J 2011, 101(8):2043-52. More...
#include <core/energy_methods/GoapEnergy.hh>
#include <core/energy_methods/GoapEnergyCreator.hh>
#include <core/scoring/EnergyMap.hh>
#include <core/scoring/methods/EnergyMethodOptions.hh>
#include <core/chemical/ResidueType.hh>
#include <core/chemical/ResidueTypeSet.hh>
#include <core/chemical/ChemicalManager.hh>
#include <core/conformation/Residue.hh>
#include <core/pose/Pose.hh>
#include <basic/Tracer.hh>
#include <basic/database/open.hh>
#include <utility/io/izstream.hh>
#include <utility/vector1.hh>
#include <numeric/xyz.functions.hh>
#include <iostream>
Namespaces | |
core | |
A class for reading in the atom type properties. | |
core::energy_methods | |
Functions | |
static basic::Tracer | core::energy_methods::TR ("core.energy_methods.GoapEnergy") |
C++ implementaion of GOAP(Generalized Orientation-dependent, All-atom statistical Potential) by Zhou H & Skolnick J, Biophys J 2011, 101(8):2043-52.