We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae8b57 commit a212370Copy full SHA for a212370
pyxtal/tolerance.py
@@ -28,7 +28,7 @@ def __init__(self, *tuples, prototype="atomic", factor=1.0):
28
attrindex = 6
29
self.radius_type = "covalent"
30
elif prototype == "molecular":
31
- attrindex = 7
+ attrindex = 6
32
33
f *= 1.2
34
elif prototype == "metallic":
0 commit comments