MAXRD SYMBOL
MillerNotationToString

MillerNotationToString[{h,k,l}]
converts reflection hkl to Miller index notation.
DetailsDetails
- The output is a String.
- If any entry contains more than one digit, commas will be placed in the resulting string to separate the indices.
- If construction of a string fails, the input is returned.
- If input is a String, it is run through MillerNotationToList to produce a list on the form {h,k,l}, which is then input to this function.