A free, open-source Binary Collision Approximation (BCA) code for ion-material interactions including sputtering, implantation, and reflection
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
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.