lcpp-org / RustBCA

A free, open-source Binary Collision Approximation (BCA) code for ion-material interactions including sputtering, implantation, and reflection
https://github.com/lcpp-org/RustBCA/wiki
GNU General Public License v3.0
42 stars 15 forks source link

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

Closed drobnyjt closed 8 months ago

drobnyjt commented 8 months ago

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 8 months ago

Fixed on main branch.