You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was trying to build a bcc211 slab using generate_surface_structures and got the following error: File "/opt/homebrew/lib/python3.9/site-packages/autocat/surface.py", line 236, in generate_surface_structures struct = ase_build_funcs[f"{cs}{facet}"]( KeyError: 'bcc211'
I guess this is because of using ase.build.bccxxx series function instead of ase.build.surface function. I suggest to build the surface with ase.build.surface instead
The text was updated successfully, but these errors were encountered:
I was trying to build a bcc211 slab using
generate_surface_structures
and got the following error:File "/opt/homebrew/lib/python3.9/site-packages/autocat/surface.py", line 236, in generate_surface_structures struct = ase_build_funcs[f"{cs}{facet}"]( KeyError: 'bcc211'
I guess this is because of using
ase.build.bccxxx series
function instead ofase.build.surface
function. I suggest to build the surface withase.build.surface
insteadThe text was updated successfully, but these errors were encountered: