lcpp-org/RustBCA

[bug] Carbon Z in materials.py should be a float

Closed this issue · 1 comments

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.

Fixed on main branch.