Rosetta 3.5
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
core
scoring
methods
Methods.hh
Go to the documentation of this file.
1
// -*- mode:c++;tab-width:2;indent-tabs-mode:t;show-trailing-whitespace:t;rm-trailing-spaces:t -*-
2
// vi: set ts=2 noet:
3
//
4
// (c) Copyright Rosetta Commons Member Institutions.
5
// (c) This file is part of the Rosetta software suite and is made available under license.
6
// (c) The Rosetta software is developed by the contributing members of the Rosetta Commons.
7
// (c) For more information, see http://www.rosettacommons.org. Questions about this can be
8
// (c) addressed to University of Washington UW TechTransfer, email: license@u.washington.edu.
9
10
/// @file core/scoring/methods/Methods.hh
11
/// @brief Energy Method enumeration
12
/// @author Andrew Leaver-Fay (aleaverfay@gmail.com)
13
14
15
#ifndef INCLUDED_core_scoring_methods_Methods_hh
16
#define INCLUDED_core_scoring_methods_Methods_hh
17
18
namespace
core {
19
namespace
scoring {
20
namespace
methods {
21
22
23
enum
EnergyMethods
24
{
25
etable_method
= 1,
// first method begins at one for one-based indexing
26
dunbrack_method
,
27
hbond_method
,
28
hackelec_method
,
29
mm_lj_energy_inter_method
,
30
pair_e_method
,
// give this a new name!
31
reference_e_method
,
32
ramachandran_method
,
33
n_energy_methods
=
ramachandran_method
// keep this guy last
34
};
35
36
37
// Eventually, gen born and classic coulombic energies will go here
38
enum
LongRangeEnergyType
{
39
constraints_lr
= 1,
40
gen_born_lr
,
41
PB_elec_lr
,
42
cart_bonded_lr
,
43
DFIRE
,
44
sym_bonus_lr
,
45
elec_dens_energy
,
46
elec_dens_fast_energy
,
47
elec_dens_cen_energy
,
48
elec_dens_allatom_cen_energy
,
49
elec_dens_atomwise_energy
,
50
patterson_corr_energy
,
51
fa_disulfide_energy
,
52
disulfide_matching_energy
,
53
centroid_disulfide_energy
,
54
n_long_range_types
=
centroid_disulfide_energy
// keep this guy last
55
};
56
57
}
// namespace methods
58
}
// namespace scoring
59
}
// namespace core
60
61
#endif
Generated on Sat Jun 1 2013 11:38:22 for Rosetta 3.5 by
1.8.4