Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Dec 26, 2024
1 parent 85eff22 commit 91307a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py/mat3ra/made/tools/build/interface/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def _update_material_name(self, material: Material, configuration: InterfaceConf
########################################################################################
class SimpleInterfaceBuilderParameters(InterfaceBuilderParameters):
scale_film: bool = True # Whether to scale the film to match the substrate
create_slabs: bool = False # Whether to use the substrate as is as a slab instead of creating a slab
create_slabs: bool = True # Whether to create slabs from the configurations or use the bulk


class SimpleInterfaceBuilder(ConvertGeneratedItemsASEAtomsMixin, InterfaceBuilder):
Expand Down

0 comments on commit 91307a4

Please sign in to comment.