Quoll
Documentation for Quoll.
Quoll.normalize_kpoint_coordinate — Method
Bring $k$-point coordinates into the range [-0.5, 0.5)
Quoll.Parser.find_leafdirs — Method
find_leafdirs(rootdir::T) where TFind leaf directories (directories that do not contain directories themselves) going down from rootdir directory. Absolute paths are returned.
Quoll.Parser.normalize_comparison — Method
normalize_comparison(s)Normalize a string s by making the string lowercase and replacing certain characters (underscores, hyphens and whitespace are removed by default as defined in replace_pairs) for easier comparison with reference values.