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
41 stars 14 forks source link

[feature] list input for libRustBCA C/C++ bindings incl. velocity mode #130

Closed drobnyjt closed 3 years ago

drobnyjt commented 3 years ago

This currently works on the dev branch. At some point, I'd like to move from some sort of Vec -> Vector mapping, so that I'm not passing pointers and lengths around, but this is functional and should be fast.