Skip to content

Commit 33a435e

Browse files
committed
Metaloids also non-metals.
1 parent 4738464 commit 33a435e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

base/core/src/main/java/org/openscience/cdk/config/Elements.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -534,6 +534,14 @@ public static boolean isMetal(int atno) {
534534
case 54: // Xe
535535
case 86: // Rn
536536
return false;
537+
case 5: // B
538+
case 14: // Si
539+
case 32: // Ge
540+
case 33: // As
541+
case 51: // Sb
542+
case 52: // Te
543+
case 85: // At
544+
return false;
537545
}
538546
return true;
539547
}

0 commit comments

Comments
 (0)