anufrievroman / freepaths

Monte Carlo simulator of phonon and heat transport in nanostructures
https://anufrievroman.gitbook.io/freepaths
Other
14 stars 4 forks source link

Organize scattering functions #10

Closed anufrievroman closed 7 months ago

anufrievroman commented 9 months ago

Need to organize scattering functions a bit better. Preferably so that each object has its own class, probably which inherits from a more general class of primitives. So that scattering functions on primitives are shared between all shapes. Also, there is some legacy code written by Felix that needs to be integrated at some point.

anufrievroman commented 7 months ago

Okay, this is basically done by @phigas