pub fn generate_template_from_file<P: AsRef<Path>>(
geometry_file: P,
) -> Result<String, Box<dyn Error>>Expand description
Template generator for creating MECP input files from geometry files
Generate a template input file from a geometry file Supports .xyz, .log, and .gjf formats