The proto-Nucleic-Acid Builder (pNAB)
|
Go to the documentation of this file.
5 #ifndef PNAB_CONFORMATIONSEARCH_H
6 #define PNAB_CONFORMATIONSEARCH_H
10 #define BOLTZMANN 0.0019872041 // kcal/(mol.K)
78 std::string prefix =
"test",
bool verbose =
true);
116 OpenBabel::OBRotorList
rl;
295 void printProgress(std::size_t search_index, std::size_t search_size);
299 #endif //PNAB_MONTECARLOROTORSEARCH_H
Class for holding backbone information.
Definition: Containers.h:333
A class that contains a vector of all the defined bases and a funtion to return a base and the compli...
Definition: Containers.h:562
A class for holding necessary and optional runtime parameters for conformational searches.
Definition: Containers.h:35
A class for holding values for all helical parameters.
Definition: Containers.h:171
A file for declaring a class for building and evaluating nucleic acid strands.
The PNAB name space contains all the C++ classes and functions for the proto-Nucleic Acid Builder.
Definition: binder.cpp:14
Class to hold bases with backbones attached (nucleotides), along with associated necessary informatio...
Definition: Containers.h:632