| Home | Trees | Indices | Help | 
|---|
| 
       | 
  
    
  | 
|||
| None : | 
      
  | 
  ||
      
  | 
  |||
      
  | 
  |||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
      
  | 
  |||
| None : | 
      
  | 
  ||
      
  | 
  |||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
      
  | 
  |||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
| None : | 
      
  | 
  ||
      
  | 
  |||
| None : | 
      
  | 
  ||
    
  | 
|||
        __package__ = None
     | 
  |||
    
  | 
|||
  
 
    Check for deprecated flags and utility exit if any deprecated flags are detected
    
    C++ signature :
        void check_deprecated_flags()
  
  | 
  
 
check_score_function_sanity( (str)scorefxn_key [, (bool)warn_only=False]) -> None :
    Check if a score function is requested with incompatible option flags
    
    C++ signature :
        void check_score_function_sanity(std::string [,bool=False])
   | 
  
 
init( (vector1_string)args) -> None :
    wrapper for core system Init
    
    C++ signature :
        void init(utility::vector1<std::string, std::allocator<std::string> >)
init( (int)argc, (object)argv) -> None :
    Init basic core systems: options system, random system.
    
    C++ signature :
        void init(int,char**)
   | 
  
 
    Initialize the -beta score function
    
    C++ signature :
        void init_beta_correction()
  
  | 
  
 
    Initialize the -correct correction
    
    C++ signature :
        void init_correct_correction()
  
  | 
  
 
    Initialize the crystal refinement correction
    
    C++ signature :
        void init_crystal_refinement_correction()
  
  | 
  
 
    Apply some DNA-specific mods that are still in testing phase; only if -corrections::newdna present
    
    C++ signature :
        void init_dna_correction()
  
  | 
  
 
    Initialize the FACTS correction
    
    C++ signature :
        void init_facts_correction()
  
  | 
  
 
    Initialize the hbond Sp2 correction
    Deprecated as Talaris2013 becomes default.
    
    C++ signature :
        void init_hbond_sp2_correction()
  
  | 
  
 
init_mpi( (int)argc, (object)argv) -> None :
    Initialize MPI (message passing interface) for parallel applications
    
    C++ signature :
        void init_mpi(int,char**)
   | 
  
 
    Initialize nonideal bond geometry correction
    
    C++ signature :
        void init_nonideal_correction()
  
  | 
  
 
init_options( (int)argc, (object)argv) -> None :
    Initialize the option system, which manages command line options
    
    C++ signature :
        void init_options(int,char**)
   | 
  
 
    Setup basic search paths
    
    C++ signature :
        void init_paths()
  
  | 
  
 
    Profiling measures execution performance
    
    C++ signature :
        void init_profiling()
  
  | 
  
 
init_random_generators( (int)start_seed, (str)RGtype) -> None :
    Initialize random generator systems (and send debug io to tracer with seed/mode info).
    
    C++ signature :
        void init_random_generators(int,std::string)
   | 
  
 
    Initalize random number generators
    
    C++ signature :
        void init_random_number_generators()
  
  | 
  
 
    Set up system resources
    
    C++ signature :
        void init_resources()
  
  | 
  
 
    restore the the score function to the Score12prime version
    
    C++ signature :
        void init_restore_score12prime()
  
  | 
  
 
    Initialize the "revert to before Talaris2013" mistake
    
    C++ signature :
        void init_revert_to_pre_talaris_2013_mistake()
  
  | 
  
 
    Initialize the latest and greatest score function parameters
    
    C++ signature :
        void init_score_function_corrections()
  
  | 
  
 
    Initialize the -shapovalov_lib_fixes_enable correction
    
    C++ signature :
        void init_shapovalov_lib_fixes_enable_correction()
  
  | 
  
 
    Choose to output source version control information?
    
    C++ signature :
        void init_source_revision()
  
  | 
  
 
    Tracers control output to std::cout and std::cerr
    
    C++ signature :
        void init_tracers()
  
  | 
  
 
    Locate rosetta_database
    
    C++ signature :
        void locate_rosetta_database()
  
  | 
  
 
    Choose to randomly delay execution to desyncronize parallel execution
    
    C++ signature :
        void random_delay()
  
  | 
  
 
report_application_command( (int)argc, (object)argv) -> None :
    Describe the application execution command
    
    C++ signature :
        void report_application_command(int,char**)
   | 
  
 
    Reset a set of flags to their pre-talaris behavior
    
    C++ signature :
        void revert_to_pre_talaris_2013_defaults()
  
  | 
| Home | Trees | Indices | Help | 
|---|
| Generated by Epydoc 3.0.1 on Sat Jun 6 00:10:49 2015 | http://epydoc.sourceforge.net |