Rosetta 3.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
FixbbCoupledRotamerSimAnnealer.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/pack/annealer/FixbbCoupledRotamerSimAnnealer.hh
11 /// @brief Packer's standard annealer class declaration
12 /// @author Andrew Leaver-Fay (aleaverfay@gmail.com)
13 
14 #ifndef INCLUDED_core_pack_annealer_FixbbCoupledRotamerSimAnnealer_hh
15 #define INCLUDED_core_pack_annealer_FixbbCoupledRotamerSimAnnealer_hh
16 
17 // Unit Headers
19 
20 // Package Headers
22 
24 
28 
29 #include <utility/vector0.hh>
30 #include <utility/vector1.hh>
31 
32 
33 namespace core {
34 namespace pack {
35 namespace annealer {
36 
37 class FixbbCoupledRotamerSimAnnealer;
38 
40 {
41 public:
47 
48 public:
51  ObjexxFCL::FArray1D_int & bestrotamer_at_seqpos,
53  bool start_with_current, // start simulation with current rotamers
56  ObjexxFCL::FArray1_int & current_rot_index,
57  bool calc_rot_freq,
58  ObjexxFCL::FArray1D< core::PackerEnergy > & rot_freq,
59  RotamerCouplingsCOP rotamer_couplings
60  );
61 
63  ObjexxFCL::FArray1D_int & bestrotamer_at_seqpos,
65  bool start_with_current, // start simulation with current rotamers
68  ObjexxFCL::FArray1_int & current_rot_index,
69  bool calc_rot_freq,
70  ObjexxFCL::FArray1D< core::PackerEnergy > & rot_freq,
71  RotamerCouplingsCOP rotamer_couplings
72  );
73 
74 
76 
77  /// @brief sim_annealing for fixed backbone design mode
78  void run();
79 
80  private:
81  void
82  setup_rotamer_couplings( RotamerCouplingsCOP rotamer_couplings );
83 
87 };
88 
89 }//end namespace annealer
90 }//end namespace pack
91 }//end namespace core
92 
93 #endif