anufrievroman / freepaths

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

Organize materials and their properties #9

Closed anufrievroman closed 9 months ago

anufrievroman commented 11 months ago

Now the material properties are present both in materials.py and in phonon.py when the internal scattering time is initialized. Basically, all material properties should be in one place, and preferably in separate files, so that user could add their own materials more easily.

anufrievroman commented 9 months ago

Here, also heat capacity should be a property of the material as a function of temperature.

anufrievroman commented 9 months ago

Completed