Hi,
I am trying to generate a disordered structure with mcsqs.
As a test, I used the following simple rndstr.in:
2.0 0.0 0.0
0.0 2.0 0.0
0.0 0.0 2.0
1 0 0
0 1 0
0 0 1
0.0 0.0 0.0 O=0.5, Al=0.5
After running corrdump, I ran mcsqs -n=32. However, the structure I get is not always orthogonal, which makes it more difficult to handle:
2.000000 0.000000 0.000000
0.000000 2.000000 0.000000
0.000000 0.000000 2.000000
2.000000 -4.000000 4.000000
0.000000 -5.000000 3.000000
2.000000 -1.000000 -1.000000
2.000000 -2.000000 0.000000 O
1.000000 -1.000000 0.000000 Al
…
Am I doing something wrong here, or is there a way to force the lattice vectors to remain orthogonal?
I also would prefer the supercell to be as cubic as possible. Can I assign its dimensions beforehand, and let mcsqs populate it?
Thank you for your help.