Hello ATAT community,
I’m using pymatgen’s SQSTransformation
to generate a special quasirandom structure (SQS) for a binary Cu-Mn system, with the Cu FCC structure as the seed framework. Under the hood, pymatgen calls mcsqs from ATAT to perform the SQS generation. After running the process, I used a structure comparison tool (FrameworkComparator
in pymatgen) to check if the output structure matches the original FCC seed framework. However, the output structure does not match the initial FCC structure as I expected.
Is it normal behavior for mcsqs to produce an SQS structure that slightly changes the original seed framework, or is this a red flag indicating a problem with the setup or configuration?
I would appreciate any insight into whether mcsqs is expected to modify the lattice or atomic positions beyond just reassigning species, or if I should look into fixing something.
Thank you very much for your help!
Best regards,
Nadav