Skip to content

Commit ff3214a

Browse files
Chiu Petertschaume
authored andcommitted
correct name mapping to BrunnerNNReciprocal
1 parent 548c6fa commit ff3214a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crystal_toolkit/components/structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ def _sub_layouts(self) -> dict[str, Component]:
688688
"Minimum Distance (10% tolerance)": "MinimumDistanceNN",
689689
"O'Keeffe's Algorithm": "MinimumOKeeffeNN",
690690
"Hoppe's ECoN Algorithm": "EconNN",
691-
"Brunner's Reciprocal Algorithm": "BrunnerNN_reciprocal",
691+
"Brunner's Reciprocal Algorithm": "BrunnerNNReciprocal",
692692
}
693693

694694
bonding_algorithm = dcc.Dropdown(

0 commit comments

Comments
 (0)