Skip to content

Commit

Permalink
chore: rename according to OOP
Browse files Browse the repository at this point in the history
  • Loading branch information
VsevolodX committed Sep 25, 2024
1 parent 41abc1d commit 5178969
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/py/mat3ra/made/tools/build/interface/builders.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def _update_material_name(
return material


class CommensurateLatticeInterfaceBuilderParameters(BaseModel):
class CommensurateLatticeTwistedInterfaceBuilderParameters(BaseModel):
"""
Parameters for the commensurate lattice interface builder.
Expand All @@ -263,7 +263,7 @@ class CommensurateLatticeInterfaceBuilderParameters(BaseModel):
return_first_match: bool = False


class CommensurateLatticeInterfaceBuilder(BaseBuilder):
class CommensurateLatticeTwistedInterfaceBuilder(BaseBuilder):
_GeneratedItemType: type(CommensurateLatticePair) = CommensurateLatticePair # type: ignore
_ConfigurationType: type(TwistedInterfaceConfiguration) = TwistedInterfaceConfiguration # type: ignore

Expand Down

0 comments on commit 5178969

Please sign in to comment.