Closed drewnovick closed 3 years ago
It's been a while indeed, so I could misremember things.
Hello, I appreciate your quick response. 1) Okay, great. Yes, I think I can figure out going from the bitstring to the lattice. 2) That sounds like a good place to start. Thanks for your help! Drew
Hello! I'm a grad student in Vladan's group. I've been doing some work with alloys and was looking at the following code: pylada-light/tests/decorations/test_generator.py. I know this code was written a while ago, but if you do happen to remember a few things about it, I'd greatly appreciate some help.
I was using this code to produce all symmetry inequivalent structures for an FCC lattice with a supercell size of 2. In the results list in that code, I get something like: ['101002 01', '101012 01']. Am I right in assuming that the first number is the transformation matrix (or Hermite Normal Form Matrix) and the second is the decoration?
Second, is it possible to obtain the degeneracy of each of these configurations? For instance, if I were to produce all possible decorations and supercells for an n=2 FCC supercell, would it be possible to figure out how many of the results correspond to the first structure versus the second?
Thanks for your help! Drew