pub fn parse_parameter(
line: &str,
config: &mut Config,
fixed_atoms: &mut Vec<usize>,
) -> Result<(), ParseError>Expand description
Parses configuration from a string content. All thresholds and coordinates use Angstrom-based units internally.