Hi all,
I’m trying to find the GS configuration for a specific alloy composition. MMAPS should be able to do that if I set narrow limits using crange.in, correct?
However, if I’m being very specific, mmaps doesn’t seem to go up to more atoms per cell, but instead gets stuck on an infinite loop on the "Finding best structure…" step.
Example: start with atat/examples/cuau.in. Let’s say we’re just interested in how CuAu looks (should find the Au "layer"), so I define crange.in as:
1.0*Cu >= 0.50
1.0*Au >= 0.50
mmaps calculates pure Cu, pure Au and then hangs when it should generate the first 2 atoms cell… this works when I remove one of the constraints, but that means a lot of compositions are calculated that I’m not interested in. Note: the same happens when I use ">= 0.49" or something, so it’s not just the inequalities becoming impossible because of rounding errors.
Did I misunderstand something here?
Regards,
Sebastian