Hello All,
I ask this question mostly out of curiosity, but what is the most direct way to access the value for a Miller index?
The best I can do is the method below, but it seems rather indirect.
James
py> miller
<cctbx.miller.array at 0x107bfa290>
py> idx = (0, 0, 2)
py> miller.select_indices([idx]).data()[0]
(-26338.974329482127+0j)