Hi,
I was trying to generate an SQS structure, but I get the following error message:
raise ValueError('Symbols {} found on multiple active sublattices'.format(bad_symbols))
ValueError: Symbols {'Ti'} found on multiple active sublattices
Isn’t it possible to generate an SQS with a few active/wyckoff sites containing a particular element and few other containing another element, simultaneously?
for example I used this ClusterSpace for mixing of Ti-Ta and Ti-Mo
cs = ClusterSpace(primitive_structure, [10.0, 6.0], [['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'], ['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ta', 'Ti'],['Ti', 'Mo'],['Ti', 'Mo'],['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O'], ['O']])
If this is possible, how can I achieve it?
Thanks,
Manish