> {{0, 0, 1}, {0, 1, 0}, {0, 1, 0}, {0, 0, 1}, {0, 1, 0}, {0, 1, 0}, {0,
> 0, 2}, {0, 1, 1}, {0, 2, 0}, {1, 0, 1}, {1, 1, 0}, {0, 2, 0}, {0,
> 0, 2}, {1, 0, 1}, {0, 1, 1}, {0, 2, 0}, {1, 0, 1}, {0, 1, 0}, {0, 1,
> 1}, {0, 2, 0}, {0, 1, 1}, {0, 1, 0}, {1, 0, 1}, {1, 1, 0}, {0, 0,
> 3}, {0, 1, 2}, {0, 2, 1}, {0, 3, 0}, {1, 0, 2}, {1, 1, 1}, {1, 2,
> 0}, {2, 0, 1}, {2, 1, 0}, {0, 3, 0}, {0, 0, 3}, {1, 0, 2}, {2, 0,
> 1}, {0, 1, 2}, {-1, 2, 1}, {0, 2, 1}, {0, 3, 0}, {2, 0, 1}, {1, 0,
> 2}, {1, 1, 0}, {0, 1, 1}, {1, 1, 0}, {0, 2, 1}, {0, 1, 2}, {1, 0,
> ...
> 1, 4}, {4, 0, 3}, {-3, 4, 4}, {-1, 4, 4}, {0, 4, 3}, {1, 3,
> 4}, {-4, 8, 3}, {-3, 7, 4}, {-4, 7, 4}, {4, 4, 3}, {4, 3, 4}, {3, 4,
> 4}, {4, 4, 4}, {-4, 8, 4}, {0, 4, 4}, {4, 0, 4}, {4, 0, 4}, {0, 4,
> 4}, {-4, 8, 4}, {4, 4, 4}}
Notice all the indices that are greater than the max HKL index. I assume this is an error? I'm getting occasional errors in my code (which builds off of MaXrd) due to size mismatches and I think the issue stems from this.
Notice all the indices that are greater than the max HKL index. I assume this is an error? I'm getting occasional errors in my code (which builds off of
MaXrd) due to size mismatches and I think the issue stems from this.