[bug] Carbon Z in materials.py should be a float
Closed this issue · 1 comments
drobnyjt commented
Description
For the Python bindings to work, Z must be floating point numbers, not integers. Carbon's Z is 6 and should be 6.0.
Additional context
See this comment.
drobnyjt commented
Fixed on main branch.