#include <colvar_UIestimator.h>
Public Member Functions | |
| UIestimator () | |
| UIestimator (const std::vector< double > &lowerboundary_p, const std::vector< double > &upperboundary_p, const std::vector< double > &width_p, const std::vector< double > &krestr_p, const std::string &output_filename_p, const int output_freq_p, const bool restart_p, const std::vector< std::string > &input_filename_p, const double temperature_p) | |
| ~UIestimator () | |
| bool | update (const int step, std::vector< double > x, std::vector< double > y) |
| void | update_output_filename (const std::string &filename) |
Private Member Functions | |
| void | calc_1D_pmf () |
| void | calc_pmf () |
| void | read_inputfiles (const std::vector< std::string > &input_filename) |
| void | write_1D_pmf () |
| void | write_files () |
| void | writehead (std::ofstream &os) const |
Private Attributes | |
| n_vector< int > | count |
| n_vector< int > | count_y |
| int | dimension |
| n_matrix | distribution_x_y |
| n_vector< std::vector< double > > | grad |
| n_vector< int > | input_count |
| std::vector< std::string > | input_filename |
| n_vector< std::vector< double > > | input_grad |
| std::vector< double > | krestr |
| std::vector< double > | lowerboundary |
| n_vector< double > | oneD_pmf |
| std::string | output_filename |
| int | output_freq |
| bool | restart |
| std::vector< n_vector< double > > | sigma_square |
| std::vector< n_vector< double > > | sum_x |
| std::vector< n_vector< double > > | sum_x_square |
| double | temperature |
| std::vector< double > | upperboundary |
| std::vector< double > | width |
| bool | written |
| bool | written_1D |
| std::vector< n_vector< double > > | x_av |
|
inline |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inline |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
Hosted by GitHub
|
1.17.0
|