#include <Parameters.h>
Public Attributes | |
| double | distance_difference {0.1} |
| double | neighbor_cutoff {3.3} |
| bool | check_rotation {false} |
| bool | indistinguishable_atoms {true} |
| double | energy_difference {0.01} |
| bool | remove_translation {true} |
Definition at line 164 of file Parameters.h.
| bool eonc::Parameters::structure_comparison_options_t::check_rotation {false} |
Definition at line 167 of file Parameters.h.
| double eonc::Parameters::structure_comparison_options_t::distance_difference {0.1} |
Definition at line 165 of file Parameters.h.
| double eonc::Parameters::structure_comparison_options_t::energy_difference {0.01} |
Definition at line 169 of file Parameters.h.
| bool eonc::Parameters::structure_comparison_options_t::indistinguishable_atoms {true} |
Definition at line 168 of file Parameters.h.
| double eonc::Parameters::structure_comparison_options_t::neighbor_cutoff {3.3} |
Definition at line 166 of file Parameters.h.
| bool eonc::Parameters::structure_comparison_options_t::remove_translation {true} |
Definition at line 170 of file Parameters.h.