#include <Parameters.h>
Public Attributes | |
| double | displacement {0.5} |
| double | initial_random_structure_probability {0.0} |
| double | push_apart_distance {0.4} |
| long | steps {10000} |
| long | quenching_steps {0} |
| bool | significant_structure {true} |
| bool | single_atom_displace {false} |
| std::string | displacement_algorithm {"standard"} |
| std::string | displacement_distribution {"uniform"} |
| double | swap_probability {0.0} |
| long | jump_max {10} |
| long | jump_steps {0} |
| bool | adjust_displacement {true} |
| long | adjust_period {10} |
| double | adjust_fraction {0.05} |
| double | target_ratio {0.5} |
| bool | write_unique {false} |
| double | stop_energy {-std::numeric_limits<double>::max()} |
Definition at line 608 of file Parameters.h.
| bool eonc::Parameters::basin_hopping_options_t::adjust_displacement {true} |
Definition at line 621 of file Parameters.h.
| double eonc::Parameters::basin_hopping_options_t::adjust_fraction {0.05} |
Definition at line 623 of file Parameters.h.
| long eonc::Parameters::basin_hopping_options_t::adjust_period {10} |
Definition at line 622 of file Parameters.h.
| double eonc::Parameters::basin_hopping_options_t::displacement {0.5} |
Definition at line 609 of file Parameters.h.
| std::string eonc::Parameters::basin_hopping_options_t::displacement_algorithm {"standard"} |
Definition at line 616 of file Parameters.h.
| std::string eonc::Parameters::basin_hopping_options_t::displacement_distribution {"uniform"} |
Definition at line 617 of file Parameters.h.
| double eonc::Parameters::basin_hopping_options_t::initial_random_structure_probability {0.0} |
Definition at line 610 of file Parameters.h.
| long eonc::Parameters::basin_hopping_options_t::jump_max {10} |
Definition at line 619 of file Parameters.h.
| long eonc::Parameters::basin_hopping_options_t::jump_steps {0} |
Definition at line 620 of file Parameters.h.
| double eonc::Parameters::basin_hopping_options_t::push_apart_distance {0.4} |
Definition at line 611 of file Parameters.h.
| long eonc::Parameters::basin_hopping_options_t::quenching_steps {0} |
Definition at line 613 of file Parameters.h.
| bool eonc::Parameters::basin_hopping_options_t::significant_structure {true} |
Definition at line 614 of file Parameters.h.
| bool eonc::Parameters::basin_hopping_options_t::single_atom_displace {false} |
Definition at line 615 of file Parameters.h.
| long eonc::Parameters::basin_hopping_options_t::steps {10000} |
Definition at line 612 of file Parameters.h.
| double eonc::Parameters::basin_hopping_options_t::stop_energy {-std::numeric_limits<double>::max()} |
Definition at line 626 of file Parameters.h.
| double eonc::Parameters::basin_hopping_options_t::swap_probability {0.0} |
Definition at line 618 of file Parameters.h.
| double eonc::Parameters::basin_hopping_options_t::target_ratio {0.5} |
Definition at line 624 of file Parameters.h.
| bool eonc::Parameters::basin_hopping_options_t::write_unique {false} |
Definition at line 625 of file Parameters.h.