#include <Parameters.h>
Public Attributes | |
| std::string | reactant_filename {"pos.con"} |
| std::string | product_filename {"product.con"} |
| double | time_step {1.0} |
| long | equil_steps {200} |
| long | sample_steps {800} |
| long | max_planes {200} |
| double | plane_mass {50.0} |
| double | alpha_rot {50.0} |
| double | plane_time_step {0.1} |
| double | ds_max {0.1} |
| double | dtheta_max {0.05} |
| double | force_tol {0.005} |
| double | s_init {0.05} |
| long | reactant_md_steps {20000} |
| double | max_delta_a {10.0} |
| std::string | thermostat {"andersen"} |
| std::string | gle_a_file {""} |
| std::string | symmetry_products {""} |
| bool | pmf_scan {false} |
| long | scan_planes {40} |
Definition at line 713 of file Parameters.h.
| double eonc::Parameters::oh_tst_options_t::alpha_rot {50.0} |
Definition at line 721 of file Parameters.h.
| double eonc::Parameters::oh_tst_options_t::ds_max {0.1} |
Definition at line 723 of file Parameters.h.
| double eonc::Parameters::oh_tst_options_t::dtheta_max {0.05} |
Definition at line 724 of file Parameters.h.
| long eonc::Parameters::oh_tst_options_t::equil_steps {200} |
Definition at line 717 of file Parameters.h.
| double eonc::Parameters::oh_tst_options_t::force_tol {0.005} |
Definition at line 725 of file Parameters.h.
| std::string eonc::Parameters::oh_tst_options_t::gle_a_file {""} |
Definition at line 735 of file Parameters.h.
| double eonc::Parameters::oh_tst_options_t::max_delta_a {10.0} |
Definition at line 728 of file Parameters.h.
| long eonc::Parameters::oh_tst_options_t::max_planes {200} |
Definition at line 719 of file Parameters.h.
| double eonc::Parameters::oh_tst_options_t::plane_mass {50.0} |
Definition at line 720 of file Parameters.h.
| double eonc::Parameters::oh_tst_options_t::plane_time_step {0.1} |
Definition at line 722 of file Parameters.h.
| bool eonc::Parameters::oh_tst_options_t::pmf_scan {false} |
Definition at line 746 of file Parameters.h.
| std::string eonc::Parameters::oh_tst_options_t::product_filename {"product.con"} |
Definition at line 715 of file Parameters.h.
| std::string eonc::Parameters::oh_tst_options_t::reactant_filename {"pos.con"} |
Definition at line 714 of file Parameters.h.
| long eonc::Parameters::oh_tst_options_t::reactant_md_steps {20000} |
Definition at line 727 of file Parameters.h.
| double eonc::Parameters::oh_tst_options_t::s_init {0.05} |
Definition at line 726 of file Parameters.h.
| long eonc::Parameters::oh_tst_options_t::sample_steps {800} |
Definition at line 718 of file Parameters.h.
| long eonc::Parameters::oh_tst_options_t::scan_planes {40} |
Definition at line 747 of file Parameters.h.
| std::string eonc::Parameters::oh_tst_options_t::symmetry_products {""} |
Definition at line 740 of file Parameters.h.
| std::string eonc::Parameters::oh_tst_options_t::thermostat {"andersen"} |
Definition at line 734 of file Parameters.h.
| double eonc::Parameters::oh_tst_options_t::time_step {1.0} |
Definition at line 716 of file Parameters.h.